aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAge
* read_stream: Introduce and use optional batchmode supportAndres Freund2025-03-30
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Add relallfrozen to pg_classMelanie Plageman2025-03-03
* Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)Michael Paquier2025-02-17
* Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart2025-02-14
* Add is_analyze parameter to vacuum_delay_point().Nathan Bossart2025-02-11
* Virtual generated columnsPeter Eisentraut2025-02-07
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Add WAL usage reporting to ANALYZE VERBOSE output.Masahiko Sawada2024-09-09
* Add resource statistics reporting to ANALYZE VERBOSE.Masahiko Sawada2024-08-13
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov2024-04-08
* Use streaming I/O in ANALYZE.Thomas Munro2024-04-08
* Generalize relation analyze in table AM interfaceAlexander Korotkov2024-03-30
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Don't try to open visibilitymap when analyzing a foreign tableHeikki Linnakangas2023-12-08
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas2023-09-30
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Take pg_attribute out of VacAttrStatsPeter Eisentraut2023-07-03
* Move bool parameter for vacuum_rel() to option bits.Nathan Bossart2023-06-20
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane2023-03-31
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Avoid some overhead with open and close of catalog indexesMichael Paquier2022-11-16
* Cleanup useless assignments and checksMichael Paquier2022-10-04
* Invent qsort_interruptible().Tom Lane2022-07-12
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan2022-02-11
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15