| Age | Commit message (Expand) | Author |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-19 | Fix dumb compile error in the last patch. | Alvaro Herrera |
| 2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-16 | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera |
| 2007-05-14 | Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since | Tom Lane |
| 2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
| 2007-05-04 | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane |
| 2007-05-02 | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-19 | Silence compiler warnings, per Bruce. | Alvaro Herrera |
| 2007-04-18 | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera |
| 2007-04-18 | Update docs/error message for CSV quote/escape --- must be ASCII. | Bruce Momjian |
| 2007-04-18 | Update error message for COPY with a multi-byte delimiter. | Bruce Momjian |
| 2007-04-16 | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
| 2007-04-12 | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-08 | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-26 | Allow non-superuser database owners to create procedural languages. | Tom Lane |
| 2007-03-23 | Fix plancache so that any required replanning is done with the same | Tom Lane |
| 2007-03-22 | Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlink | Tom Lane |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-14 | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-08 | Fix vac_update_relstats to ensure it always sends a relcache inval message, | Tom Lane |
| 2007-03-06 | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-02-23 | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane |
| 2007-02-22 | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-21 | Update new optional VACUUM FULL hint for translations, per Alvaro. | Bruce Momjian |
| 2007-02-21 | Move increase FSM warning to after lazy_truncate_heap() because the | Bruce Momjian |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-19 | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane |
| 2007-02-16 | Fix new RI operator selection code to do the right thing when working with | Tom Lane |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
| 2007-02-09 | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane |
| 2007-02-06 | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane |
| 2007-02-05 | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane |