| Age | Commit message (Expand) | Author |
| 2005-03-17 | Update obsolete comment. | Tom Lane |
| 2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
| 2005-03-14 | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2003-12-01 | This patch refactors execTuples.c in two ways. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-29 | I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings | Bruce Momjian |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-06 | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-21 | Error message editing in backend/executor. | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
| 2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2002-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
| 2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
| 2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-07-20 | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-18 | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian |
| 2002-03-21 | Remove long-dead 'fix for SELECT NULL' to stop current coredump. | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |