summaryrefslogtreecommitdiff
path: root/src/include/statistics
Commit message (Expand)AuthorAgeFilesLines
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-201-1/+1
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-181-0/+2
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-051-0/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-38/+38
* Initial pgindent run for v12.Tom Lane2019-05-222-3/+3
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-211-18/+1
* Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane2019-04-151-2/+3
* Fix deserialization of pg_mcv_list valuesTomas Vondra2019-03-281-1/+1
* Minor improvements for the multivariate MCV listsTomas Vondra2019-03-271-2/+2
* Add support for multivariate MCV listsTomas Vondra2019-03-272-0/+80
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-1/+1
* Update copyright for 2019Bruce Momjian2019-01-022-2/+2
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-1/+1
* Update copyright for 2018Bruce Momjian2018-01-022-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-212-6/+6
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-0/+1
* Rename function for consistencyAlvaro Herrera2017-06-151-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-5/+5
* Collect and use multi-column dependency statsSimon Riggs2017-04-052-0/+49
* Fix uninitialized memory propagation mistakesAlvaro Herrera2017-03-271-0/+7
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-242-0/+111