aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/README
Commit message (Expand)AuthorAge
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane2016-09-13
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-09
* More README src cleanups.Bruce Momjian2008-03-21
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Some badly needed documentation about EvalPlanQual.Tom Lane2001-05-15