| Age | Commit message (Expand) | Author |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 2008-10-22 | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev |
| 2008-08-23 | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2007-06-01 | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2006-11-17 | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-20 | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-07 | Remove an unused typedef. | Alvaro Herrera |
| 2005-09-02 | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-20 | Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-06-30 | Bug fixes for GiST crash recovery. | Teodor Sigaev |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Concurrency for GiST | Teodor Sigaev |
| 2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
| 2005-06-24 | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane |
| 2005-06-20 | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane |
| 2005-06-20 | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev |
| 2005-06-20 | 1. full functional WAL for GiST | Teodor Sigaev |
| 2005-06-19 | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane |
| 2005-06-18 | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-14 | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev |
| 2005-06-13 | Change the planner to allow indexscan qualification clauses to use | Tom Lane |
| 2005-06-08 | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane |
| 2005-06-06 | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane |
| 2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
| 2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
| 2005-05-27 | Arrange to cache fmgr lookup information for an index's access method | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
| 2005-05-17 | GiST improvements: | Neil Conway |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-03 | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
| 2005-03-28 | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane |
| 2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |