| Age | Commit message (Expand) | Author |
| 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 |
| 2007-03-30 | Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock | Tom Lane |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-25 | Clean up the representation of special snapshots by including a "method | Tom Lane |
| 2007-03-22 | Arrange for PreventTransactionChain to reject commands submitted as part | Tom Lane |
| 2007-03-13 | Reverted waiting for further fixes: | Peter Eisentraut |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-12 | Make configuration parameters fall back to their default values when they | Peter Eisentraut |
| 2007-03-05 | Fix a typo in a comment. Heikki Linnakangas. | Neil Conway |
| 2007-03-03 | Split _bt_insertonpg to two functions. | Bruce Momjian |
| 2007-03-03 | Remove undo information from pg_controldata --- never used. | Bruce Momjian |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-21 | btree source code cleanups: | Bruce Momjian |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-14 | Move fsync method macro defines into /include/access/xlogdefs.h so they | Bruce Momjian |
| 2007-02-13 | Disallow committing a prepared transaction unless we are in the same database | Tom Lane |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-02-09 | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane |
| 2007-02-08 | Fix reference-after-free in the new btree page split code, as reported by | Alvaro Herrera |
| 2007-02-08 | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut |
| 2007-02-08 | Reduce WAL activity for page splits: | Bruce Momjian |
| 2007-02-07 | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane |
| 2007-02-07 | Remove the xlog-centric "database system is ready" message and replace it with | Tom Lane |
| 2007-02-06 | Remove some dead code, per Heikki. | Tom Lane |
| 2007-02-05 | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane |
| 2007-02-04 | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-02-01 | Fix a few typos in comments in GiN. | Neil Conway |
| 2007-01-31 | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev |
| 2007-01-30 | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane |
| 2007-01-29 | Add comment noting that hashm_procid in a hash index's metapage isn't | Tom Lane |