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
Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server. However, this does not work on a running server.
1130
1160
</para>
1131
-
</listitem>
1132
-
1133
-
<!--
1134
-
Author: Michael Paquier <michael@paquier.xyz>
1135
-
2022-01-31 [d10e41d42] Introduce pg_settings_get_flags() to find flags associat
1136
-
-->
1137
-
1138
-
<listitem>
1139
-
<para>
1140
-
Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
1141
-
</para>
1142
1161
</listitem>
1143
1162
1144
1163
</itemizedlist>
@@ -1478,21 +1497,6 @@ Previously, all of the columns in the foreign key were always affected.
1478
1497
</para>
1479
1498
</listitem>
1480
1499
1481
-
<!--
1482
-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1483
-
2021-07-27 [48c5c9068] Use the "pg_temp" schema alias in EXPLAIN and related ou
1484
-
-->
1485
-
1486
-
<listitem>
1487
-
<para>
1488
-
When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul)
1489
-
</para>
1490
-
1491
-
<para>
1492
-
Previously the actual schema name was used.
1493
-
</para>
1494
-
</listitem>
1495
-
1496
1500
<!--
1497
1501
Author: Michael Paquier <michael@paquier.xyz>
1498
1502
2021-07-28 [b0483263d] Add support for SET ACCESS METHOD in ALTER TABLE
@@ -1539,21 +1543,6 @@ This allows rounding of values to the left of the decimal point, e.g., '1234'::n
1539
1543
</para>
1540
1544
</listitem>
1541
1545
1542
-
<!--
1543
-
Author: Bruce Momjian <bruce@momjian.us>
1544
-
2021-08-03 [95ab1e0a9] interval: round values when spilling to months
1545
-
-->
1546
-
1547
-
<listitem>
1548
-
<para>
1549
-
When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian)
1550
-
</para>
1551
-
1552
-
<para>
1553
-
For example, report '1.99 years' as '2 years', not '1 year 11 months'.
1554
-
</para>
1555
-
</listitem>
1556
-
1557
1546
<!--
1558
1547
Author: Tom Lane <tgl@sss.pgh.pa.us>
1559
1548
2022-04-02 [e39f99046] Fix overflow hazards in interval input and output conver
@@ -2196,6 +2185,17 @@ Improve pg_receivewal's ability to restart at the proper WAL location (Ronan Dun
2196
2185
Previously, pg_receivewal would start based on the WAL file stored in the local archive directory, or at the sending server's current WAL flush location. With this change, if the sending server is running
2197
2186
Postgres 15 or later, the local archive directory is empty, and a replication slot is specified, the replication slot's restart point will be used.
2198
2187
</para>
2188
+
</listitem>
2189
+
2190
+
<!--
2191
+
Author: Tatsuo Ishii <ishii@postgresql.org>
2192
+
2022-03-23 [4a39f87ac] Allow pgbench to retry in some cases.
2193
+
-->
2194
+
2195
+
<listitem>
2196
+
<para>
2197
+
Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
2198
+
</para>
2199
2199
</listitem>
2200
2200
2201
2201
</itemizedlist>
@@ -2614,6 +2614,17 @@ Allow extensions to define their own WAL resource managers (Jeff Davis)
2614
2614
</para>
2615
2615
</listitem>
2616
2616
2617
+
<!--
2618
+
Author: Michael Paquier <michael@paquier.xyz>
2619
+
2022-01-31 [d10e41d42] Introduce pg_settings_get_flags() to find flags associat
2620
+
-->
2621
+
2622
+
<listitem>
2623
+
<para>
2624
+
Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
2625
+
</para>
2626
+
</listitem>
2627
+
2617
2628
<!--
2618
2629
Author: Thomas Munro <tmunro@postgresql.org>
2619
2630
2022-01-15 [7170f2159] Allow "in place" tablespaces.
@@ -2632,7 +2643,7 @@ Author: Robert Haas <rhaas@postgresql.org>
2632
2643
2633
2644
<listitem>
2634
2645
<para>
2635
-
Export all server variables using PGDLLIMPORT on Windows (Robert Haas)
2646
+
Export all server variables on Windows using PGDLLIMPORT (Robert Haas)
2636
2647
</para>
2637
2648
2638
2649
<para>
@@ -2796,17 +2807,6 @@ Indicate the permissive/enforcing state in sepgsql log messages (Dave Page)
2796
2807
</para>
2797
2808
</listitem>
2798
2809
2799
-
<!--
2800
-
Author: Tatsuo Ishii <ishii@postgresql.org>
2801
-
2022-03-23 [4a39f87ac] Allow pgbench to retry in some cases.
2802
-
-->
2803
-
2804
-
<listitem>
2805
-
<para>
2806
-
Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
2807
-
</para>
2808
-
</listitem>
2809
-
2810
2810
<!--
2811
2811
Author: Michael Paquier <michael@paquier.xyz>
2812
2812
2021-07-12 [127404fbe] pageinspect: Improve page_header() for pages of 32kB
@@ -2843,19 +2843,6 @@ Allow postgres_fdw to push down CASE expressions (Alexander Pyhalov)
2843
2843
<!--
2844
2844
Author: Fujii Masao <fujii@postgresql.org>
2845
2845
2021-09-07 [449ab6350] postgres_fdw: Allow application_name of remote connectio
2846
-
-->
2847
-
2848
-
<listitem>
2849
-
<para>
2850
-
Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda)
2851
-
</para>
2852
-
2853
-
<para>
2854
-
Previously the remote application_name could only be set on the remote server or the postgres_fdw connection specification.
2855
-
</para>
2856
-
</listitem>
2857
-
2858
-
<!--
2859
2846
Author: Fujii Masao <fujii@postgresql.org>
2860
2847
2021-12-24 [6e0cb3dec] postgres_fdw: Allow postgres_fdw.application_name to inc
Allow informational escape sequences to be used in postgres_fdw's application name (Hayato Kuroda, Fujii Masao)
2854
+
Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda)
2855
+
</para>
2856
+
2857
+
<para>
2858
+
Previously the remote application_name could only be set on the remote server or via postgres_fdw connection specification. postgres_fdw.application_name also supports escape sequences for customization.
0 commit comments