index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
nodes.h
Commit message (
Expand
)
Author
Age
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
[next]