summaryrefslogtreecommitdiff
path: root/src/include/utils/selfuncs.h
AgeCommit message (Expand)Author
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
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-09-04Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Teach pattern_fixed_prefix() about collations.Tom Lane
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander