aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* 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
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Identity columnsPeter Eisentraut2017-04-06
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* ICU supportPeter Eisentraut2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Don't scan partitioned tables.Robert Haas2017-03-21