summaryrefslogtreecommitdiff
path: root/src/backend/executor/README
AgeCommit message (Expand)Author
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2022-11-17doc: Fix wording of MERGE actions in READMEDaniel Gustafsson
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-01-26Change function call information to be variable length.Andres Freund
2018-11-15Update executor documentation for run-time partition pruningPeter Eisentraut
2018-04-12Revert MERGE patchSimon Riggs
2018-04-05MERGE minor errataSimon Riggs
2018-04-05MERGE post-commit reviewSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2016-09-13Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-10-26Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane
2009-10-12Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2009-01-09Arrange for function default arguments to be processed properly in expressionsTom Lane
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2001-05-15Some badly needed documentation about EvalPlanQual.Tom Lane