index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
README
Age
Commit message (
Expand
)
Author
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-03-11
Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2022-11-17
doc: Fix wording of MERGE actions in README
Daniel Gustafsson
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-01-26
Change function call information to be variable length.
Andres Freund
2018-11-15
Update executor documentation for run-time partition pruning
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-05
MERGE minor errata
Simon Riggs
2018-04-05
MERGE post-commit review
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2016-09-13
Fix executor/README to reflect disallowing SRFs in UPDATE.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-01-09
Arrange for function default arguments to be processed properly in expressions
Tom Lane
2008-03-21
More README src cleanups.
Bruce Momjian
2008-03-20
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2002-12-15
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-05
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2001-05-15
Some badly needed documentation about EvalPlanQual.
Tom Lane