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
Copy file name to clipboardExpand all lines: doc/src/sgml/release-12.sgml
+15-15
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Do not allow multiple different recovery_target* specifications (Peter Eisentrau
119
119
</para>
120
120
121
121
<para>
122
-
Previously multiple different recovery_target* variables could be specified, and the last one specified was honored. Now, only one can be specified, though the same one can
122
+
Previously, multiple different recovery_target* variables could be specified, and the last one specified was honored. Now, only one can be specified, though the same one can
123
123
be specified multiple times and the last specification is honored.
124
124
</para>
125
125
</listitem>
@@ -131,7 +131,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
131
131
-->
132
132
133
133
<para>
134
-
Cause recovery to recover to the latest timeline by default (Peter Eisentraut)
134
+
Cause recovery to advance to the latest timeline by default (Peter Eisentraut)
135
135
</para>
136
136
137
137
<para>
@@ -204,7 +204,7 @@ Change XML functions like xpath() to never pretty-print their output (Tom Lane)
204
204
</para>
205
205
206
206
<para>
207
-
Previously this happened in some rare cases. ACCURATE? HOW TO GET PRETTY PRINT OUTPUT?
207
+
Previously, this happened in some rare cases. ACCURATE? HOW TO GET PRETTY PRINT OUTPUT?
Require pg_restore to use "-f -" to output the dump contents to stdout (Euler Taveira)
229
+
Require specification of "-f -" to send the dump contents to stdout (Euler Taveira)
230
230
</para>
231
231
232
232
<para>
@@ -400,7 +400,7 @@ Allow partitions bounds to be any expression (Kyotaro Horiguchi, Tom Lane, Amit
400
400
</para>
401
401
402
402
<para>
403
-
Expressions are evaluated at table partitioned table creation time. Previously only constants were allowed as partitions bounds.
403
+
Expressions are evaluated at table partitioned table creation time. Previously, only constants were allowed as partitions bounds.
404
404
</para>
405
405
</listitem>
406
406
@@ -531,7 +531,7 @@ Allow parallel query when in SERIALIZABLE isolation mode (Thomas Munro)
531
531
</para>
532
532
533
533
<para>
534
-
Previously parallelism was disabled when in this mode.
534
+
Previously, parallelism was disabled when in this mode.
535
535
</para>
536
536
</listitem>
537
537
@@ -824,7 +824,7 @@ Store statistics using the collation defined for each column (Tom Lane)
824
824
</para>
825
825
826
826
<para>
827
-
Previously the default collation was used for all statistics storage. This potentially gives better optimizer behavior for columns with non-default collations.
827
+
Previously, the default collation was used for all statistics storage. This potentially gives better optimizer behavior for columns with non-default collations.
828
828
</para>
829
829
</listitem>
830
830
@@ -1093,7 +1093,7 @@ Add tracking of global objects in system view pg_stat_database (Julien Rouhaud)
1093
1093
</para>
1094
1094
1095
1095
<para>
1096
-
The system view row's datoid is reported as zero.
1096
+
Global objects have a pg_stat_database.datoid value of zero.
1097
1097
</para>
1098
1098
</listitem>
1099
1099
@@ -1149,7 +1149,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1149
1149
-->
1150
1150
1151
1151
<para>
1152
-
Allow viewers of pg_stat_ssl to only see their own rows (Peter Eisentraut)
1152
+
Restrict visibility of rows in pg_stat_ssl by unprivileged users (Peter Eisentraut)
1153
1153
</para>
1154
1154
</listitem>
1155
1155
@@ -1233,7 +1233,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1233
1233
-->
1234
1234
1235
1235
<para>
1236
-
Allow more comparisons with information_schema text columns to use indexes (Tom Lane)
1236
+
Allow more use of indexes for text columns comparisons with information_schema columns (Tom Lane)
1237
1237
</para>
1238
1238
</listitem>
1239
1239
@@ -1297,7 +1297,7 @@ Author: Magnus Hagander <magnus@hagander.net>
1297
1297
-->
1298
1298
1299
1299
<para>
1300
-
Allow the clientcert pg_hba.conf option to check the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
1300
+
Allow the clientcert pg_hba.conf option to check that the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
1301
1301
</para>
1302
1302
1303
1303
<para>
@@ -1545,7 +1545,7 @@ Allow the streaming replication timeout to be set per connection (Tsunakawa Taka
1545
1545
</para>
1546
1546
1547
1547
<para>
1548
-
Previously this could only be set cluster-wide.
1548
+
Previously, this could only be set cluster-wide.
1549
1549
</para>
1550
1550
</listitem>
1551
1551
@@ -1840,7 +1840,7 @@ Use all column names when creating default foreign key constraint names (Peter E
1840
1840
</para>
1841
1841
1842
1842
<para>
1843
-
Previously only the first column name was used.
1843
+
Previously, only the first column name was used.
1844
1844
</para>
1845
1845
</listitem>
1846
1846
@@ -2344,7 +2344,7 @@ Allow control of log file rotation via pg_ctl (Kyotaro Horiguchi, Alexander Kuzm
2344
2344
</para>
2345
2345
2346
2346
<para>
2347
-
Previously this was only possible via an SQL function or a process signal.
2347
+
Previously, this was only possible via an SQL function or a process signal.
2348
2348
</para>
2349
2349
</listitem>
2350
2350
@@ -2729,7 +2729,7 @@ Properly honor WITH CHECK OPTION on views that reference postgres_fdw tables (Et
2729
2729
2730
2730
<para>
2731
2731
While CHECK OPTIONs on postgres_fdw tables are ignored (because the reference is foreign), views on such tables are considered local, so this release enforces CHECK
2732
-
OPTIONs on them. Previously only INSERTs and UPDATEs with RETURNING clauses that returned CHECK OPTION values were validated.
2732
+
OPTIONs on them. Previously, only INSERTs and UPDATEs with RETURNING clauses that returned CHECK OPTION values were validated.
0 commit comments