aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAge
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-30
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* 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
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-02
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-27
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-12
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Improve ANALYZE's strategy for finding MCVs.Dean Rasheed2018-03-22
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Update copyright for 2018Bruce Momjian2018-01-02
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-04
* Improve comments in vacuum_rel() and analyze_rel().Tom Lane2017-10-05
* Fix inadequate locking during get_rel_oids().Tom Lane2017-09-29
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-26
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-21
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Fix relcache reference leak.Robert Haas2017-03-07
* Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas2017-03-02
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* pgindent run for 9.6Robert Haas2016-06-09
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-04
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-04
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-01