aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepqual.c
Commit message (Expand)AuthorAge
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Avoid a little bit of unnecessary computation in canonicalize_qual.Tom Lane2000-02-27
* Apply the heuristic proposed by Taral (see pgsql-general archives forTom Lane2000-01-28
* Add:Bruce Momjian2000-01-26
* First cut at doing something reasonable with OR-of-ANDs WHERETom Lane1999-09-13
* Further improvements in cnfify: reduce amount of self-recursionTom Lane1999-09-12
* Performance improvements in cnfify(): get rid of exponentialTom Lane1999-09-07
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Fix a number of places that made faulty assumptions aboutTom Lane1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* cnf'ify cleanupBruce Momjian1998-10-04
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* More NOT_USEDsBruce Momjian1997-08-20
* Cleanup MakefilesMarc G. Fournier1996-10-31
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09