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-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 10.16
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 10.7
2018-09-16 Add outfuncs.c support for RawStmt nodes. Tom Lane 10.6
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-07-14 Code review for NextValueExpr expression node type. Tom Lane 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-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-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-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-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