aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* Update copyright for 2022Bruce Momjian2022-01-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Multirange datatypesAlexander Korotkov2020-12-20
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Clean up cpluspluscheck violation.Tom Lane2020-04-21
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add fmgr.h include to selfuncs.h.Andres Freund2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.Tom Lane2019-02-21
* Refactor index cost estimation functions in view of IndexClause changes.Tom Lane2019-02-15
* Move pattern selectivity code from selfuncs.c to like_support.c.Tom Lane2019-02-14
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane2017-08-15
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Update copyright for 2015Bruce Momjian2015-01-06
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane2012-02-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04