aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/restrictinfo.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove dead code now that orindxpath.c is history.Tom Lane2013-12-30
* Fix thinko in comment.Tom Lane2013-08-17
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-23
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane2009-07-06
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix cost_nestloop and cost_hashjoin to model the behavior of semi and antiTom Lane2009-05-09
* Fix planner to restore its previous level of intelligence about pushingTom Lane2009-04-16
* Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane2009-02-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of itsTom Lane2006-04-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* make_restrictinfo() failed to attach the specified required_relids toTom Lane2005-11-16
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Don't try to remove duplicate OR-subclauses in create_bitmap_subplan andTom Lane2005-10-13
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-28
* Teach planner about some cases where a restriction clause can beTom Lane2005-07-02
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Replace slightly klugy create_bitmap_restriction() function with aTom Lane2005-04-25
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-25
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-22
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26