aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane2012-02-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Teach pattern_fixed_prefix() about collations.Tom Lane2011-04-11
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add hooks to let plugins override the planner's lookups in pg_statistic.Tom Lane2008-09-28
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Change patternsel() so that instead of switching from a pureTom Lane2008-03-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-01
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-27
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-27
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-14
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-25
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-09
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29