index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
selfuncs.h
Commit message (
Expand
)
Author
Age
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
*
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add fmgr.h include to selfuncs.h.
Andres Freund
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-15
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
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
*
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
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-04
[next]