aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAge
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-01
* Second try at making examine_variable and friends behave sanely inTom Lane2005-04-01
* Fix a pair of related issues with estimation of inequalities that involveTom Lane2005-03-26
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-01
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-02
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-09
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-18
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-27
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-17
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-29
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane2003-10-16
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane2003-07-17
* Work around buggy strxfrm() present in some Solaris releases.Tom Lane2003-07-17
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Fix stupid oversight ...Tom Lane2003-04-16
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-15
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-23
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* Make estimation of mergejoin scan selectivities more robust, per recentTom Lane2003-01-22
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15