index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
1
-0
/
+3
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
1
-25
/
+3
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
1
-1
/
+17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-3
/
+4
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
1
-11
/
+0
*
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-28
1
-12
/
+25
*
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
1
-1
/
+1
*
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
1
-10
/
+5
*
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
1
-6
/
+6
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
1
-39
/
+11
*
Message style improvements
Peter Eisentraut
2021-08-07
1
-4
/
+6
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
1
-9
/
+23
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-8
/
+7
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-09
1
-0
/
+12
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
1
-1
/
+1
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
1
-12
/
+28
*
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
1
-2
/
+71
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
1
-7
/
+93
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
1
-20
/
+30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
1
-1
/
+1
*
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-07
1
-12
/
+1
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-1
/
+1
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
1
-1
/
+32
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
1
-1
/
+1
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
1
-1
/
+12
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
1
-1
/
+1
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
1
-2
/
+1
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
1
-3
/
+9
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-1
/
+2
*
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
1
-7
/
+7
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-29
/
+29
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
1
-165
/
+42
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
1
-12
/
+12
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
1
-1
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-8
/
+8
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+2
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
1
-0
/
+1
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
1
-3
/
+18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
1
-4
/
+22
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-1
/
+2
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
1
-1
/
+1
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
1
-49
/
+6
[next]