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
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
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-17
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
Michael Paquier
2025-02-14
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-09
Add WAL usage reporting to ANALYZE VERBOSE output.
Masahiko Sawada
2024-08-14
Add resource statistics reporting to ANALYZE VERBOSE.
Masahiko Sawada
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-07-13
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Don't try to open visibilitymap when analyzing a foreign table
Heikki Linnakangas
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-09-30
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-31
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-16
Avoid some overhead with open and close of catalog indexes
Michael Paquier
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-07-12
Invent qsort_interruptible().
Tom Lane
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
[next]