Commits

DateSubjectAuthorReleases
2006-07-01 Revise the planner's handling of "pseudoconstant" WHERE clauses, that is Tom Lane 8.2.0
2006-03-07 Remove the stub support we had for UNION JOIN; per discussion, this is Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2006-01-14 Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, Tom Lane 8.2.0
2005-11-25 Teach planner and executor to handle ScalarArrayOpExpr as an indexable Tom Lane 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-10-11 Fix oversight in 8.0 modification of RestrictInfo data structures. Tom Lane 8.0.5
2005-10-11 Fix oversight in 8.0 modification of RestrictInfo data structures. Tom Lane 8.1.0
2005-06-05 Remove planner's private fields from Query struct, and put them into Tom Lane 8.1.0
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-11-09 Use a hopefully-more-reliable method of detecting default selectivity Tom Lane 8.0.0
2004-08-29 Pgindent run for 8.0. Bruce Momjian 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-06-11 When using extended-query protocol, postpone planning of unnamed statements Tom Lane 8.0.0
2004-05-30 Use the new List API function names throughout the backend, and disable the Neil Conway 8.0.0
2004-05-26 Reimplement the linked list data structure used throughout the backend. Neil Conway 8.0.0
2004-05-10 Promote row expressions to full-fledged citizens of the expression syntax, Tom Lane 8.0.0
2004-01-05 Dept. of second thoughts: clause_selectivity shouldn't try to cache its Tom Lane 8.0.0
2004-01-04 Merge restrictlist_selectivity into clauselist_selectivity by Tom Lane 8.0.0
2003-12-29 Improve comment. Tom Lane 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-06-29 Support expressions of the form 'scalar op ANY (array)' and Tom Lane 7.4.1
2003-05-27 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in Bruce Momjian 7.4.1
2003-02-03 Determine the set of constraints applied to a domain at executor Tom Lane 7.4.1