summaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-1/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-16/+16
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-1/+4
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-011-1/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+2
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-271-2/+3
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-271-4/+14
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-3/+25
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-141-1/+4
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-251-1/+5
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-2/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-7/+7
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-061-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-091-1/+44
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Make use of statistics on index expressions. There are still someTom Lane2004-02-171-1/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-2/+1
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-2/+2
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-2/+2
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-191-1/+4
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-191-3/+5
* pgindent run.Bruce Momjian2002-09-041-3/+3
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-021-5/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-011-3/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-251-0/+77