aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepqual.c
Commit message (Expand)AuthorAge
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix failure to propagate collation in negate_clause().Tom Lane2011-03-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, saveTom Lane2005-11-26
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix an oversight I introduced on 2003-12-28: find_nots/push_nots shouldTom Lane2005-07-29
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix mistaken comment.Tom Lane2004-09-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Just about there on de-FastList-ification.Tom Lane2004-06-01
* 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
* Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane2003-12-30
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Repair bug reported by Wickstrom: backend would crash if WHERE clauseTom Lane2000-04-14