Commit Graph

6508 Commits (c05abfb1a845e1bf5e66638ee2b83609468ebfd6)
 

Author SHA1 Message Date
Michael Meskes c05abfb1a8 *** empty log message *** 26 years ago
Michael Meskes 70130905d1 *** empty log message *** 26 years ago
Bruce Momjian 94ae69f4dc Update TODO list. 26 years ago
Tom Lane 4926709563 Fix longstanding bug that kept functional indexes from working when you 26 years ago
Peter Eisentraut 73348316e7 Enabled regression driver to run without PGLIB set. 26 years ago
Bruce Momjian 46ba3f839d Suppress timespan and datetime ops from being brought in via pg_dump 26 years ago
Bruce Momjian 5cdfaea899 Add missing files like foreign key regression tests and config.h.win32. 26 years ago
Bruce Momjian ce9f73c162 The following is required in order to make beta1 compile on the Win32 26 years ago
Tom Lane 58f481c4ff Tweak libpq so that if a backend ERROR message arrives while libpq 26 years ago
Hiroshi Inoue f017d7eeee Check pending cancel request before waiting for lock 26 years ago
Hiroshi Inoue a5e944580f Add the check CommonSpecialPortal in use(my fault) 26 years ago
Tom Lane 9110b33f46 Add numeric <-> int8 and numeric <-> int2 conversion functions, as well 26 years ago
Tom Lane 512669db9e Make make_const() check the size and precision of a T_Float Value, 26 years ago
Tom Lane 399a570fe2 int8in failed to detect overflow; it really should. 26 years ago
Bruce Momjian f40c50627f Fix plpsql for bsdi. 26 years ago
Michael Meskes 9f74608f47 *** empty log message *** 26 years ago
Bruce Momjian c969e2662f 1. miscadmin.h needs to include sys/types.h for a definition of pid_t 26 years ago
Bruce Momjian 020be62dea Well, here's the first pass on regression 26 years ago
Michael Meskes 991b9740ac *** empty log message *** 26 years ago
Bruce Momjian 62f064592f Update TODO list. 26 years ago
Bruce Momjian 5d91f38a70 Update TODO list. 26 years ago
Hiroshi Inoue 5525297465 Change cancel while waiting-for-lock stuff. 26 years ago
Bruce Momjian 167dce8912 Update TODO list. 26 years ago
Tom Lane e391c15ca5 First post-beta1 bug fix :-(. Silly typo in new coding for doNegate 26 years ago
Tom Lane e1a95def8b Quick hack solution so that pg_dump of views works. Needs repair after 26 years ago
Peter Eisentraut c8009959c9 Fixed psql's Control-C handling when COPY in progress 26 years ago
Tom Lane fc8e6c7746 Oops, commited a test version of this file by accident. Revert. 26 years ago
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize 26 years ago
Tom Lane ee97d103cc To avoid confusion during early beta testing, commit the current rules 26 years ago
Bruce Momjian 45e2910994 Update TODO list. 26 years ago
Tom Lane b04b55a9af Clean up temp file in 'make clean'. 26 years ago
Jan Wieck da9501bddb Avoid race conditions in detection of EINPROGRESS during connect(). 26 years ago
Hiroshi Inoue 4b4dbf8cba Fix "Invalid XID in t_cmin" error in vacuum. 26 years ago
Tom Lane d8cedf67ad Clean up some really grotty coding in catcache.c, improve hashing 26 years ago
Hiroshi Inoue a60c9e33e9 fix the TODO 26 years ago
Tatsuo Ishii 320d3e06ee Fixes for \encoding command. 26 years ago
Tom Lane f72aad5678 Update discussion of aggregate syntax to mention ALL. 26 years ago
Tom Lane a7f85783fb Update SELECT documentation to have a more thorough discussion 26 years ago
Tom Lane be05edd812 Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the 26 years ago
Tom Lane 07c495f5d8 Further cleanups for type coercion: treat the locution typename(argument) 26 years ago
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Peter Eisentraut bd8e071482 Forgot to include the documentation for \encoding ... 26 years ago
Peter Eisentraut 718bb2cc9c Moved psql \eset and \eshow to \encoding 26 years ago
Tom Lane 5253c518ae Fix broken list-slinging logic in func_select_candidate and 26 years ago
Tom Lane f4d108a257 Even after the great date/time consolidation, TypeCategory() was still 26 years ago
Tom Lane 4467194b44 Reduce proc_exit(1) to proc_exit(0) for errors detected in backend 26 years ago
Tom Lane e79b2dd5e7 Fix missing \n in some psql_error calls. 26 years ago
Tom Lane bf023bd162 Add a simple regress test for SERIAL --- it's not much, 26 years ago
Tom Lane 37a71f90b2 Fix SERIAL columns, which Thomas inadvertently broke parsing of. 26 years ago
Tom Lane 751a14e60c Repair longstanding violation of SQL92 semantics: GROUP BY would 26 years ago