summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepqual.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cnf'ify cleanupBruce Momjian1998-10-041-190/+184
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-44/+44
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-29/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-58/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-26/+26
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-74/+74
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-450/+530
* More NOT_USEDsBruce Momjian1997-08-201-2/+2
* Cleanup MakefilesMarc G. Fournier1996-10-311-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+582