]> granicus.if.org Git - postgresql/history - src/include/optimizer/clauses.h
Arrange to "inline" SQL functions that appear in a query's FROM clause,
[postgresql] / src / include / optimizer / clauses.h
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
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-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-02-04 Tom LaneMinor code cleanup: remove no-longer-useful pull_subpla...
2003-01-17 Tom LaneFix parse_agg.c to detect ungrouped Vars in sub-SELECTs...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-01 Tom LaneTeach planner to expand sufficiently simple SQL-languag...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2001-12-10 Tom LaneSuppress subquery pullup and pushdown when the subquery...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-30 Tom LaneFix problems with subselects used in GROUP BY expressio...
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-07-31 Tom LaneFix optimizer to not try to push WHERE clauses down...
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-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
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-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix extremely nasty little bug observed when a sub...
2000-03-21 Tom LaneRestructure planning code so that preprocessing of...
2000-01-26 Bruce MomjianAdd:
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-12-09 Tom LaneReplace generic 'Illegal use of aggregates' error messa...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-08-10 Tom LaneMinor cleanups and code beautification; eliminate some
1999-08-09 Tom LaneCreate a standardized expression_tree_mutator support...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
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-06-19 Tom LaneCreate a generic expression-tree-walker subroutine...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-08-09 Bruce MomjianNew pgindent.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSubselects...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-06 Marc G. FournierAnd another
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...