Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2017-04-06 Identity columns Peter Eisentraut 10.0
2017-04-04 Print new RelOptInfo field top_parent_relids in outfuncs.c Robert Haas 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-04-01 Fix parallel query so it doesn't spoil row estimates above Gather. Robert Haas 10.0
2017-03-27 Support hashed aggregation with grouping sets. Andrew Gierth 10.0
2017-03-24 Implement multivariate n-distinct coefficients Alvaro Herrera 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2017-03-08 Support parallel bitmap heap scans. Robert Haas 10.0
2017-03-08 Support XMLTABLE query expression Alvaro Herrera 10.0
2017-02-14 Allow parallel workers to execute subplans. Robert Haas 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 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
2017-01-03 Update copyright via script for 2017 Bruce Momjian 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-12-07 Implement table partitioning. Robert Haas 10.0
2016-11-04 Implement syntax for transition tables in AFTER triggers. Kevin Grittner 10.0
2016-09-16 Add debugging aid "bmsToString(Bitmapset *bms)". Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-09-06 Add location field to DefElem Peter Eisentraut 10.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 10.0
2016-08-19 Speed up planner's scanning for parallel-query hazards. Tom Lane 10.0
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0