| Age | Commit message (Expand) | Author |
| 2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |
| 2009-04-22 | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas |
| 2009-04-07 | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane |
| 2009-04-06 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
| 2009-04-05 | Fix infinite loop while checking of partial match in pending list. | Teodor Sigaev |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-04-04 | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera |
| 2009-04-02 | Revert DTrace patch from Robert Lor | Bruce Momjian |
| 2009-04-02 | Add support for additional DTrace probes. | Bruce Momjian |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 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-03-11 | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane |
| 2009-03-04 | Reload config file in startup process on SIGHUP. | Heikki Linnakangas |
| 2009-02-28 | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane |
| 2009-02-23 | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas |
| 2009-02-18 | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas |
| 2009-02-09 | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane |
| 2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
| 2009-02-07 | Fix obsolete comment. Zdenek Kotala | 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-23 | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 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-11 | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane |
| 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-06 | Suppress compiler warning in a different way, per Alvaro. | Bruce Momjian |
| 2009-01-06 | Supress compiler warning. | Bruce Momjian |
| 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-24 | Change the name of dtrace wal tracepoints: | Bruce Momjian |
| 2008-12-17 | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian |
| 2008-12-16 | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane |
| 2008-12-11 | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane |
| 2008-12-09 | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas |
| 2008-12-09 | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas |
| 2008-12-06 | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of | Heikki Linnakangas |
| 2008-12-04 | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera |
| 2008-12-04 | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev |
| 2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
| 2008-12-03 | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-11-26 | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas |
| 2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |