aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics
Commit message (Expand)AuthorAge
* 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
* Make memset() use sizeof() rather than re-compute sizeAlvaro Herrera2017-11-29
* Fix extstat collection when no stats are produced for a columnAlvaro Herrera2017-11-28
* Infer functional dependency past RelabelTypeAlvaro Herrera2017-10-12
* Remove obsolete comments about functional dependenciesAlvaro Herrera2017-07-26
* Fix typos in README.dependenciesAlvaro Herrera2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Rename function for consistencyAlvaro Herrera2017-06-15
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* extstats: change output functions to emit valid JSONAlvaro Herrera2017-05-02
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Fix extended statistics with partial analyzesAlvaro Herrera2017-04-17
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-07
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Fix uninitialized memory propagation mistakesAlvaro Herrera2017-03-27
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24