aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAge
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane2007-11-09
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane2007-11-07
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Check return code from strxfrm on Windows since it has aMagnus Hagander2007-05-05
* Some further performance tweaks for planning large inheritance trees thatTom Lane2007-04-21
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27
* Fix some problems with selectivity estimation for partial indexes.Tom Lane2007-03-21
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-19
* Revert gincostestimate changes.Teodor Sigaev2007-01-31
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-28
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-28
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-15
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Work around bug in strxfmt() but in MS VS2005.Bruce Momjian2006-07-26
* Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane2006-07-24
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix oversight in planning for multiple indexscans driven byTom Lane2006-07-01
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Avoid assuming that statistics for a parent relation reflect the properties ofTom Lane2006-05-02
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-27
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-27
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Eliminate some no-longer-needed workarounds for palloc's old behaviorTom Lane2006-04-20
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-14
* Improve patternsel() by applying the operator itself to each valueTom Lane2006-01-10
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* R-tree is dead ... long live GiST.Tom Lane2005-11-07