summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-07-16Mark the geometry regression test as an ignorable failure in the pre-7.4Tom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-06-20plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane
2005-06-14The random selection in function linear() could deliver a value equal to maxTom Lane
2005-05-31Add test to WAL replay to verify that xl_prev points back to the previousTom Lane
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom 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.2.8.Tom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom 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-20Don't try to run clauseless index scans on index types that don't supportTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-02-08Back-patch Neil's four additional buffer overrun checks.Tom Lane
2005-01-30Stamp release 7.2.7.Tom Lane
2005-01-27Backpatch fix for buffer overrun in parsing refcursor parameters toNeil 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-10-22Stamp release 7.2.6.REL7_2_6Tom Lane
2004-10-22Prevent pg_ctl from being run as root. Since it uses configuration filesTom 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-19Update 7.2 regression tests to match what you get when using a modernREL7_2_5Tom Lane
2004-08-15Stamp 7.2.5.Tom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-03-20Repair multiple memory leaks in getTables(), including one that couldTom Lane
2003-07-29Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane
2003-07-14Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane
2003-04-13Second try at avoiding conflicts with system isblank().Tom Lane
2003-04-12Guard against macro versions of isblank().Tom Lane
2003-04-11Add #include <errno.h> per recent reports that it's now necessary onTom Lane
2003-04-02Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane
2003-03-31TestConfiguration returns int, not bool. This mistake is relativelyTom Lane
2003-03-13Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane
2003-02-27Back patch bug fix to quote function.D'Arcy J.M. Cain
2003-01-29Brand 7.2.4.REL7_2_4Tom Lane
2003-01-29Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(),Tom Lane
2003-01-26Back-patch fixes to detoast pg_group.grolist.Tom Lane
2003-01-26Back-patch fixes to ensure t_ctid always has correct value (preventsTom Lane
2003-01-26Back-patch fix for alphabetization mistakes in datetime token tables.Tom Lane
2003-01-21Back-patch fix to ensure pg_clog updates are not only written but sync'edTom Lane
2003-01-21Back-patch fixes for integer overflows in circle_poly(), path_encode(),Tom Lane
2003-01-21Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tupleTom Lane
2002-10-01Brand 7.2.3.REL7_2_3Bruce Momjian
2002-09-30Back-patch fixes to work around broken mktime() in recent glibc releases.Tom Lane