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
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-06-09
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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
[next]