Age | Commit message (Expand) | Author |
2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |
2005-07-16 | Mark the geometry regression test as an ignorable failure in the pre-7.4 | Tom Lane |
2005-07-08 | Make libpq_gettext save and restore errno in a Windows-compatible way. | Tom Lane |
2005-06-20 | plpgsql's exec_assign_value() freed the old value of a variable before | Tom Lane |
2005-06-14 | The random selection in function linear() could deliver a value equal to max | Tom Lane |
2005-05-31 | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane |
2005-05-17 | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane |
2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
2005-05-07 | Adjust time qual checking code so that we always check TransactionIdIsInProgress | Tom Lane |
2005-05-05 | Stamp release 7.2.8. | Tom Lane |
2005-05-05 | Make standalone backends ignore pg_database.datallowconn, so that there | Tom Lane |
2005-04-30 | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway |
2005-04-30 | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway |
2005-04-23 | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane |
2005-04-20 | Don't try to run clauseless index scans on index types that don't support | Tom Lane |
2005-03-26 | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane |
2005-02-08 | Back-patch Neil's four additional buffer overrun checks. | Tom Lane |
2005-01-30 | Stamp release 7.2.7. | Tom Lane |
2005-01-27 | Backpatch fix for buffer overrun in parsing refcursor parameters to | Neil Conway |
2005-01-24 | Disallow LOAD to non-superusers. Per report from John Heasman. | Tom Lane |
2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane |
2004-10-22 | Stamp release 7.2.6.REL7_2_6 | Tom Lane |
2004-10-22 | Prevent pg_ctl from being run as root. Since it uses configuration files | Tom Lane |
2004-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
2004-10-13 | Fix breakage in hashjoin from recent backpatch of left-join bug fix. | Tom Lane |
2004-09-17 | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane |
2004-08-19 | Update 7.2 regression tests to match what you get when using a modernREL7_2_5 | Tom Lane |
2004-08-15 | Stamp 7.2.5. | Tom Lane |
2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
2004-03-20 | Repair multiple memory leaks in getTables(), including one that could | Tom Lane |
2003-07-29 | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane |
2003-07-14 | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane |
2003-04-13 | Second try at avoiding conflicts with system isblank(). | Tom Lane |
2003-04-12 | Guard against macro versions of isblank(). | Tom Lane |
2003-04-11 | Add #include <errno.h> per recent reports that it's now necessary on | Tom Lane |
2003-04-02 | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane |
2003-03-31 | TestConfiguration returns int, not bool. This mistake is relatively | Tom Lane |
2003-03-13 | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane |
2003-02-27 | Back patch bug fix to quote function. | D'Arcy J.M. Cain |
2003-01-29 | Brand 7.2.4.REL7_2_4 | Tom Lane |
2003-01-29 | Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(), | Tom Lane |
2003-01-26 | Back-patch fixes to detoast pg_group.grolist. | Tom Lane |
2003-01-26 | Back-patch fixes to ensure t_ctid always has correct value (prevents | Tom Lane |
2003-01-26 | Back-patch fix for alphabetization mistakes in datetime token tables. | Tom Lane |
2003-01-21 | Back-patch fix to ensure pg_clog updates are not only written but sync'ed | Tom Lane |
2003-01-21 | Back-patch fixes for integer overflows in circle_poly(), path_encode(), | Tom Lane |
2003-01-21 | Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tuple | Tom Lane |
2002-10-01 | Brand 7.2.3.REL7_2_3 | Bruce Momjian |
2002-09-30 | Back-patch fixes to work around broken mktime() in recent glibc releases. | Tom Lane |