]> granicus.if.org Git - postgresql/history - src/include/utils/selfuncs.h
Support GROUPING SETS, CUBE and ROLLUP.
[postgresql] / src / include / utils / selfuncs.h
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-10 Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-02-16 Tom LaneImprove statistics estimation to make some use of DISTI...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-09-04 Tom LaneChange get_variable_numdistinct's API to flag default...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Tom LaneTeach pattern_fixed_prefix() about collations.
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
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-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-08-31 Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
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-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-27 Tom LaneGeneralize mcv_selectivity() to support both VAR OP...
2006-04-27 Tom LaneIf we're going to expose VariableStatData for contrib...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-14 Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
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...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-10-19 Tom LaneFix range-query estimation to not double-exclude NULLs...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
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. ...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...