summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan2022-02-111-0/+3
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-161-25/+3
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-151-1/+17
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-3/+4
* Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier2021-10-191-11/+0
* Keep stats up to date for partitioned tablesAlvaro Herrera2021-08-281-12/+25
* Use maintenance_io_concurrency for ANALYZE prefetchStephen Frost2021-08-271-1/+1
* track_io_timing logging: Don't special case 0 ms.Peter Geoghegan2021-08-271-10/+5
* Reorder log_autovacuum_min_duration log output.Peter Geoghegan2021-08-271-6/+6
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-161-39/+11
* Message style improvementsPeter Eisentraut2021-08-071-4/+6
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-011-9/+23
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-8/+7
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Set pg_class.reltuples for partitioned tablesAlvaro Herrera2021-04-091-0/+12
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-091-1/+1
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-081-12/+28
* Use pre-fetching for ANALYZEStephen Frost2021-03-161-2/+71
* Improve logging of auto-vacuum and auto-analyzeStephen Frost2021-03-161-7/+93
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-101-20/+30
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-1/+1
* Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera2020-08-071-12/+1
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-151-1/+32
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-211-1/+1
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-111-1/+12
* Split tuptoaster.c into three separate files.Robert Haas2019-09-051-1/+1
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-031-2/+1
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-301-3/+9
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+2
* Update reference to sampling algorithm in analyze.cTomas Vondra2019-06-271-7/+7
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-29/+29
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-301-165/+42
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-181-12/+12
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-8/+8
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+2
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-031-3/+18
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-4/+22
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-021-1/+1
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-021-49/+6