| Age | Commit message (Expand) | Author |
| 2003-02-22 | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane |
| 2002-10-03 | This patch removes two unused global variables from globals.c | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-09-21 | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
| 2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
| 2001-05-12 | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut |
| 2001-01-19 | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-07 | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-11-12 | Keep track of the last active slot in the shared ProcState array, so | Tom Lane |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-05-05 | Make the indexes on pg_group be shared system relations. | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-02-16 | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-12-10 | Fix memory overrun while setting ps status | Tatsuo Ishii |
| 1999-10-08 | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian |
| 1999-09-27 | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-22 | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane |
| 1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1998-10-16 | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian |
| 1998-08-25 | From: Massimo Dal Zotto <[email protected]> | Marc G. Fournier |
| 1998-07-09 | From: Tom Lane <[email protected]> | Marc G. Fournier |
| 1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |
| 1998-05-19 | Allow cancel from client of backend query. Change some int variables | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-25 | From: Jan Wieck <[email protected]> | Marc G. Fournier |