postgres/contrib/test_decoding
Masahiko Sawada d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots.
This commit introduces a new column mem_exceeded_count to the
pg_stat_replication_slots view. This counter tracks how often the
memory used by logical decoding exceeds the logical_decoding_work_mem
limit. The new statistic helps users determine whether exceeding the
logical_decoding_work_mem limit is a rare occurrences or a frequent
issue, information that wasn't available through existing statistics.

Bumps catversion.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: shveta malik <shveta.malik@gmail.com>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/978D21E8-9D3B-40EA-A4B1-F87BABE7868C@yesql.se
2025-10-08 10:05:04 -07:00
..
expected Add mem_exceeded_count column to pg_stat_replication_slots. 2025-10-08 10:05:04 -07:00
specs Add optional pid parameter to pg_replication_origin_session_setup(). 2025-09-19 05:38:40 +00:00
sql Add mem_exceeded_count column to pg_stat_replication_slots. 2025-10-08 10:05:04 -07:00
t Update copyright for 2025 2025-01-01 11:21:55 -05:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
logical.conf Stabilize streaming tests in test_decoding. 2022-04-20 08:59:55 +05:30
Makefile Add optional pid parameter to pg_replication_origin_session_setup(). 2025-09-19 05:38:40 +00:00
meson.build Add optional pid parameter to pg_replication_origin_session_setup(). 2025-09-19 05:38:40 +00:00
test_decoding.c Make some use of anonymous unions [reorderbuffer xact_time] 2025-09-30 12:35:50 +02:00