aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Use column collation for extended statisticsTomas Vondra2019-07-20
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20
* Fix typo in mvdistinct.cMichael Paquier2019-07-19
* Simplify bitmap updates in multivariate MCV codeTomas Vondra2019-07-18
* Fix handling of NULLs in MCV items and constantsTomas Vondra2019-07-18
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-18
* Remove unnecessary TYPECACHE_GT_OPR lookupTomas Vondra2019-07-18
* Remove unused variable in statext_mcv_serialize()Tomas Vondra2019-07-05
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Speed-up build of MCV lists with many distinct valuesTomas Vondra2019-07-05
* Add security checks to the multivariate MCV estimation code.Dean Rasheed2019-06-23
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Make error logging in extended statistics more consistentTomas Vondra2019-05-30
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-21
* Fix pg_mcv_list deserializationTomas Vondra2019-04-16
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-03
* Fix thinko in allocation call during MVC list deserializationMichael Paquier2019-04-01
* Fix typoTomas Vondra2019-03-31
* Fix compiler warnings in multivariate MCV codeTomas Vondra2019-03-30
* Additional fixes of memory alignment in pg_mcv_list codeTomas Vondra2019-03-30
* Fix memory alignment in pg_mcv_list serializationTomas Vondra2019-03-29
* Fix deserialization of pg_mcv_list valuesTomas Vondra2019-03-28
* Minor improvements for the multivariate MCV listsTomas Vondra2019-03-27
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix typos.Thomas Munro2018-08-27
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Support boolean columns in functional-dependency statistics.Tom Lane2017-12-04