| Age | Commit message (Expand) | Author |
| 2007-01-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2006-11-19 | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane |
| 2006-11-01 | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-03-28 | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane |
| 2006-01-21 | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2005-11-03 | Fix longstanding race condition in transaction log management: there was a | Tom Lane |
| 2005-10-12 | Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark | Tom Lane |
| 2005-08-30 | Fix missing rows in query | Teodor Sigaev |
| 2005-08-25 | Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, | Tom Lane |
| 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 |
| 2005-02-06 | Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for | Tom Lane |
| 2005-01-24 | Fix memory leak in rtdosplit, per report from Clive Page. | Tom Lane |
| 2004-10-29 | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane |
| 2004-10-13 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-08-27 | Make gistindex_keytest safe against NULL values. Same fix was already | Tom Lane |
| 2004-08-17 | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |
| 2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-29 | Adjust btree index build procedure so that the btree metapage looks | Tom Lane |
| 2003-09-28 | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane |
| 2003-09-27 | Fix typo in message. | Tom Lane |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
| 2003-09-04 | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane |
| 2003-09-02 | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane |
| 2003-09-02 | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane |
| 2003-09-02 | Fix a couple typos, add some more comments. | Tom Lane |
| 2003-09-02 | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane |
| 2003-09-01 | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane |
| 2003-09-01 | Add some internals documentation for hash indexes, including an | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-10 | Repair potential deadlock created by recent changes to recycle btree | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Suppress unused-variable warnings when building without Asserts. | Tom Lane |
| 2003-08-06 | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-29 | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-07-19 | Error message editing: finish up undone task of reporting the problem | Tom Lane |