postgresql/src/bin
Peter Eisentraut dd3ae37830 Add log_autoanalyze_min_duration
The log output functionality of log_autovacuum_min_duration applies to
both VACUUM and ANALYZE, so it is not possible to separate the VACUUM
and ANALYZE log output thresholds. Logs are likely to be output only for
VACUUM and not for ANALYZE.

Therefore, we decided to separate the threshold for log output of VACUUM
by autovacuum (log_autovacuum_min_duration) and the threshold for log
output of ANALYZE by autovacuum (log_autoanalyze_min_duration).

Author: Shinya Kato <shinya11.kato@gmail.com>
Reviewed-by: Kasahara Tatsuhito <kasaharatt@oss.nttdata.com>
Discussion: https://www.postgresql.org/message-id/flat/CAOzEurQtfV4MxJiWT-XDnimEeZAY+rgzVSLe8YsyEKhZcajzSA@mail.gmail.com
2025-10-15 14:31:12 +02:00
..
initdb Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 2025-08-13 17:18:22 -04:00
pg_amcheck amcheck: Improve confusing message 2025-07-01 12:24:17 +02:00
pg_archivecleanup Translation updates 2025-05-05 12:04:49 +02:00
pg_basebackup pg_createsubscriber: Use new routine to retrieve data of PG_VERSION 2025-10-15 11:11:30 +09:00
pg_checksums Translation updates 2025-05-05 12:04:49 +02:00
pg_combinebackup pg_combinebackup: Use new routine to retrieve data of PG_VERSION 2025-10-15 09:54:56 +09:00
pg_config Translation updates 2025-05-05 12:04:49 +02:00
pg_controldata Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
pg_ctl Translation updates 2025-05-05 12:04:49 +02:00
pg_dump Fix serious performance problems in LZ4Stream_read_internal. 2025-10-13 13:17:45 -04:00
pg_resetwal pg_resetwal: Use new routine to retrieve data of PG_VERSION 2025-10-15 10:09:48 +09:00
pg_rewind Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
pg_test_fsync Translation updates 2025-05-05 12:04:49 +02:00
pg_test_timing Include pg_test_timing's full output in the TAP test log. 2025-09-24 12:09:11 -04:00
pg_upgrade pg_upgrade: Use new routine to retrieve data of PG_VERSION 2025-10-14 16:27:13 +09:00
pg_verifybackup Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
pg_waldump Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
pg_walsummary pg_walsummary: Improve stability of test checking statistics 2025-07-08 13:48:49 +09:00
pgbench pgbench: Fail cleanly when finding a COPY result state 2025-10-03 14:03:55 +09:00
pgevent Update copyright for 2025 2025-01-01 11:21:55 -05:00
psql Add log_autoanalyze_min_duration 2025-10-15 14:31:12 +02:00
scripts Split vacuumdb to create vacuuming.c/h 2025-09-26 16:21:28 +02:00
Makefile Update copyright for 2025 2025-01-01 11:21:55 -05:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00