summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-34/+74
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-051-3/+3
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+19
* Avoid assuming that statistics for a parent relation reflect the properties ofTom Lane2006-05-021-5/+13
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-271-14/+14
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-271-13/+5
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-204/+2
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-1/+180
* Eliminate some no-longer-needed workarounds for palloc's old behaviorTom Lane2006-04-201-37/+21
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-251-1/+12
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-141-1/+60
* Improve patternsel() by applying the operator itself to each valueTom Lane2006-01-101-92/+180
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-251-9/+212
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-26/+28
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-19/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-385/+363
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-111-8/+3
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+2
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-30/+29
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-211-6/+6
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-3/+3
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-4/+5
* Improve comments for AdjustIntervalForTypmod.Bruce Momjian2005-07-121-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-1/+2
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-15/+107
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-101-7/+6
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-36/+37
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-011-8/+10
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-251-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Second try at making examine_variable and friends behave sanely inTom Lane2005-04-011-36/+35
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-41/+37
* Fix a pair of related issues with estimation of inequalities that involveTom Lane2005-03-261-27/+36
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-2/+2
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-061-4/+4
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-011-2/+16
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-281-8/+25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-021-8/+26
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-091-40/+1
* 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