Commit Graph

22710 Commits (69bf0a0ddd52bcc35e75c63547603f96bcdff74b)
 

Author SHA1 Message Date
Tom Lane 69bf0a0ddd Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 20 years ago
Tom Lane 3a04f53e7f pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 20 years ago
Tom Lane 39bed3b388 Standalone backends need pgstat_bestart() too, per Qingqing Zhou. 20 years ago
Tom Lane a5606579fc Move setup_cancel_handler() up near start of psql main(), where the 20 years ago
Tom Lane 59fd249a30 Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving 20 years ago
Tom Lane 1f5ca045a4 Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 20 years ago
Tom Lane e256bafaa2 Eliminate a gratuitously different wording of the 'cannot use aggregate function in check constraint' error message. 20 years ago
Joe Conway 1d895f426f - During dblink_open, if transaction state was IDLE, force cursor count to 20 years ago
Tom Lane 04c5b69603 Clean up psql variable code a little: eliminate unnecessary tests in 20 years ago
Michael Meskes 3f9aace723 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes 6bba43111e Fixed small typo in changelog 20 years ago
Michael Meskes a829da152c Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header 20 years ago
Tom Lane eaf8f312c7 Some editorial work on the documentation of the current-date/time 20 years ago
Michael Meskes aaf125f8df Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 20 years ago
Bruce Momjian 6075feed40 Update my email address. 20 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Tom Lane 22045666d6 Fix saveHistory() to not emit bogus complaint during psql exit when using 20 years ago
Tom Lane f1e671a0b4 Increase timeout in statement_timeout test from 1 second to 2 seconds. 20 years ago
Peter Eisentraut 5266f221a2 Merge postmaster and postgres command into just postgres. postmaster 20 years ago
Tom Lane 44cb3ae7ef Fix a couple of obvious problems in DROP IF EXISTS patch. 20 years ago
Tom Lane c892643a3c Code review for SELECT INTO STRICT patch: use saner choices of error 20 years ago
Tom Lane 3ba3e6c8ce Clean up after someone's curious idea that it'd be good to strip 20 years ago
Andrew Dunstan e287fb27a5 docs for DROP ... IF EXISTS for the following cases: 20 years ago
Bruce Momjian bac6570e78 Add: 20 years ago
Bruce Momjian dceac3acc0 Add: 20 years ago
Bruce Momjian 4fff9d7290 Document issues with non-default tablespaces and pg_dumpall restores. 20 years ago
Bruce Momjian b055f00ebb Add URL for ISO dates: 20 years ago
Andrew Dunstan bbcd01692b DROP ... IF EXISTS for the following cases: 20 years ago
Bruce Momjian e79cc2db00 Add URL for currency type: 20 years ago
Bruce Momjian 237756b1ce Add URL for updatable views: 20 years ago
Bruce Momjian 1d9273b506 Add: 20 years ago
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Bruce Momjian b49ce32da1 Add URL to: 20 years ago
Bruce Momjian 64861671c9 Add URL for freespace map filling. 20 years ago
Bruce Momjian 632545d15c > 20 years ago
Bruce Momjian 16d8e82221 > o Add PL/Python tracebacks 20 years ago
Bruce Momjian dc86109eba Add: 20 years ago
Bruce Momjian ad44b464d1 Add URL for: 20 years ago
Bruce Momjian 56e967f4ba Add to locale TODO.detail. 20 years ago
Bruce Momjian cfe71bd35d Add URL for ISO date/time syntax: 20 years ago
Bruce Momjian 28b0d6bf62 Add LDAP documentation missed in code patch. 20 years ago
Bruce Momjian 8fc2a5afa7 Update preload_library magic block wording. 20 years ago
Bruce Momjian 40bc06fa16 Test for POSIX_FADV_DONTNEED to use posix_fadvise(). 20 years ago
Bruce Momjian 91fc80d0d3 Fix: 20 years ago
Bruce Momjian 57ffc4d78b Update magic block wording for preloaded libraries. 20 years ago
Bruce Momjian 94a5c4a01b Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file 20 years ago
Bruce Momjian a584c12426 Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more or 20 years ago