summaryrefslogtreecommitdiff
path: root/src/backend/executor/README
Commit message (Expand)AuthorAgeFilesLines
* Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane2016-09-131-5/+4
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-39/+36
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-4/+5
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-11/+12
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-091-2/+3
* More README src cleanups.Bruce Momjian2008-03-211-2/+2
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-2/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-9/+9
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-1/+78
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-1/+22
* Some badly needed documentation about EvalPlanQual.Tom Lane2001-05-151-0/+99