summaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
AgeCommit message (Expand)Author
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-02-19Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-01-04Teach estimate_array_length() to use statistics where available.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-04-21Clean up cpluspluscheck violation.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-19Add fmgr.h include to selfuncs.h.Andres Freund
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-21Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.Tom Lane
2019-02-15Refactor index cost estimation functions in view of IndexClause changes.Tom Lane
2019-02-14Move pattern selectivity code from selfuncs.c to like_support.c.Tom Lane
2019-02-09Refactor the representation of indexable clauses in IndexPaths.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian