| Age | Commit message (Expand) | Author |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-01-30 | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these | Tom Lane |
| 2008-01-02 | Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 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-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-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-03-26 | Allow non-superuser database owners to create procedural languages. | Tom Lane |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-06 | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
| 2007-01-25 | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-04 | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-18 | Mark a few functions as static or NOT_USED. | Bruce Momjian |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |