Commits

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

DateSubjectAuthorReleases
2022-09-06 Further fixes for MULTIEXPR_SUBLINK fix. Tom Lane 10.23
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 10.20
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 10.13
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 10.7
2018-09-18 Fix some probably-minor oversights in readfuncs.c. Tom Lane 10.6
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-07-14 Code review for NextValueExpr expression node type. Tom Lane 10.0
2017-07-05 Fix output of char node fields Peter Eisentraut 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-16 Reconcile nodes/*funcs.c with PostgreSQL 10 work. Noah Misch 10.0
2017-06-14 Fix problems related to RangeTblEntry members enrname and enrtuples. Robert Haas 10.0
2017-05-30 Fix omission of locations in outfuncs/readfuncs partitioning node support. Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-05-14 Remove no-longer-needed fields of Hash plan nodes. Tom Lane 10.0
2017-05-01 Fire per-statement triggers on partitioned tables. Robert Haas 10.0
2017-04-12 Mark finished Plan nodes with parallel_safe flags. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2017-04-06 Identity columns Peter Eisentraut 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 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-03-01 Move atooid() definition to a central place Peter Eisentraut 10.0