| Age | Commit message (Expand) | Author |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-07 | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera |
| 2007-02-16 | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 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 |
| 2006-11-21 | On systems that have setsid(2) (which should be just about everything except | Tom Lane |
| 2006-11-21 | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-15 | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-29 | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
| 2006-06-18 | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut |
| 2006-06-08 | Fix bootstrap.c so that database startup process and bgwriter properly release | Tom Lane |
| 2006-05-10 | Clean up code associated with updating pg_class statistics columns | Tom Lane |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2006-01-04 | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-20 | Postpone pg_timezone_initialize() until after creation of postmaster.pid, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
| 2005-08-08 | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-03-29 | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-01-14 | postgres -boot would print the wrong program name in event of a | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
| 2004-10-10 | Cosmetic improvements/code cleanup: | Neil Conway |