| Age | Commit message (Expand) | Author |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 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-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-22 | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane |
| 2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-01-10 | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane |
| 2003-01-09 | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane |
| 2002-12-14 | Clean up plantree representation of SubPlan-s --- SubLink does not appear | 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-25 | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane |
| 2002-11-25 | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane |
| 2002-11-24 | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane |
| 2002-11-15 | Add DOMAIN check constraints. | Bruce Momjian |
| 2002-11-06 | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | 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-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-10 | > create view pg_locks as select l.relation, l.database, l.backendpid, | Bruce Momjian |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |