summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
AgeCommit message (Expand)Author
2017-09-18Ensure that we don't read rule definition with portable input onPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-20Logical replicationPeter Eisentraut
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-14generate distributed grouping paths with a combine phaseTomas Vondra
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18Add support for pushdown of Append and MergeAppend nodes.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-04-08Expose more out/readfuncs support functions.Andres Freund
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-14Rethink representation of PathTargets.Tom Lane
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-02-12Introduce extensible node types.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane