aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* 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
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-06
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Logical replicationPeter Eisentraut2017-01-20
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane2016-12-29
* Implement table partitioning.Robert Haas2016-12-07
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane2016-09-16
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18