index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Commit message (
Expand
)
Author
Age
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-21
*
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
*
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
2019-05-06
*
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix neqjoinsel's behavior for semi/anti join cases.
Tom Lane
2017-11-29
*
Improve planner's handling of set-returning functions in grouping columns.
Tom Lane
2017-11-25
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Remove dead variables.
Tom Lane
2017-06-03
*
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
Tom Lane
2017-06-03
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Fix thinko in estimate_num_groups
Alvaro Herrera
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve eqjoinsel_semi's behavior for small inner relations with no stats.
Tom Lane
2016-11-29
[next]