]> granicus.if.org Git - postgresql/history - src/include/optimizer/subselect.h
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
[postgresql] / src / include / optimizer / subselect.h
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
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-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-13 Tom LaneReconsider mechanism for marking sub-selects that are...
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
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. ...
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-17 Tom LaneFix a bunch of minor portability problems and maybe...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
1999-03-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
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...
1998-02-13 Vadim B. MikheevSubselects...