| Age | Commit message (Expand) | Author |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-22 | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
| 2007-01-10 | Change the planner-to-executor API so that the planner tells the executor | Tom Lane |
| 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-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
| 2006-12-26 | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane |
| 2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
| 2006-12-10 | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane |
| 2006-12-04 | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
| 2006-09-06 | Change processing of extended-Query mode so that an unnamed statement | Tom Lane |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
| 2006-09-03 | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian |
| 2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-27 | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-10 | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane |
| 2006-08-04 | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane |
| 2006-08-02 | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-26 | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane |
| 2006-07-26 | Change LIMIT/OFFSET to use int8 | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-13 | Remove trailing comma from CreateStmtLikeOption enum definition. This | Neil Conway |
| 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-07-02 | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian |
| 2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
| 2006-06-28 | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane |
| 2006-06-28 | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane |
| 2006-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-06-06 | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane |