TopicMailing ListsActivityParticipants
11 commits
Minor fixes for test_bitmapset.c
master19beta1REL_19_STABLE19beta1
test_bitmapset: Improve random function
master19beta1REL_19_STABLE19beta1
Add mem_exceeded_count column to pg_stat_replication_slots.
master19beta1REL_19_STABLE19beta1
Tidy-up unneeded NULL parameter checks from SQL function
master19beta1REL_19_STABLE19beta1
Remove check for NULL in STRICT function
master19beta1REL_19_STABLE19beta1
+6 more
PG19-2Committed
Patch#5978
CICI score: 10/10
ReviewersNathan Bossart (bossartn)
CommitterMichael Paquier (michael-kun)
[PATCH] Add tests for Bitmapsethackers
hackers
80 replies
Apr 19, 22:10
Greg BurdMichael PaquierDavid RowleyDaniel GustafssonRobert Haas+4
1 commit
Add Asserts to validate prevbit values in bms_prev_member
master19beta1REL_19_STABLE19beta1
[PATCH] bms_prev_member() can read beyond the end of the array of allocated wordshackers
hackers
20 replies
Aug 15, 2025
Greg BurdDavid RowleyTom Lane