Commits

DateSubjectAuthorReleases
2019-12-02 Add a reverse-translation column number array to struct AppendRelInfo. Tom Lane 13.0
2019-02-16 Allow user control of CTE materialization, and change the default behavior. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 10.7
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 11.2
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 9.5.16
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 9.4.21
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 9.6.12
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-01-26 Remove the obsolete WITH clause of CREATE FUNCTION. Tom Lane 11.0
2017-10-03 Allow multiple tables to be specified in one VACUUM or ANALYZE command. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2016-12-23 Replace enum InhOption with simple boolean. Tom Lane 10.0
2016-12-08 Fix reporting of column typmods for multi-row VALUES constructs. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-09-07 Support renaming an existing value of an enum type. Tom Lane 10.0
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-18 Fix handling of argument and result datatypes for partial aggregation. Tom Lane 9.6.0