summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-181-72/+112
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-149/+145
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-111-4/+5
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-16/+16
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-15/+15
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-271-1/+2
* Make use of statistics on index expressions. There are still someTom Lane2004-02-171-793/+1051
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-021-2/+14
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-171-9/+26
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-6/+22
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-291-15/+14
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-281-4/+5
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-071-24/+87
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-4/+7
* Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane2003-10-161-9/+15
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-77/+83
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-22/+28
* Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane2003-07-171-2/+7
* Work around buggy strxfrm() present in some Solaris releases.Tom Lane2003-07-171-15/+16
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-7/+5
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-54/+90
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-103/+18
* Fix stupid oversight ...Tom Lane2003-04-161-3/+3
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-151-15/+21
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-231-6/+1
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-231-19/+75
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-3/+3
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-18/+57
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-1/+3
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-2/+2
* Make estimation of mergejoin scan selectivities more robust, per recentTom Lane2003-01-221-10/+26
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-9/+6
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-17/+4
* Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane2003-01-121-3/+5
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-171-6/+8
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-9/+10
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-2/+2
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-191-3/+251
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-2/+1
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-191-29/+29
* Tom Lane wrote:Bruce Momjian2002-09-201-2/+2
* pgindent run.Bruce Momjian2002-09-041-27/+31