summaryrefslogtreecommitdiff
path: root/src/backend/executor/README
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix wording of MERGE actions in READMEDaniel Gustafsson2022-11-171-1/+1
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-1/+40
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-4/+8
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-0/+40
* Fix inconsistencies in the codeMichael Paquier2019-07-081-2/+2
* Change function call information to be variable length.Andres Freund2019-01-261-3/+3
* Update executor documentation for run-time partition pruningPeter Eisentraut2018-11-151-7/+15
* Revert MERGE patchSimon Riggs2018-04-121-11/+0
* MERGE minor errataSimon Riggs2018-04-051-2/+2
* MERGE post-commit reviewSimon Riggs2018-04-051-5/+6
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+10
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-10/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+10
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-0/+2
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-161-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-13/+163
* 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