index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
README
Age
Commit message (
Expand
)
Author
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-16
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