index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
primnodes.h
Commit message (
Expand
)
Author
Age
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Identity columns
Peter Eisentraut
2017-04-06
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Remove comment claiming that PARAM_EXTERN Params always have typmod -1.
Tom Lane
2015-03-05
*
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-23
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
[next]