| Age | Commit message (Expand) | Author |
| 2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
| 2009-08-01 | Department of second thoughts: let's show the exact key during unique index | Tom Lane |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-22 | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane |
| 2009-06-26 | Cleanup and code review for the patch that made bgwriter active during | Tom Lane |
| 2009-06-25 | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
| 2009-06-06 | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane |
| 2009-06-05 | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane |
| 2009-05-24 | Use more-portable coding for the check on handing out the last available | Tom Lane |
| 2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
| 2009-05-08 | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian |
| 2009-04-04 | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera |
| 2009-03-25 | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane |
| 2009-03-24 | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane |
| 2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
| 2009-03-23 | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane |
| 2009-02-18 | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-26 | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera |
| 2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
| 2009-01-12 | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera |
| 2009-01-10 | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane |
| 2009-01-08 | A couple further reloptions improvements, per KaiGai Kohei: add a validation | Alvaro Herrera |
| 2009-01-06 | Fix string reloption handling, per KaiGai Kohei. | Alvaro Herrera |
| 2009-01-05 | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-30 | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas |
| 2008-12-12 | Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. | Alvaro Herrera |
| 2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
| 2008-11-14 | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera |
| 2008-11-06 | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane |
| 2008-11-03 | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-28 | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane |
| 2008-10-22 | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev |
| 2008-10-20 | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera |
| 2008-10-20 | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev |
| 2008-10-17 | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane |
| 2008-10-17 | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev |
| 2008-10-08 | Modify the parser's error reporting to include a specific hint for the case | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-15 | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane |
| 2008-08-23 | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev |
| 2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |