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
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
/
Makefile
Age
Commit message (
Expand
)
Author
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2020-04-06
Implement Incremental Sort
Tomas Vondra
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-04-12
Revert MERGE patch
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
2017-11-15
Centralize executor-related partitioning code.
Robert Haas
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-01-20
Logical replication
Peter Eisentraut
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-19
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-04-24
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
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
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-10-04
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-06-11
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
Tom Lane
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2006-08-02
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2005-04-19
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-03-27
This patch implements holdable cursors, following the proposal
Bruce Momjian
2003-01-10
Create a new file executor/execGrouping.c to centralize utility routines
Tom Lane
2002-05-12
Get rid of long-since-vestigial Iter node type, in favor of adding a
Tom Lane
2002-05-12
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2001-09-18
EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple
Tom Lane
2000-10-26
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-05
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-09-29
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
[next]