OSDN Git Service

Standard pgindent run for 8.1.
[pg-rex/syncrep.git] / src / backend / optimizer / plan / subselect.c
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-05-11 Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-12 Tom LaneFix another place that wasn't maintaining AND/OR flatne...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneRepair subselect.c's occasional assignment of the wrong...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
2003-10-18 Tom LaneRepair interaction between IN-join processing and subse...
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-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2003-01-13 Tom LaneReconsider mechanism for marking sub-selects that are...
2003-01-13 Tom LaneCause planner to account for evaluation costs in target...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
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-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-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2001-11-30 Tom LaneRepair failure to mark an inserted Materialize node...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-09 Tom LaneFix oversight in planning of GROUP queries: when an...
2000-11-21 Tom LaneFix erroneous handling of parameters at SubqueryScan...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
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-06 Tom LaneCopy sub-Query nodes to avoid trouble when same sub...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
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-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-14 Tom LaneFix some bogosities in the code that deals with estimat...
2000-03-11 Tom LaneFurther tweaking of logic that decides when to material...
2000-03-02 Tom LaneApply a MATERIAL node to the result of an uncorrelated...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-26 Bruce MomjianAdd:
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Tom LaneSeveral routines failed to cope with CASE expressions...
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
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...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-18 Bruce MomjianHi!
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce MomjianI have found a minor problem with current configure.in.
1998-07-24 Bruce MomjianFix HAVING patch missing cast.
1998-07-24 Bruce MomjianI'm sorry, but I think I introduced a little bug with...
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevOld planner() becomes union_planner(); new planner...