summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-09Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-09Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-10-07Fix string_to_array() to correctly handle the case where there areTom Lane
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-10-01date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane
2006-08-31Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane
2006-08-29Fix mistypingTeodor Sigaev
2006-08-18Add installcheck-parallel target to top level makefiles.Andrew Dunstan
2006-08-18Backported buffer overrun fix from HEADMichael Meskes
2006-08-18Applied the connect patch from HEADMichael Meskes
2006-08-08Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev
2006-08-07Back-port HEAD's configure fixes to select appropriate compiler switchesTom Lane
2006-08-07fix bug about modifying value in shared buffer,Teodor Sigaev
2006-07-31Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-07-14Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-07-10Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane
2006-07-06Fix dbmirror for new backslash escaping:Bruce Momjian
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-06-26Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-25Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-19Back-port shell script syntax fix needed for some BSD machines.Tom Lane
2006-06-19Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes
2006-06-18Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane
2006-06-17backport workaround for OpenBSD compiler bugAndrew Dunstan
2006-06-11Fix Assert failure when a fastpath function call is attempted inside anTom Lane
2006-06-06Fixed two memory leaks in ecpglib.Michael Meskes
2006-06-03Fix copy-and-pasteo in Russian translation: message complaining aboutTom Lane
2006-06-01Back-port recent ppport.h fix to 8.0 branch.Tom Lane
2006-05-30Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane
2006-05-23Klugy fix for bug #2447: we can't expand a whole-row reference to NEWTom Lane
2006-05-21Stamp release 8.0.8.REL8_0_8Tom Lane
2006-05-21Update release notes for upcoming releases.Tom Lane
2006-05-21Fix missed \' to '' conversion.Tom Lane
2006-05-21Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-05-19Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples duringTom Lane
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-11Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane