summaryrefslogtreecommitdiff
path: root/src/backend/statistics/dependencies.c
Commit message (Expand)AuthorAgeFilesLines
* Fix choose_best_statistics to check clauses individuallyTomas Vondra2019-11-281-11/+15
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+2
* Use column collation for extended statisticsTomas Vondra2019-07-201-1/+1
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-161-3/+4
* Make error logging in extended statistics more consistentTomas Vondra2019-05-301-3/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-7/+7
* Initial pgindent run for v12.Tom Lane2019-05-221-4/+4
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-211-11/+29
* Add support for multivariate MCV listsTomas Vondra2019-03-271-59/+41
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-1/+1
* Refactor planner's header files.Tom Lane2019-01-291-2/+1
* Make some small planner API cleanups.Tom Lane2019-01-291-1/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-1/+4
* Fix typos.Thomas Munro2018-08-271-1/+1
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-021-3/+10
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Support boolean columns in functional-dependency statistics.Tom Lane2017-12-041-47/+63
* Infer functional dependency past RelabelTypeAlvaro Herrera2017-10-121-0/+8
* Remove obsolete comments about functional dependenciesAlvaro Herrera2017-07-261-8/+0
* Phase 3 of pgindent updates.Tom Lane2017-06-211-6/+6
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Rename function for consistencyAlvaro Herrera2017-06-151-3/+3
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-9/+9
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-141-7/+7
* extstats: change output functions to emit valid JSONAlvaro Herrera2017-05-021-16/+7
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-171-2/+2
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-071-2/+2
* Reset API of clause_selectivity()Simon Riggs2017-04-061-2/+2
* Comment fixes for extended statisticsAlvaro Herrera2017-04-061-2/+7
* Collect and use multi-column dependency statsSimon Riggs2017-04-051-0/+1079