aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/restrictinfo.c
Commit message (Expand)AuthorAge
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-15
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Add:Bruce Momjian2000-01-26
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-25
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Optimizer cleanup.Bruce Momjian1999-02-05