]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/relnode.c
Remove cvs keywords from all files.
[postgresql] / src / backend / optimizer / util / relnode.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-06 Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-05-23 Tom LaneAvoid redundant relation lock grabs during planning...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2003-12-08 Tom LaneWhole-row references were broken for subqueries and...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-02-15 Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
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-24 Tom LaneModify planner's implied-equality-deduction code so...
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-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-10-12 Tom LaneFix for bug #795: two clauses that seem redundant are...
2002-09-04 Bruce Momjianpgindent run.
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...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-02-16 Tom LaneTake OUTER JOIN semantics into account when estimating...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
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-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
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-02-06 Tom LaneRename same() to sameseti() to have a slightly less...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
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 MomjianFix optimizer and make faster.
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
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-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
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-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01