summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-31Add test to WAL replay to verify that xl_prev points back to the previousTom Lane
2005-05-29expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane
2005-05-25Fix previous patch to exprTypmod.Tatsuo Ishii
2005-05-24Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane
2005-05-09Update release notes for upcoming re-releases.REL7_3_10Tom Lane
2005-05-08Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane
2005-05-08The release process is now generating HISTORY/INSTALL on the fly inTom Lane
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-05Stamp release 7.3.10.Tom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-23Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane
2005-04-23int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane
2005-04-20Don't try to run clauseless index scans on index types that don't supportTom Lane
2005-04-20Fix mis-display of negative fractional seconds in interval values forTom Lane
2005-04-14Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-03-23Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane
2005-03-13Some builds (depends on crypto engine support?) of OpenSSLNeil Conway
2005-03-13Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems withNeil Conway
2005-02-08Back-patch Neil's four additional buffer overrun checks.Tom Lane
2005-01-30Recommend security@postgresql.org as the contact point for security-related b...REL7_3_9Tom Lane
2005-01-30Stamp release 7.3.9.Tom Lane
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2005-01-27Check that aggregate creator has the right to execute the transitionTom Lane
2005-01-27Now that I look at it, int_array_enum() didn't work either.Tom Lane
2005-01-27Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane
2005-01-27Backpatch fix for buffer overrun in parsing refcursor parameters toNeil Conway
2005-01-26Back-patch 8.0 version of plperl_hash_from_tuple() into prior releasesTom Lane
2005-01-26Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway
2005-01-24Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-12-17array_map failed to insert correct result type in an empty array.Tom Lane
2004-11-18Back-patch fix for ALTER DATABASE failing to flush pg_database changesTom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-10-22Stamp release 7.3.8.REL7_3_8Tom Lane
2004-10-22Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane
2004-10-21Back-patch make_oidjoins_check security improvement.Tom Lane
2004-10-13Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-13Fix breakage in hashjoin from recent backpatch of left-join bug fix.Tom Lane
2004-09-17Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane
2004-08-15Wups, seem to have used an ungood version of lynx to generate this.REL7_3_7Tom Lane
2004-08-15Stamp 7.3.7.Tom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-06-07Remove asymetrical word processing in query and textTeodor Sigaev