| Age | Commit message (Expand) | Author |
| 2005-08-16 | Remove registration message in all the supported back branches;REL7_2_STABLE | Tom Lane |
| 2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |
| 2005-07-16 | Back-patch into 7.2 branch the 7.3 changes that made contrib/seg | Tom Lane |
| 2005-07-16 | Back-patch into 7.2 branch the 7.3 changes that made contrib/cube | Tom Lane |
| 2005-07-16 | Mark the geometry regression test as an ignorable failure in the pre-7.4 | Tom Lane |
| 2005-07-16 | Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. | 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-09 | Update release notes for upcoming re-releases.REL7_2_8 | 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-03-13 | Some builds (depends on crypto engine support?) of OpenSSL | Neil Conway |
| 2005-03-13 | Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems with | Neil Conway |
| 2005-02-08 | Back-patch Neil's four additional buffer overrun checks. | Tom Lane |
| 2005-01-30 | Recommend security@postgresql.org as the contact point for security-related b...REL7_2_7 | Tom Lane |
| 2005-01-30 | Stamp release 7.2.7. | Tom Lane |
| 2005-01-29 | Make sure contrib C functions are marked strict where needed. | Tom Lane |
| 2005-01-27 | Backpatch fix for buffer overrun in parsing refcursor parameters to | Neil Conway |
| 2005-01-26 | Mark the text_soundex() function as "strict", to avoid crashing on NULL | 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-24 | Back-patch removal of extraneous semicolon, so that this will build | 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-21 | Back-patch make_oidjoins_check security improvement. | 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 |