index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Age
Commit message (
Expand
)
Author
2008-07-07
Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean
Tom Lane
2007-11-09
Second pass at improving LIKE/regex estimation in non-C locales. It turns
Tom Lane
2007-11-07
Improve the performance of LIKE/regex estimation in non-C locales, by making
Tom Lane
2007-11-07
Fix patternsel() and callers to do the right thing for NOT LIKE and the other
Tom Lane
2007-08-31
Apply a band-aid fix for the problem that 8.2 and up completely misestimate
Tom Lane
2007-05-05
Check return code from strxfrm on Windows since it has a
Magnus Hagander
2007-01-28
Dept of second thoughts: the IQ of estimate_array_length() needs to be
Tom Lane
2007-01-28
Fix scalararraysel() to cope with binary-compatible cases, such as text[]
Tom Lane
2007-01-03
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
Tom Lane
2006-12-15
Fix some planner bugs exposed by reports from Arjen van der Meijden. These
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-20
Change patternsel (LIKE/regex selectivity estimation) so that if there
Tom Lane
2006-09-19
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-07-26
Work around bug in strxfmt() but in MS VS2005.
Bruce Momjian
2006-07-24
Add a fudge factor to genericcostestimate() to prevent the planner from
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-01
Fix oversight in planning for multiple indexscans driven by
Tom Lane
2006-06-06
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-05
Add a GUC parameter seq_page_cost, and use that everywhere we formerly
Tom Lane
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
Avoid assuming that statistics for a parent relation reflect the properties of
Tom Lane
2006-04-27
Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR
Tom Lane
2006-04-27
If we're going to expose VariableStatData for contrib modules to use,
Tom Lane
2006-04-26
Move ltree parentsel() selectivity function into /contrib/ltree.
Bruce Momjian
2006-04-26
Enhanced containment selectivity function for /contrib/ltree
Bruce Momjian
2006-04-20
Eliminate some no-longer-needed workarounds for palloc's old behavior
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-01-25
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-14
Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,
Tom Lane
2006-01-10
Improve patternsel() by applying the operator itself to each value
Tom Lane
2005-11-25
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-11
Document that get_attstatsslot/free_attstatsslot only need to be passed
Tom Lane
2005-09-24
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-07-21
Remove unnecessary parentheses in assignments.
Bruce Momjian
2005-07-21
Add time/date macros for code clarity:
Bruce Momjian
2005-07-20
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-07-12
Improve comments for AdjustIntervalForTypmod.
Bruce Momjian
2005-06-29
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-13
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-10
Separate predicate-testing code out of indxpath.c, making it a module
Tom Lane
2005-06-05
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-01
patternsel() was improperly stripping RelabelType from the derived
Tom Lane
2005-04-25
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-01
Second try at making examine_variable and friends behave sanely in
Tom Lane
2005-03-27
First steps towards index scans with heap access decoupled from index
Tom Lane
[next]