index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Age
Commit message (
Expand
)
Author
2021-10-19
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-08-28
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-27
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-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-07
Message style improvements
Peter Eisentraut
2021-07-01
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-09
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-08
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-03-16
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-11
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-07
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-07-30
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-06-27
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-31
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-18
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-01-22
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-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-03
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-01
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-08-27
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-07-12
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
[prev]
[next]