Reorder 9.3 release note items
Typo fix from David Fetter.
This commit is contained in:
parent
f0922cbdcc
commit
ef3defcf0d
@ -67,7 +67,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Prevent non-key-field row updates from locking foreign key rows
|
Prevent non-key-field row updates from locking foreign key rows
|
||||||
(AlvaroAacute;lvaro Herrera, Marti Raudsepp, Alexander Shulgin,
|
(Álvaro Herrera, Marti Raudsepp, Alexander Shulgin,
|
||||||
Noah Misch and Andres Freund)
|
Noah Misch and Andres Freund)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -649,7 +649,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have DROP OWNED only remove user-matching GRANTs on shared objects,
|
Have DROP OWNED only remove user-matching GRANTs on shared objects,
|
||||||
e.g. databases, tablespaces (AlvaroAacute;lvaro Herrera)
|
e.g. databases, tablespaces (Álvaro Herrera)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -659,7 +659,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have REASSIGN OWNED also change ownership of shared objects (AlvaroAacute;lvaro
|
Have REASSIGN OWNED also change ownership of shared objects (Álvaro
|
||||||
Herrera)
|
Herrera)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -794,7 +794,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Unlink ordinary views, where the base tables are read on every access,
|
Unlike ordinary views, where the base tables are read on every access,
|
||||||
materialized views create physical tables at creation or refresh time.
|
materialized views create physical tables at creation or refresh time.
|
||||||
Access to the materialized view reads from these materialized physical
|
Access to the materialized view reads from these materialized physical
|
||||||
tables. There is no facility for incrementally refreshing materialized
|
tables. There is no facility for incrementally refreshing materialized
|
||||||
@ -1351,14 +1351,20 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add infrastructure to better support plug-in background worker
|
Add infrastructure to better support plug-in background worker
|
||||||
processes (AlvaroAacute;lvaro Herrera)
|
processes (Álvaro Herrera)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Create a centralized timeout API (Zoltán Böszörményi)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Create libpgcommon and move pg_malloc() and other functions there
|
Create libpgcommon and move pg_malloc() and other functions there
|
||||||
(AlvaroAacute;lvaro Herrera, Andres Freund)
|
(Álvaro Herrera, Andres Freund)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1366,6 +1372,12 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Standardize on naming of client-side memory allocation functions (Tom Lane)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add compiler designations to indicate some ereport() and elog()
|
Add compiler designations to indicate some ereport() and elog()
|
||||||
@ -1374,24 +1386,19 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Allow options to be passed to the regression test output comparison
|
||||||
|
utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
|
Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Create a centralized timeout API (Zoltán Böszörményi)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Rewrite pgindent in Perl (Andrew Dunstan)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix install-strip on Mac OS X (Peter Eisentraut)
|
Fix install-strip on Mac OS X (Peter Eisentraut)
|
||||||
@ -1404,6 +1411,12 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Rewrite pgindent in Perl (Andrew Dunstan)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add emacs macro to match Postgres perltidy formatting (Peter
|
Add emacs macro to match Postgres perltidy formatting (Peter
|
||||||
@ -1417,12 +1430,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Standardize on naming of client-side memory allocation functions (Tom Lane)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Centralize flex and bison 'make' rules (Peter Eisentraut)
|
Centralize flex and bison 'make' rules (Peter Eisentraut)
|
||||||
@ -1450,13 +1457,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow options to be passed to the regression test output comparison
|
|
||||||
utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Invent pre-commit/pre-prepare/pre-subcommit events for transaction
|
Invent pre-commit/pre-prepare/pre-subcommit events for transaction
|
||||||
@ -1472,7 +1472,13 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add function pg_identify_object() to dump an object in
|
Add function pg_identify_object() to dump an object in
|
||||||
machine-readable format (AlvaroAacute;lvaro Herrera)
|
machine-readable format (Álvaro Herrera)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add post-ALTER-object server hooks (KaiGai Kohei)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1489,12 +1495,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add post-ALTER-object server hooks (KaiGai Kohei)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove src/tool/backend, now that the content is on the Postgres
|
Remove src/tool/backend, now that the content is on the Postgres
|
||||||
@ -1531,6 +1531,37 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add a Postgres foreign data wrapper contrib module (Shigeru
|
||||||
|
Hanada, KaiGai Kohei)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This foreign data wrapper allows writes; potentially other
|
||||||
|
foreign data wrappers can now support writes.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add pg_xlogdump contrib program (Andres Freund)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add support for indexing of regular-expression searches in
|
||||||
|
contrib/pg_trgm (Alexander Korotkov)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve pg_trgm handling of multibyte characters (Tom Lane)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
|
Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
|
||||||
@ -1545,13 +1576,13 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve pg_test_fsync output (Peter Geoghegan)
|
Improve output of pg_test_fsync (Peter Geoghegan)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve contrib/dblink option validator (Tom Lane)
|
Improve dblink option validator (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1559,42 +1590,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add a Postgres foreign data wrapper contrib module (Shigeru Hanada)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add pg_xlogdump contrib program (Andres Freund)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow write to Postgres foreign tables (KaiGai Kohei)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Other foreign data wrappers can now also potentially support write
|
|
||||||
operations.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Improve pg_trgm handling of multibyte characters (Tom Lane)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add support for indexing of regular-expression searches in
|
|
||||||
contrib/pg_trgm (Alexander Korotkov)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<sect4>
|
<sect4>
|
||||||
@ -1604,8 +1599,12 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Increase pg_upgrade logging content by showing executed command
|
Allow pg_upgrade --jobs to do parallelism (Bruce Momjian)
|
||||||
(AlvaroAacute;lvaro Herrera)
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This allows parallel schema dump/restore of databases, as well as
|
||||||
|
parallel copy/link of data files per tablespace.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1636,18 +1635,14 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve pg_upgrade's status display during copy/link (Bruce Momjian)
|
Increase pg_upgrade logging content by showing executed command
|
||||||
|
(Álvaro Herrera)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow pg_upgrade --jobs to do parallelism (Bruce Momjian)
|
Improve pg_upgrade's status display during copy/link (Bruce Momjian)
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This allows parallel schema dump/restore of databases, as well as
|
|
||||||
parallel copy/link of data files per tablespace.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1659,6 +1654,7 @@
|
|||||||
<title><link linkend="pgbench"><application>pgbench</></link></title>
|
<title><link linkend="pgbench"><application>pgbench</></link></title>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add --foreign-keys option to pgbench (Jeff Janes)
|
Add --foreign-keys option to pgbench (Jeff Janes)
|
||||||
@ -1672,8 +1668,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Reduce and improve the status message output of pgbench's
|
Allow pgbench to aggregate performance statistics and produce output
|
||||||
initialization mode (Robert Haas, Peter Eisentraut)
|
every --aggregate-interval specified seconds (Tomas Vondra)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1684,6 +1680,13 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Reduce and improve the status message output of pgbench's
|
||||||
|
initialization mode (Robert Haas, Peter Eisentraut)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add pgbench -q mode to print one output line every five seconds (Tomas Vondra)
|
Add pgbench -q mode to print one output line every five seconds (Tomas Vondra)
|
||||||
@ -1695,13 +1698,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow pgbench to aggregate performance statistics and produce output
|
|
||||||
every --aggregate-interval specified seconds (Tomas Vondra)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow pgbench to use a larger scale factor (Greg Smith)
|
Allow pgbench to use a larger scale factor (Greg Smith)
|
||||||
@ -1721,14 +1717,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve WINDOW function documentation (Bruce Momjian, Tom Lane)
|
Allow EPUB-format documentation to be created (Peter Eisentraut)
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add instructions for setting up the documentation tool chain on
|
|
||||||
Mac OS X (Peter Eisentraut)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1740,7 +1729,14 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow EPUB-format documentation to be created (Peter Eisentraut)
|
Improve WINDOW function documentation (Bruce Momjian, Tom Lane)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add instructions for setting up the documentation tool chain on
|
||||||
|
Mac OS X (Peter Eisentraut)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user