| Age | Commit message (Expand) | Author |
| 2007-09-14 | Remove GIN interface section, which is now documented in SGML. | Bruce Momjian |
| 2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
| 2007-09-11 | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane |
| 2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
| 2007-09-07 | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane |
| 2007-09-07 | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev |
| 2007-09-05 | Quick hack to make the VXID of a prepared transaction be -1/XID, | Tom Lane |
| 2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-08-28 | Add a debug logging message when a resource manager rejects an attempted | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-14 | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane |
| 2007-08-13 | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-09 | Teach heapam code to know the difference between a real seqscan and the | Tom Lane |
| 2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
| 2007-06-07 | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane |
| 2007-06-05 | Move call of MarkBufferDirty() before XLogInsert() as required. | Teodor Sigaev |
| 2007-06-04 | Fix bundle bugs of GIN: | Teodor Sigaev |
| 2007-06-03 | Clarify some error messages about duplicate things. | Peter Eisentraut |
| 2007-06-01 | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-31 | Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places | Teodor Sigaev |
| 2007-05-31 | Downgrade some low-level startup messages to DEBUG1. | Peter Eisentraut |
| 2007-05-30 | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-16 | Have the rewriteheap code freeze old tuples. This is safe because it is only | Alvaro Herrera |
| 2007-05-03 | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane |
| 2007-05-02 | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane |
| 2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2007-04-17 | Fix condition for whether end_heap_rewrite must fsync, per Heikki. | Tom Lane |
| 2007-04-17 | Don't assume rd_smgr stays open across all of a rewriteheap operation; | Tom Lane |
| 2007-04-11 | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane |
| 2007-04-09 | Minor tweaking of index special-space definitions so that the various | Tom Lane |
| 2007-04-08 | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane |
| 2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-03 | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane |
| 2007-04-03 | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |