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
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-02-12
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Tom Lane
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2018-03-03
Fix assorted issues in convert_to_scalar().
Tom Lane
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-04
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-03-27
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-23
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-01-17
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2016-01-01
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-08-23
Reduce number of bytes examined by convert_one_string_to_scalar().
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-08
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-03-04
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-03
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-12
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.
Heikki Linnakangas
2014-02-25
Use SnapshotDirty rather than an active snapshot to probe index endpoints.
Tom Lane
2014-02-21
Do ScalarArrayOp estimation correctly when array is a stable expression.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-11
Fix failure with whole-row reference to a subquery.
Tom Lane
2013-07-25
Don't use SnapshotNow in get_actual_variable_range.
Robert Haas
2013-07-24
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-10
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-04-09
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-01-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-24
Tweak genericcostestimate's fudge factor for index size.
Tom Lane
2012-10-03
Avoid planner crash/Assert failure with joins to unflattened subqueries.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-09
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-08
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
[next]