| Age | Commit message (Expand) | Author |
| 2005-05-31 | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2004-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |
| 2003-07-29 | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane |
| 2003-07-17 | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane |
| 2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
| 2003-05-10 | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane |
| 2003-03-23 | Band-aid patch for Shraibman's 'out of free buffers' bug: disable the | Tom Lane |
| 2003-02-21 | Repair nasty oversight in bt_split: if the index is temporary, we weren't | Tom Lane |
| 2003-01-08 | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane |
| 2002-11-18 | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane |
| 2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
| 2002-10-22 | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-20 | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane |
| 2002-10-07 | Change order of operations during XLogFlush so that we try to include | Tom Lane |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-27 | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-26 | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-09-01 | Remove code that suggested increasing wal_files. | Bruce Momjian |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
| 2002-08-30 | Complete TODO item: | Bruce Momjian |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-13 | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane |
| 2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
| 2002-08-06 | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-08-02 | When compiling with --enable-cassert, check for reference count leaks | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-30 | This patch fixes one serious bug (runaway INSERT) and a few rare (and | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-02 | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian |