summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-311-2/+15
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+5
* Check return code from strxfrm on Windows since it has aMagnus Hagander2007-05-051-1/+14
* Some further performance tweaks for planning large inheritance trees thatTom Lane2007-04-211-2/+2
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-061-7/+32
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-39/+11
* Fix some problems with selectivity estimation for partial indexes.Tom Lane2007-03-211-24/+27
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-3/+5
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-2/+2
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-191-3/+3
* Revert gincostestimate changes.Teodor Sigaev2007-01-311-115/+1
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-1/+115
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-281-1/+4
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-281-8/+83
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-221-5/+26
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-201-6/+5
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-2/+19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-44/+93
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-65/+83
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-151-9/+47
* pgindent run for 8.2.Bruce Momjian2006-10-041-94/+97
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-108/+202
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-191-2/+3
* Work around bug in strxfmt() but in MS VS2005.Bruce Momjian2006-07-261-2/+10
* Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane2006-07-241-1/+19
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-12/+1
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-011-8/+81
* 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