Commit Graph

15908 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
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
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
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
Bruce Momjian 4fff9d7290 Document issues with non-default tablespaces and pg_dumpall restores. 20 years ago
Andrew Dunstan bbcd01692b DROP ... IF EXISTS for the following cases: 20 years ago
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Bruce Momjian 40bc06fa16 Test for POSIX_FADV_DONTNEED to use posix_fadvise(). 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
Tom Lane 8b9bc234ad Remove the limit on the number of entries allowed in catcaches, and 20 years ago
Tom Lane 2193beb761 Further thoughts about lo_export/lo_import error handling: if one of 20 years ago
Tom Lane f3164c0200 Clean up psql's control-C handling to avoid longjmp'ing out of random 20 years ago
Tom Lane ace93353ea Improve error detection and recovery in lo_import()/lo_export(). 20 years ago
Tom Lane 067e40cc6d Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath 20 years ago
Bruce Momjian 07c25723da Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. 20 years ago
Bruce Momjian e6a7b01930 Avoid use of C commment inside C comment from recent Win32 int overflow patch. 20 years ago
Bruce Momjian 27bff7502f Prevent Win32 from displaying a popup box on backend crash. Instead let 20 years ago
Bruce Momjian 9fc6f4e1ae Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, 20 years ago
Tom Lane e71e02d926 Minor code cleanup: make the WIN32 case less gratuitously different from 20 years ago
Tom Lane e2e2a9db4c Code review for psql multiline history patch(es). Fix memory leak, 20 years ago
Tom Lane bf64a37909 Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Tom Lane b773987fc2 Repair remarkably-inefficient query for dumping large object comments: it 20 years ago
Tom Lane 5de0cbdf0c Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable 20 years ago
Tom Lane 1358466a8c Fix bootstrap.c so that database startup process and bgwriter properly release 20 years ago
Bruce Momjian e36d0a0cbf Remove Win32 file, moved to /port. 20 years ago
Tom Lane 8ff80c1bd3 Remove obsolete comment about VACUUM FULL: it takes buffer content locks 20 years ago
Bruce Momjian 18aee7968a Allow timezone names in SQL strings, 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane d8364f3f8f Per previous analysis, the most correct notion of SampleOverhead is that 20 years ago
Bruce Momjian e9f6679ce2 Have REINDEX use NOTICE, so it can be suppressed. 20 years ago
Tom Lane ae0c8d09fb Remove "fuzzy comparison" logic in qsort comparison function for 20 years ago
Bruce Momjian ca9d50304f For psql multi-line history, save backslash commands right away, rather 20 years ago