aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/README
Commit message (Expand)AuthorAge
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* doc: Fix wording of MERGE actions in READMEDaniel Gustafsson2022-11-17
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Change function call information to be variable length.Andres Freund2019-01-26
* Update executor documentation for run-time partition pruningPeter Eisentraut2018-11-15
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE minor errataSimon Riggs2018-04-05
* MERGE post-commit reviewSimon Riggs2018-04-05
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* 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