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
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
*
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-03-04
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Don't try to open visibilitymap when analyzing a foreign table
Heikki Linnakangas
2023-12-08
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
2023-09-30
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-31
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Avoid some overhead with open and close of catalog indexes
Michael Paquier
2022-11-16
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
*
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
[next]