| Age | Commit message (Expand) | Author |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-05 | Fix for this problem: | Tom Lane |
| 2003-10-02 | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-19 | Another round of error message editing, covering backend/parser/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-07-16 | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane |
| 2003-07-03 | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane |
| 2003-06-25 | UPDATE ... SET <col> = DEFAULT | Bruce Momjian |
| 2003-06-25 | Includes: | Bruce Momjian |
| 2003-06-16 | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane |
| 2003-06-15 | Cause GROUP BY clause to adopt ordering operators from ORDER BY when | Tom Lane |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
| 2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-02-13 | Parser was dropping foreign-key constraints on the floor if present in | Tom Lane |
| 2003-02-13 | Arrange to give error when a SetOp member statement refers to a variable | Tom Lane |
| 2003-02-11 | Use a varno not chosen at random for dummy variables in the top-level | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-01-17 | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane |
| 2003-01-02 | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane |
| 2002-12-17 | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane |
| 2002-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
| 2002-12-12 | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane |
| 2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
| 2002-11-15 | Add DOMAIN check constraints. | Bruce Momjian |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-20 | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-09-22 | Move most of the error checking for foreign-key constraints out of | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian |