]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep/prepqual.c
Instead of trying to force WHERE clauses into CNF or DNF normal form,
[postgresql] / src / backend / optimizer / prep / prepqual.c
2003-12-30 Tom LaneInstead of trying to force WHERE clauses into CNF or...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-27 Tom LaneAvoid a little bit of unnecessary computation in canoni...
2000-01-28 Tom LaneApply the heuristic proposed by Taral (see pgsql-genera...
2000-01-26 Bruce MomjianAdd:
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12 Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-07 Tom LanePerformance improvements in cnfify(): get rid of expone...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-15 Tom LaneFix a number of places that made faulty assumptions...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-10-04 Bruce Momjiancnf'ify cleanup
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-20 Bruce MomjianMore NOT_USEDs
1996-10-31 Marc G. FournierCleanup Makefiles
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01