aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Update EvalPlanQual() to work with new executor memory management method.Tom Lane2002-12-18
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-30
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-30
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30
* Improve some comments.Tom Lane2002-11-27
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-25
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-25
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Redesign internal logic of nodeLimit so that it does not need to fetchTom Lane2002-11-22
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* New version attached. The following is implemented:Bruce Momjian2002-11-15
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-10
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-06
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian2002-10-11
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-11
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-19
* Improve obsolete comment.Tom Lane2002-08-19
* Tom Lane wrote:Bruce Momjian2002-08-15