| Age | Commit message (Expand) | Author |
| 2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
| 2005-05-30 | Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric). | Bruce Momjian |
| 2005-05-30 | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway |
| 2005-05-30 | Change the UNKNOWN type to have an internal representation matching | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-20 | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway |
| 2005-05-17 | Extend the pg_locks system view so that it can fully display all lock | Tom Lane |
| 2005-05-11 | This patch refactors away some duplicated code in the index AM build | Neil Conway |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-09 | Complete the following TODO items: | Neil Conway |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-04-30 | Change catalog entries for record_out and record_send to show only one | Tom Lane |
| 2005-04-29 | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | 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-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
| 2005-04-13 | Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. | Tom Lane |
| 2005-04-12 | Adjust pg_cast.h so that the OIDs assigned to built-in casts come from | Tom Lane |
| 2005-04-12 | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |
| 2005-03-26 | Expand the 'special index operator' machinery to handle special cases | Tom Lane |
| 2005-03-25 | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane |
| 2005-03-21 | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane |
| 2005-03-16 | Force initdb cause of encoding additions. | Bruce Momjian |
| 2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
| 2005-02-28 | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway |
| 2005-02-27 | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway |
| 2005-02-26 | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane |
| 2005-02-25 | In accordance to | Teodor Sigaev |
| 2005-01-28 | pg_aggregate.h fails to compile standalone, for lack of an #include | Tom Lane |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-12 | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-11 | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane |
| 2004-10-07 | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane |
| 2004-10-04 | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane |
| 2004-10-04 | Correct the volatility labeling of ten timestamp-related functions, | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-08-31 | Fix unintended assignment of sequences to the containing schema's | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane |