index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
stats.out
Age
Commit message (
Expand
)
Author
2025-12-08
Unify some more messages
Álvaro Herrera
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-06
Add test for pg_stat_reset_single_table_counters() on index
Michael Paquier
2025-07-11
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add MODE option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-04-12
Fix instability with WAL fsync test in stats.sql
Michael Paquier
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-03-08
Use stricter ordering in regression test query for pg_stat_io
Michael Paquier
2025-03-08
Add regression test listing all the possible tuples in pg_stat_io
Michael Paquier
2025-02-19
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-07
Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restart
Michael Paquier
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2024-12-20
Relax regression test for fsync check of backend-level stats
Michael Paquier
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2023-11-28
Remove more statements from stats.sql
Michael Paquier
2023-11-28
Remove test for pg_stat_reset_shared() in stats.sql
Michael Paquier
2023-11-16
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-14
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-10-30
Expand regression tests for pg_stat_reset_shared()
Michael Paquier
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-01
Fix pg_stat_io buffer reuse test instability
Andres Freund
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-05-17
Use BUFFER_USAGE_LIMIT to reduce needed test table size
Andres Freund
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-04-21
Remove io prefix from pg_stat_io columns
Michael Paquier
2023-03-30
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-20
Stabilize pg_stat_io writes test
Andres Freund
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-07
Fix flakey pg_stat_io test
Andres Freund
2023-02-11
Add tests for pg_stat_io
Andres Freund
2022-11-08
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-23
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-16
Fix race condition in stats.sql added in 5264add7847
Andres Freund
2022-07-18
Reinstate tests accidentally removed by e3fcca0d0d
Tomas Vondra
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-04-07
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
pgstat: add tests for transaction behaviour, 2PC, function stats.
Andres Freund
2022-04-06
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-27
Mark pg_stat_get_subscription_stats() strict.
Andres Freund
2022-03-27
Fix NULL input behaviour of pg_stat_get_replication_slot().
Andres Freund
[next]