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
+36-45
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<formalpara>
8
8
<title>Release date:</title>
9
-
<para>2019-??-?? AS OF 2019-05-04</para>
9
+
<para>2019-??-?? AS OF 2019-05-09</para>
10
10
</formalpara>
11
11
12
12
<sect2>
@@ -60,9 +60,12 @@ Remove the special behavior of OID columns (Andres Freund, John Naylor)
60
60
</para>
61
61
62
62
<para>
63
-
Previously, a normally-invisible OID column could be specified during table creation using WITH OIDS; that ability has been removed. Columns can still be explicitly
64
-
specified as type OID. pg_dump and pg_upgrade operations on databases using WITH OIDS will need adjustment. Many system tables now have an 'oid' column that will be
65
-
expanded with SELECT * by default.
63
+
Previously, a normally-invisible OID column could be specified during table
64
+
creation using WITH OIDS; that ability has been removed. Columns can
65
+
still be explicitly specified as type OID. Operations on tables that
66
+
have columns named 'oid' (created using WITH OIDS) will need adjustment.
67
+
Many system tables now have an 'oid' column that will be expanded with
68
+
SELECT * by default.
66
69
</para>
67
70
</listitem>
68
71
@@ -99,7 +102,8 @@ Move recovery.conf settings into postgresql.conf (Fujii Masao, Simon Riggs, Abhi
99
102
</para>
100
103
101
104
<para>
102
-
recovery.conf is no longer used, and recovery.signal and standby.signal are used to switch into non-primary mode.
105
+
recovery.conf is no longer used, and the server will not start if the
106
+
file exists. recovery.signal and standby.signal are now used to switch into non-primary mode.
103
107
trigger_file has been renamed to promote_trigger_file. The standby_mode setting has been removed.
104
108
</para>
105
109
</listitem>
@@ -172,6 +176,23 @@ Improve behavior and error reporting for the line data type (Emre Hasegeli)
172
176
</para>
173
177
</listitem>
174
178
179
+
<listitem>
180
+
<!--
181
+
Author: Andrew Gierth <rhodiumtoad@postgresql.org>
182
+
2019-02-13 [02ddd4993] Change floating-point output format for improved perform
183
+
-->
184
+
185
+
<para>
186
+
Avoid performing unnecessary rounding of REAL and DOUBLE PRECISION values (Andrew Gierth)
187
+
</para>
188
+
189
+
<para>
190
+
This dramatically speeds up processing of floating-point values, though
191
+
trailing digits are display slightly differently. Users who wish to have output that is rounded can set
0 commit comments