summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepqual.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, saveTom Lane2005-11-261-6/+35
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-31/+30
* Fix an oversight I introduced on 2003-12-28: find_nots/push_nots shouldTom Lane2005-07-291-19/+10
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-281-103/+24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix mistaken comment.Tom Lane2004-09-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-30/+35
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Just about there on de-FastList-ification.Tom Lane2004-06-011-85/+73
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-12/+12
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-25/+25
* Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane2003-12-301-522/+176
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-281-112/+74
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-9/+9
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+9
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-281-85/+98
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-54/+47
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-2/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-3/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+4
* Repair bug reported by Wickstrom: backend would crash if WHERE clauseTom Lane2000-04-141-9/+42
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-84/+116
* Avoid a little bit of unnecessary computation in canonicalize_qual.Tom Lane2000-02-271-2/+3
* Apply the heuristic proposed by Taral (see pgsql-general archives forTom Lane2000-01-281-53/+106
* Add:Bruce Momjian2000-01-261-2/+3
* First cut at doing something reasonable with OR-of-ANDs WHERETom Lane1999-09-131-10/+220
* Further improvements in cnfify: reduce amount of self-recursionTom Lane1999-09-121-332/+381
* Performance improvements in cnfify(): get rid of exponentialTom Lane1999-09-071-249/+236
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-12/+17
* Fix a number of places that made faulty assumptions aboutTom Lane1999-02-151-24/+57
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3