Commit Graph

21783 Commits (fe204535a736e3965eab4f3e64acc19222cb1e4c)
 

Author SHA1 Message Date
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
Tom Lane b58ed707ce Fix copy-and-pasteo in Russian translation: message complaining about 20 years ago
Tom Lane 7788c43152 PostmasterIsAlive test really ought to be in the inner loop for safety. 20 years ago
Tom Lane 53409f1b37 Remove pqsignalinquire(), which is unused and has portability issues. 20 years ago
Tom Lane 627f25bde3 Update ppport.h to not cause warnings with newest Perl versions. 20 years ago
Bruce Momjian e82435a96c Move conversion dependency patch to the proper branch, out of 8.1.X, 20 years ago
Bruce Momjian 7bec90969f Prevent multiple archivers from starting. Backpatch to 8.1.X. 20 years ago
Bruce Momjian f671bee9d0 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Bruce Momjian d30da732da Add "inline" compile fix for MSVC/BCC: 20 years ago
Bruce Momjian 401ffe0555 Backpatch documentation additions for PL language choice and 20 years ago
Tom Lane b71b22d901 Fix initdb to properly escape quotes and backslashes in the supplied 20 years ago
Tom Lane cad1ff1037 Fix pg_restore to process BLOB COMMENT entries correctly; they aren't 20 years ago
Bruce Momjian 8a507aeaeb Rename in release notes: Mac -> OS/X, Intel to x86: 20 years ago
Tom Lane 313a720f95 Stamp release 8.1.4. 20 years ago
Tom Lane 3f6b5e21c8 Update release notes for upcoming releases. 20 years ago
Tom Lane dd2a4ce6ac Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Tom Lane 7f615cab57 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 3d4dc1acf5 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago