Commit Graph

21800 Commits (e33ab5b6d539b2d8a0c8f15c4b98a55464ea0a7a)
 

Author SHA1 Message Date
Teodor Sigaev e33ab5b6d5 fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 381ebcd21f Fix references to the Options section in the pgcrypto documentation. 20 years ago
Tom Lane dc84334f1e Fix documentation error: GRANT/REVOKE for roles only accept role names 20 years ago
Alvaro Herrera 8aa826a965 Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. 20 years ago
Andrew Dunstan e482136c04 prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 20 years ago
Tom Lane 271852a021 Fix table title. 20 years ago
Tom Lane 87953b3d60 Make it clearer that not every Postgres character set can be used as a 20 years ago
Peter Eisentraut 6779710f26 Fix spectacular misspellings of procedural language names 20 years ago
Tom Lane 69f3a5c9ed Fix oversight in sizing of shared buffer lookup hashtable. Because 20 years ago
Tom Lane eda117dfa0 Hmm, seems --disable-spinlocks has been broken for awhile and nobody 20 years ago
Tom Lane f141880150 Don't try to truncate multixact SLRU files in checkpoints done during xlog 20 years ago
Tom Lane 74dac69e3c Ensure that we retry rather than erroring out when send() or recv() return 20 years ago
Tom Lane 78e8400a52 Add dependency to fix parallel-make race condition. Alexander Dupuy 20 years ago
Neil Conway 0c1db67f6a Correct the description of the pg_get_viewdef() function. Do some nearby 20 years ago
Tom Lane 8d716f0e47 Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 20 years ago
Teodor Sigaev f446ede326 Fix bug corrupting query in gist consistent function. 20 years ago
Tom Lane e0bb171960 Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting 20 years ago
Bruce Momjian fe204535a7 Backpatch dbmirror fix for escape handling. 20 years ago
Michael Meskes bf1cd364b6 Fixed remaining Coverity bugs. 20 years ago
Alvaro Herrera 8728d4aba9 Fix memory leak introduced in the prior commit, detected by Tom Lane. 20 years ago
Alvaro Herrera 55a39e0b0b Fix use-after-free error reported by Neil Conway. 20 years ago
Tom Lane 60f46dee71 Fix typo. 20 years ago
Alvaro Herrera 4ca74397b4 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without 20 years ago
Bruce Momjian cc6dbbeefc Fix for recent Win32 pg_dump tar temp file patch. 20 years ago
Bruce Momjian 837a7df8dd On Win32, use loop to create pg_dump temporary tar file in the current 20 years ago
Michael Meskes 88f396e1cb Added missing braces to prevent a segfault after usage of an undeclared cursor. 20 years ago
Michael Meskes 1bdea12e5c Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
Tom Lane 1f9acaf21d Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Michael Meskes 5ececcbbf5 Moved some free() calls that coverity correctly complains about. 20 years ago
Alvaro Herrera 15af8b771b Our version of getopt_long does not set optarg upon detecting an error, as 20 years ago
Tom Lane 1c718dd8bf pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 20 years ago
Tom Lane 62ae14545b Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 20 years ago
Joe Conway e582d2ee1a - During dblink_open, if transaction state was IDLE, force cursor count to 20 years ago
Michael Meskes ca1d26338b Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes 08f1973911 Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Michael Meskes 23623f05f0 Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Tom Lane 63b103aac8 Increase timeout in statement_timeout test from 1 second to 2 seconds. 20 years ago
Andrew Dunstan b243d39456 backport workaround for OpenBSD compiler bug 20 years ago
Tom Lane 33e125cc0b Clean up after someone's curious idea that it'd be good to strip 20 years ago
Bruce Momjian f44391b0a0 Document issues with non-default tablespaces and pg_dumpall restores. 20 years ago
Bruce Momjian 4cfe1fadad Avoid use of C commment inside C comment from recent Win32 int overflow patch. 20 years ago
Bruce Momjian f7a0b645f5 Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, 20 years ago
Tom Lane b45f5bb726 Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Tom Lane 98365a1e34 Repair remarkably-inefficient query for dumping large object comments: it 20 years ago
Tom Lane 03c1be0663 Fix bootstrap.c so that database startup process and bgwriter properly release 20 years ago
Tom Lane 735529ce24 Remove "fuzzy comparison" logic in qsort comparison function for 20 years ago
Bruce Momjian c944851a79 Backpatch comment about --sysconfdir. 20 years ago
Bruce Momjian 87632c1b8e On Win32, return original patch if GetShortPathName() fails (no short 20 years ago
Bruce Momjian 06a1807e5e Have BCC echo output "" using "", rather than \"\" as earlier reported. 20 years ago
Michael Meskes aac12de9b6 Fixed two memory leaks in ecpglib. 20 years ago