| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-04 | Change vacuum lazy "compacting" warning message to: | Bruce Momjian |
| 2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-28 | Remove some unnecessary conversion work in build_regtype_array(). | Tom Lane |
| 2007-01-25 | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian |
| 2007-01-25 | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | Simplify pg_am representation of ordering-capable access methods: | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-17 | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane |
| 2007-01-16 | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2007-01-03 | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane |
| 2006-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-12-18 | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane |
| 2006-11-23 | Several changes to reduce the probability of running out of memory during | Tom Lane |
| 2006-11-12 | Fix some typos in comments. | Neil Conway |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-19 | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane |
| 2006-10-18 | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |