]> granicus.if.org Git - postgresql/history - src/include/nodes/relation.h
Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to
[postgresql] / src / include / nodes / relation.h
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
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-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-27 Tom LaneImprove some comments.
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-09-04 Bruce Momjianpgindent run.
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
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-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-02-18 Tom LanePlug some more memory leaks in the planner. It still...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-22 Bruce Momjiancomments cleanup.
1999-02-20 Bruce Momjianpathkeys fixes
1999-02-20 Bruce Momjianadd pathkeys description.
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianOptimizer cleanup.
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Bruce MomjianOptimizer cleanup.
1999-02-05 Bruce MomjianOptimizer cleanup.
1999-02-04 Bruce MomjianMore optimizer cleanups.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
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-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
1996-11-06 Marc G. FournierFurther include file cleanups
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files