Commit Graph

15384 Commits (e73687f2ecd2bbec22812db1c19fd6ee8dc3c08e)

Author SHA1 Message Date
Bruce Momjian e73687f2ec Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification 20 years ago
Tom Lane 1e64862ab3 Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 20 years ago
Teodor Sigaev 780451b43d Fix mistyping 20 years ago
Bruce Momjian 368f3b2cca In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian d16e2ceb59 Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Michael Meskes 9084f700e5 Backported buffer overrun from HEAD 20 years ago
Michael Meskes 017d79b10d Applied the connect patch from HEAD. 20 years ago
Tom Lane 7ed55aac1c Get rid of "lookahead" functionality in plpgsql's yylex() function, 20 years ago
Tom Lane e4596d8e60 Fix core dump in duration logging for a V3-protocol Execute message 20 years ago
Bruce Momjian b6f564c012 Move Win32 inline define to win32.h so it is found, rather than c.h. 20 years ago
Bruce Momjian 512d7eab82 Move "#define inline __inline" from port/win32.h to c.h because Win32 20 years ago
Bruce Momjian a42c545f62 Round microseconds on setitimer upwards. 20 years ago
Bruce Momjian 83b27b9180 On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 20 years ago
Bruce Momjian 1e35f9aa04 Fix statement_timeout on Win32 so that it properly treats micro-seconds 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 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
Tom Lane e0bb171960 Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting 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
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
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