aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Extended statistics on expressionsTomas Vondra2021-03-27
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-18
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Revert MERGE patchSimon Riggs2018-04-12
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* Improve parse representation for MERGESimon Riggs2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Generational memory allocatorSimon Riggs2017-11-23
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14