Commits

DateSubjectAuthorReleases
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-02-21 Suppress unused-variable warning. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2017-01-15 Fix matching of boolean index columns to sort ordering. Tom Lane 10.0
2016-03-31 Support using index-only scans with partial indexes in more cases. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2015-03-12 Fix old bug in get_loop_count(). Tom Lane 9.5.0
2015-03-12 Improve planner's cost estimation in the presence of semijoins. Tom Lane 9.5.0
2014-11-28 Add bms_next_member(), and use it where appropriate. Tom Lane 9.5.0
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.2.10
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.3.6
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.4.0
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.5.0
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.4.0
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.5.0
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.2.10
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.3.6
2013-12-30 Remove dead code now that orindxpath.c is history. Tom Lane 9.4.0
2013-12-30 Extract restriction OR clauses whether or not they are indexable. Tom Lane 9.4.0
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.3.0
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.4.0
2013-03-21 Redo postgres_fdw's planner code so it can handle parameterized paths. Tom Lane 9.3.0
2012-11-16 Improve check_partial_indexes() to consider join clauses in proof attempts. Tom Lane 9.2.2