| Age | Commit message (Expand) | Author |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | 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-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-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-20 | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 2003-03-11 | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-03-09 | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane |
| 2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-13 | Code for WITHOUT OIDS. | Bruce Momjian |
| 2003-02-10 | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-09 | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane |
| 2003-02-08 | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-02-03 | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane |
| 2003-01-27 | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane |
| 2003-01-24 | Modify planner's implied-equality-deduction code so that when a set | Tom Lane |
| 2003-01-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-23 | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |
| 2003-01-12 | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane |
| 2003-01-10 | Create a new file executor/execGrouping.c to centralize utility routines | 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 |
| 2003-01-06 | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane |
| 2002-12-30 | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian |
| 2002-12-18 | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane |
| 2002-12-16 | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane |
| 2002-12-15 | Tweak default memory context allocation policy so that a context is not | Tom Lane |
| 2002-12-15 | Revise executor APIs so that all per-query state structure is built in | 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-12-06 | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian |
| 2002-12-06 | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian |
| 2002-12-06 | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian |
| 2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
| 2002-11-30 | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane |
| 2002-11-30 | Be more realistic about plans involving Materialize nodes: take their | Tom Lane |
| 2002-11-30 | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane |
| 2002-11-27 | Improve some comments. | Tom Lane |
| 2002-11-26 | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane |