aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
Commit message (Expand)AuthorAge
* 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
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-19
* pgindent run.Bruce Momjian2002-09-04
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25