You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add pg_walinspect function pg_get_wal_block() to report WAL block information (Michael Paquier, Melanie Plageman, Bharath Rupireddy)
3018
-
</para>
3019
-
</listitem>
3020
-
3021
-
<!--
3022
-
Author: Peter Geoghegan <pg@bowt.ie>
3023
-
2023-03-30 [122376f02] Show record information in pg_get_wal_block_info.
3024
-
Author: Peter Geoghegan <pg@bowt.ie>
3025
-
2023-03-31 [df4f3ab51] Add show_data option to pg_get_wal_block_info.
3026
-
-->
3027
-
3028
-
<listitem>
3029
-
<para>
3030
-
Add output fields to pg_walinspect's function pg_get_wal_block_info() (Bharath Rupireddy, Peter Geoghegan)
3031
-
</para>
3032
-
</listitem>
3033
-
3034
-
<!--
3035
-
Author: Michael Paquier <michael@paquier.xyz>
3036
-
2023-03-14 [5c1b66280] Rework design of functions in pg_walinspect
3037
-
-->
3038
-
3039
-
<listitem>
3040
-
<para>
3041
-
Change how pg_walinspect functions pg_get_wal_records_info(), pg_get_wal_stats(), and pg_get_wal_block_info() interpret ending LSNs (Bharath Rupireddy)
3042
-
</para>
3043
-
3044
-
<para>
3045
-
Previously ending LSNs which represent nonexistent WAL locations would generate an error, while they will now be interpreted as the end of the WAL. Functions pg_get_wal_records_info_till_end_of_wal() and
3046
-
pg_get_wal_stats_till_end_of_wal() have been removed.
3047
-
</para>
3048
-
</listitem>
3049
-
3050
-
<!--
3051
-
Author: Peter Geoghegan <pg@bowt.ie>
3052
-
2023-04-07 [7d8219a44] Show more detail in heapam rmgr descriptions.
3053
-
Author: Peter Geoghegan <pg@bowt.ie>
3054
-
2023-04-07 [1c453cfd8] Show more detail in nbtree rmgr descriptions.
3055
-
Author: Peter Geoghegan <pg@bowt.ie>
3056
-
2023-04-11 [96149a180] Fix Heap rmgr's desc output for infobits arrays.