index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-28
*
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
*
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
*
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Message style improvements
Peter Eisentraut
2021-08-07
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-09
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-07
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
[next]