Commits

DateSubjectAuthorReleases
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.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
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.3.23
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.4.18
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.6.9
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.5.13
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. Tom Lane 9.5.0
2014-06-16 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. Tom Lane 9.5.0
2014-04-29 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. Tom Lane 9.4.0
2014-04-29 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. Tom Lane 9.2.9
2014-04-29 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. Tom Lane 9.3.5
2011-03-25 Fix failure to propagate collation in negate_clause(). Tom Lane 9.1.0
2010-10-11 Improve the planner's simplification of NOT constructs. Tom Lane 9.1.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2005-11-26 Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save Tom Lane 8.2.0
2005-07-29 Back-patch fix for NOT-below-a-NOT case. Tom Lane 8.0.4
2005-07-29 Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should Tom Lane 8.1.0
2005-03-28 Rethink the order of expression preprocessing: eval_const_expressions Tom Lane 8.1.0
2004-09-01 Fix mistaken comment. Tom Lane 8.0.0
2004-06-01 Just about there on de-FastList-ification. Tom Lane 8.0.0
2003-12-30 Instead of trying to force WHERE clauses into CNF or DNF normal form, Tom Lane 8.0.0
2003-12-28 Clean up the usage of canonicalize_qual(): in particular, be consistent Tom Lane 8.0.0