summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-151-23/+40
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* When estimating without benefit of MCV lists (suggesting that one or bothTom Lane2008-10-231-1/+18
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-211-2/+2
* Dept of second thoughts: let's make sure that get_index_stats_hook is onlyTom Lane2008-09-281-23/+46
* Add hooks to let plugins override the planner's lookups in pg_statistic.Tom Lane2008-09-281-16/+69
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-5/+4
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-161-77/+323
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-34/+18
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-071-11/+31
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-131-5/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-21/+12
* Revert thinko introduced into prefix_selectivity() by my recent patch:Tom Lane2008-03-171-7/+7
* Change patternsel() so that instead of switching from a pureTom Lane2008-03-091-25/+53
* Modify prefix_selectivity() so that it will never estimate the selectivityTom Lane2008-03-081-150/+215
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-081-111/+259
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-3/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-46/+49
* Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane2007-11-091-8/+55
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-071-19/+33
* Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane2007-11-071-57/+52
* 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