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, the string value of such variables was set to match the variable name during cursor assignment; now it will be assigned during OPEN, and will not match the variable name.
63
+
To restore the previous behavior, assign the desired portal name to the cursor variable before OPEN.
63
64
</para>
64
65
</listitem>
65
66
@@ -257,7 +258,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
257
258
258
259
<listitem>
259
260
<para>
260
-
Allow memoize atop of UNION ALL and partitions (Richard Guo)
261
+
Allow memoize atop a UNION ALL (Richard Guo)
261
262
</para>
262
263
</listitem>
263
264
@@ -268,7 +269,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
268
269
269
270
<listitem>
270
271
<para>
271
-
Allow anti-joins to be constructed on the right/outer side (Richard Guo)
272
+
Allow anti-joins to be performed with the non-nullable input as the inner relation (Richard Guo)
Previously only a single privilege names, like SELECT, were supported.
928
+
Previously only a single privilege name, like SELECT, was accepted.
928
929
</para>
929
930
</listitem>
930
931
@@ -972,11 +973,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
972
973
973
974
<listitem>
974
975
<para>
975
-
Store server variables in a hash table (Tom Lane)
976
-
</para>
977
-
978
-
<para>
979
-
This allows the faster addition of server variables.
976
+
Improve performance of server variable management (Tom Lane)
980
977
</para>
981
978
</listitem>
982
979
@@ -1081,7 +1078,9 @@ Allow the postmaster to terminate children with an abort signal (Tom Lane)
1081
1078
</para>
1082
1079
1083
1080
<para>
1084
-
Abort normally creates a core dump. This is controlled by send_abort_for_crash and send_abort_for_kill. postmaster -T is now the same as setting send_abort_for_crash.
1081
+
This allows collection of a core dump for a stuck child process.
1082
+
This is controlled by send_abort_for_crash and send_abort_for_kill.
1083
+
The postmaster's -T switch is now the same as setting send_abort_for_crash.
1085
1084
</para>
1086
1085
</listitem>
1087
1086
@@ -1092,7 +1091,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1092
1091
1093
1092
<listitem>
1094
1093
<para>
1095
-
Remove the unnecessary postmaster -n option (Tom Lane)
1094
+
Remove the non-functional postmaster -n option (Tom Lane)
1096
1095
</para>
1097
1096
</listitem>
1098
1097
@@ -1462,7 +1461,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1462
1461
1463
1462
<listitem>
1464
1463
<para>
1465
-
Add EXPLAIN option GENERIC_PLAN to display the query's generic plan (Laurenz Albe)
1464
+
Add EXPLAIN option GENERIC_PLAN to display the generic plan for a parameterized query (Laurenz Albe)
1466
1465
</para>
1467
1466
</listitem>
1468
1467
@@ -1542,7 +1541,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1542
1541
1543
1542
<listitem>
1544
1543
<para>
1545
-
Add VACUUM option to skip or update all frozen statistics (Tom Lane, Nathan Bossart)
1544
+
Add VACUUM options to skip or update all frozen statistics (Tom Lane, Nathan Bossart)
1546
1545
</para>
1547
1546
1548
1547
<para>
@@ -1635,13 +1634,22 @@ This can improve readability for long strings of digits.
1635
1634
<!--
1636
1635
Author: Tom Lane <tgl@sss.pgh.pa.us>
1637
1636
2023-01-01 [2ceea5adb] Accept "+infinity" in date and timestamp[tz] input.
1637
+
-->
1638
+
1639
+
<listitem>
1640
+
<para>
1641
+
Accept the spelling "+infinity" in datetime input (Vik Fearing)
1642
+
</para>
1643
+
</listitem>
1644
+
1645
+
<!--
1638
1646
Author: Tom Lane <tgl@sss.pgh.pa.us>
1639
1647
2023-03-09 [bcc704b52] Reject combining "epoch" and "infinity" with other datet
1640
1648
-->
1641
1649
1642
1650
<listitem>
1643
1651
<para>
1644
-
Prevent the specification of "epoch" and "infinity" with other units in datetime strings (Joseph Koshakow)
1652
+
Prevent the specification of "epoch" and "infinity" together with other fields in datetime strings (Joseph Koshakow)
1645
1653
</para>
1646
1654
</listitem>
1647
1655
@@ -1652,7 +1660,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1652
1660
1653
1661
<listitem>
1654
1662
<para>
1655
-
Remove support for datetime input that prefixes year-month-day by Y/M/D (Joseph Koshakow)
1663
+
Remove undocumented support for date input in the form
0 commit comments