| Age | Commit message (Expand) | Author |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-14 | Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-07-22 | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
| 2002-11-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
| 2002-11-01 | Arrange to compile flex output files as inclusions into other files | Tom Lane |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-01 | Attached is a patch which adds 2 missing semi-colons to | Bruce Momjian |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-05-12 | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-11-04 | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
| 1999-01-21 | The following patch finishes primary key support. Previously, when | Bruce Momjian |
| 1998-08-24 | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian |
| 1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
| 1998-08-06 | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian |
| 1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
| 1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
| 1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |