Commits

DateSubjectAuthorReleases
2004-06-01 Just about there on de-FastList-ification. 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-01-05 Adjust indexscan planning logic to keep RestrictInfo nodes associated Tom Lane 8.0.0
2004-01-05 Add the ability to extract OR indexscan conditions from OR-of-AND Tom Lane 8.0.0
2004-01-04 Rewrite OR indexscan processing to be more flexible. We can now for the 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-08-04 pgindent run. Bruce Momjian 7.4.1
2003-06-15 Adjust nestloop-with-inner-indexscan plan generation so that we catch Tom Lane 7.4.1
2003-05-28 Fix some planner performance problems with large WHERE clauses, by Tom Lane 7.4.1
2002-12-12 Phase 2 of read-only-plans project: restructure expression-tree nodes Tom Lane 7.4.1
2002-11-24 Restructure planning of nestloop inner indexscans so that the set of usable Tom Lane 7.4.1
2002-06-20 Update copyright to 2002. Bruce Momjian 7.3.1
2001-10-28 Another pgindent run. Fixes enum indenting, and improves #endif Bruce Momjian 7.2.1
2001-10-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 7.2.1
2001-06-05 Improve planning of OR indexscan plans: for quals like Tom Lane 7.2.1
2001-05-20 Modify optimizer data structures so that IndexOptInfo lists built for Tom Lane 7.2.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-05-30 Remove unused include files. Do not touch /port or includes used by defines. Bruce Momjian 7.1.1
2000-04-12 Ye-old pgindent run. Same 4-space tabs. Bruce Momjian 7.1.1
2000-03-22 Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU Tom Lane 7.1.1
2000-02-15 New cost model for planning, incorporating a penalty for random page Tom Lane 7.1.1
2000-02-05 Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle Tom Lane 7.1.1