summaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-09-04Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Teach pattern_fixed_prefix() about collations.Tom Lane
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-28Add hooks to let plugins override the planner's lookups in pg_statistic.Tom Lane
2008-08-16Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane
2008-08-14Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane
2008-03-09Change patternsel() so that instead of switching from a pureTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-08Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-08-31Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane
2007-01-22Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-07-01Fix oversight in planning for multiple indexscans driven byTom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-04-27Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane