summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/stats.out
AgeCommit message (Expand)Author
2025-12-08Unify some more messagesÁlvaro Herrera
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-10-06Add test for pg_stat_reset_single_table_counters() on indexMichael Paquier
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
2025-07-11Add MODE option to CHECKPOINT command.Nathan Bossart
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-04-12Fix instability with WAL fsync test in stats.sqlMichael Paquier
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-08Use stricter ordering in regression test query for pg_stat_ioMichael Paquier
2025-03-08Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2024-12-20Relax regression test for fsync check of backend-level statsMichael Paquier
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2023-11-28Remove more statements from stats.sqlMichael Paquier
2023-11-28Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-14Add support for pg_stat_reset_slru without argumentMichael Paquier
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier
2023-10-30Expand regression tests for pg_stat_reset_shared()Michael Paquier
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-01Fix pg_stat_io buffer reuse test instabilityAndres Freund
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-17Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-04-21Remove io prefix from pg_stat_io columnsMichael Paquier
2023-03-30Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-20Stabilize pg_stat_io writes testAndres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-07Fix flakey pg_stat_io testAndres Freund
2023-02-11Add tests for pg_stat_ioAndres Freund
2022-11-08Fix initialization of pg_stat_get_lastscan()Michael Paquier
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-23pgstat: Fix transactional stats dropping for indexesAndres Freund
2022-09-16Fix race condition in stats.sql added in 5264add7847Andres Freund
2022-07-18Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund
2022-04-06pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-27Mark pg_stat_get_subscription_stats() strict.Andres Freund
2022-03-27Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund