]> granicus.if.org Git - postgresql/history - src/include/nodes/relation.h
Create the system catalog infrastructure needed for KNNGIST.
[postgresql] / src / include / nodes / relation.h
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-17 Tom LaneImprove comments about RelOptInfo.reltargetlist.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-05-31 Tom LaneChange build_index_pathkeys() so that the expressions...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-16 Tom LaneAdjust the definition of is_pushed_down so that it...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-10 Tom LaneQuick hack to allow the outer query's tuple_fraction...
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-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-26 Tom LaneRelOptInfo.pages should really be declared as BlockNumb...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
next