]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/plancat.c
Create a third option named "partition" for constraint_exclusion, and make it
[postgresql] / src / backend / optimizer / util / plancat.c
2009-01-07 Tom LaneCreate a third option named "partition" for constraint_...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-01-12 Tom LaneFix logical errors in constraint exclusion: we cannot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-31 Tom LaneChange build_index_pathkeys() so that the expressions...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
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-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-05 Tom LaneExtend relation_excluded_by_constraints() to check...
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-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
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-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-05-30 Tom LaneAdd support for FUNCTION RTEs to build_physical_tlist...
2005-05-23 Tom LaneAvoid redundant relation lock grabs during planning...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-01 Tom LaneJust about there on de-FastList-ification.
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-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
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-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-05-11 Tom LaneRevert previous change --- turns out the underlying...
2003-05-11 Tom LaneDisable the recently-added use_physical_tlist optimizat...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
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-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-07-27 Tom LaneMake planner safe for recursive calls --- needed for...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-20 Tom LaneMake inheritance planning logic a little simpler and...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-09 Tom LaneCause inheritance patch to meet minimum coding standard...
next