index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
selfuncs.h
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-04
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
*
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add hooks to let plugins override the planner's lookups in pg_statistic.
Tom Lane
2008-09-28
*
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-16
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Change patternsel() so that instead of switching from a pure
Tom Lane
2008-03-09
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Fix mergejoin cost estimation so that we consider the statistical ranges of
Tom Lane
2007-12-08
*
Improve the performance of LIKE/regex estimation in non-C locales, by making
Tom Lane
2007-11-07
*
Apply a band-aid fix for the problem that 8.2 and up completely misestimate
Tom Lane
2007-08-31
*
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-22
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Change patternsel (LIKE/regex selectivity estimation) so that if there
Tom Lane
2006-09-20
*
Fix oversight in planning for multiple indexscans driven by
Tom Lane
2006-07-01
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
*
Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR
Tom Lane
2006-04-27
*
If we're going to expose VariableStatData for contrib modules to use,
Tom Lane
2006-04-27
*
Move ltree parentsel() selectivity function into /contrib/ltree.
Bruce Momjian
2006-04-26
*
Enhanced containment selectivity function for /contrib/ltree
Bruce Momjian
2006-04-26
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,
Tom Lane
2006-01-14
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-06
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Use a hopefully-more-reliable method of detecting default selectivity
Tom Lane
2004-11-09
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Make use of statistics on index expressions. There are still some
Tom Lane
2004-02-17
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
[next]