Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64084d6

Browse files
committed
doc: update PG 12 release notes, v2
Adjustments requested by reviewers.Reported-by: Amit Kapila, Thomas Munro, Andrew Gierth, Amit Langote, Oleg Bartunov, Michael Paquier, Alvaro Herrera, Tatsuo IshiiDiscussion:https://postgr.es/m/20190506233029.ozwged67i7s4qd6c@momjian.us
1 parenta0be05b commit64084d6

File tree

1 file changed

+36
-45
lines changed

1 file changed

+36
-45
lines changed

‎doc/src/sgml/release-12.sgml

Lines changed: 36 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2019-??-?? AS OF 2019-05-04</para>
9+
<para>2019-??-?? AS OF 2019-05-09</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -60,9 +60,12 @@ Remove the special behavior of OID columns (Andres Freund, John Naylor)
6060
</para>
6161

6262
<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.
6669
</para>
6770
</listitem>
6871

@@ -99,7 +102,8 @@ Move recovery.conf settings into postgresql.conf (Fujii Masao, Simon Riggs, Abhi
99102
</para>
100103

101104
<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.
103107
trigger_file has been renamed to promote_trigger_file. The standby_mode setting has been removed.
104108
</para>
105109
</listitem>
@@ -172,6 +176,23 @@ Improve behavior and error reporting for the line data type (Emre Hasegeli)
172176
</para>
173177
</listitem>
174178

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
192+
extra_float_digits=0.
193+
</para>
194+
</listitem>
195+
175196
<listitem>
176197
<!--
177198
Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -355,10 +376,6 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
355376
<para>
356377
Allow foreign keys to reference partitioned tables (Alvaro Herrera)
357378
</para>
358-
359-
<para>
360-
LIMITATIONS?
361-
</para>
362379
</listitem>
363380

364381
<listitem>
@@ -937,36 +954,6 @@ Improve speed in converting strings to int2/int4 integers (Andres Freund)
937954
</para>
938955
</listitem>
939956

940-
<listitem>
941-
<!--
942-
Author: Andrew Gierth <rhodiumtoad@postgresql.org>
943-
2019-02-13 [02ddd4993] Change floating-point output format for improved perform
944-
-->
945-
946-
<para>
947-
Avoid performing unnecessary rounding of REAL and DOUBLE PRECISION values (Andrew Gierth)
948-
</para>
949-
950-
<para>
951-
This dramatically speeds up processing of floating-point values. Users who wish to have output that is rounded can set extra_float_digits=0.
952-
</para>
953-
</listitem>
954-
955-
<listitem>
956-
<!--
957-
Author: Amit Kapila <akapila@postgresql.org>
958-
2019-02-04 [b0eaa4c51] Avoid creation of the free space map for small heap rela
959-
-->
960-
961-
<para>
962-
Avoid creation of the free space map files for small table (John Naylor, Amit Kapila)
963-
</para>
964-
965-
<para>
966-
Such files are not useful.
967-
</para>
968-
</listitem>
969-
970957
<listitem>
971958
<!--
972959
Author: Thomas Munro <tmunro@postgresql.org>
@@ -976,7 +963,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
976963
-->
977964

978965
<para>
979-
Use pread() and pwrite() for random I/O (Thomas Munro)
966+
Use pread() and pwrite() for random I/O (Oskari Saarenmaa,Thomas Munro)
980967
</para>
981968

982969
<para>
@@ -1717,10 +1704,12 @@ MENTION ITS AFFECT ON ORDERING?
17171704
<!--
17181705
Author: Fujii Masao <fujii@postgresql.org>
17191706
2019-04-08 [119dcfad9] Add vacuum_truncate reloption.
1707+
Author: Fujii Masao <fujii@postgresql.org>
1708+
2019-05-08 [b84dbc8eb] Add TRUNCATE parameter to VACUUM.
17201709
-->
17211710

17221711
<para>
1723-
Add CREATE TABLEoption to prevent VACUUM from truncating trailing empty pages (Tsunakawa Takayuki)
1712+
AddVACUUM andCREATE TABLEoptions to prevent VACUUM from truncating trailing empty pages (Tsunakawa Takayuki)
17241713
</para>
17251714

17261715
<para>
@@ -1910,7 +1899,7 @@ Add support for the SQL/JSON path language (Nikita Glukhov, Teodor Sigaev, Alexa
19101899
</para>
19111900

19121901
<para>
1913-
This allowsJSON values to be selected using an SQL-standard language.
1902+
This allowsexecution of complex queries on JSON values using an SQL-standard language.
19141903
</para>
19151904
</listitem>
19161905

@@ -2527,7 +2516,7 @@ Author: Andres Freund <andres@anarazel.de>
25272516
-->
25282517

25292518
<para>
2530-
Add CREATE ACCESS METHOD command to create new table types (Haribabu Kommi, Andres Freund, Alvaro Herrera, DimitriGolgov)
2519+
Add CREATE ACCESS METHOD command to create new table types (Haribabu Kommi, Andres Freund, Alvaro Herrera, DimitriDolgov)
25312520
</para>
25322521
</listitem>
25332522

@@ -2538,7 +2527,7 @@ Author: Andres Freund <andres@anarazel.de>
25382527
-->
25392528

25402529
<para>
2541-
Specify a range of oids (9000-9999) to be used for external extensions (Andres Freund)
2530+
Reserve a range of oids (9000-9999) to be used for external extensions (Andres Freund)
25422531
</para>
25432532
</listitem>
25442533

@@ -2685,6 +2674,8 @@ Author: Etsuro Fujita <efujita@postgresql.org>
26852674
2018-12-04 [f8f6e4467] postgres_fdw: Improve cost and size estimation for aggre
26862675
Author: Etsuro Fujita <efujita@postgresql.org>
26872676
2019-01-24 [fd1afdbaf] postgres_fdw: Account for tlist eval costs in estimate_p
2677+
Author: Etsuro Fujita <efujita@postgresql.org>
2678+
2019-05-09 [edbcbe277] postgres_fdw: Fix cost estimation for aggregate pushdown
26882679
-->
26892680

26902681
<para>
@@ -2749,7 +2740,7 @@ Author: Michael Paquier <michael@paquier.xyz>
27492740
-->
27502741

27512742
<para>
2752-
Update unaccent rules with newnewpunctuation and symbols (Hugh Ranalli, Michael Paquier)
2743+
Update unaccent rules with new punctuation and symbols (Hugh Ranalli, Michael Paquier)
27532744
</para>
27542745
</listitem>
27552746

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp