]> granicus.if.org Git - postgresql/history - src/include/optimizer/prep.h
Extend set-operation planning to keep track of the sort ordering induced
[postgresql] / src / include / optimizer / prep.h
2004-04-07 Tom LaneExtend set-operation planning to keep track of the...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-04-24 Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-02-09 Tom LaneDetect case where an outer join can be reduced to a...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-08-29 Tom LanePush down outer qualification clauses into UNION and...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-06-20 Tom LaneMake inheritance planning logic a little simpler and...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-01-26 Bruce MomjianAdd:
1999-12-14 Tom Lanefix_parsetree_attnums was not nearly smart enough about...
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-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-06-06 Tom LaneFix problems with grouping/aggregation in queries that use
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-20 Bruce MomjianFix aggregates on inherited tables.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
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.
1996-11-06 Marc G. Fournieranother one bites the dust
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...