aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
Commit message (Expand)AuthorAge
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Support parallel aggregation.Robert Haas2016-03-21
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* pgindent run for 9.5Bruce Momjian2015-05-23
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane2015-03-05
* Further tweaking of raw grammar output to distinguish different inputs.Tom Lane2015-02-23
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17