Commits

DateSubjectAuthorReleases
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 12.0
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 9.5.16
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 9.4.21
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 9.6.12
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 10.7
2019-01-02 Don't believe MinMaxExpr is leakproof without checking. Tom Lane 11.2
2018-12-30 Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions. Tom Lane 12.0
2018-12-13 Drop no-op CoerceToDomain nodes from expressions at planning time. Tom Lane 12.0
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 11.1
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 12.0
2018-07-26 Avoid crash in eval_const_expressions if a Param's type changes. Tom Lane 11.0
2018-07-26 Avoid crash in eval_const_expressions if a Param's type changes. Tom Lane 12.0
2018-03-16 Mop-up for letting VOID-returning SQL functions end with a SELECT. Tom Lane 11.0
2018-01-03 Teach eval_const_expressions() to handle some more cases. Tom Lane 11.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-08-15 Simplify plpgsql's check for simple expressions. Tom Lane 11.0
2017-07-14 Code review for NextValueExpr expression node type. Tom Lane 10.0