Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
07259139
Commit
07259139
authored
Jun 11, 2021
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix incorrect indenting in PG 14 relnotes
parent
5cc1cd50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
65 deletions
+65
-65
doc/src/sgml/release-14.sgml
doc/src/sgml/release-14.sgml
+65
-65
No files found.
doc/src/sgml/release-14.sgml
View file @
07259139
...
@@ -170,12 +170,12 @@ Author: Bruce Momjian <bruce@momjian.us>
...
@@ -170,12 +170,12 @@ Author: Bruce Momjian <bruce@momjian.us>
<para>
<para>
Values
Values
<literal>1</literal>/<literal>0</literal>/<literal>no-verify</literal>
<literal>1</literal>/<literal>0</literal>/<literal>no-verify</literal>
are no longer supported; only the strings
are no longer supported; only the strings
<literal>verify-ca</literal> and <literal>verify-full</literal>
<literal>verify-ca</literal> and <literal>verify-full</literal>
can be used. Also, disallow <literal>verify-ca</literal> if cert
can be used. Also, disallow <literal>verify-ca</literal> if cert
authentication is enabled since cert requires
authentication is enabled since cert requires
<literal>verify-full</literal> checking.
<literal>verify-full</literal> checking.
</para>
</para>
</listitem>
</listitem>
...
@@ -230,7 +230,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -230,7 +230,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
</para>
</para>
<para>
<para>
<function>EXTRACT(date)</function> now throws an error for units
<function>EXTRACT(date)</function> now throws an error for units
that are not part of the date data type.
that are not part of the date data type.
</para>
</para>
</listitem>
</listitem>
...
@@ -261,7 +261,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -261,7 +261,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Prevent <xref linkend="tablefunc"/>'s function
Prevent <xref linkend="tablefunc"/>'s function
<function>normal_rand()</function> from accepting negative values
<function>normal_rand()</function> from accepting negative values
(Ashutosh Bapat)
(Ashutosh Bapat)
</para>
</para>
...
@@ -296,14 +296,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -296,14 +296,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Remove factorial operators <literal>!</literal> and
Remove factorial operators <literal>!</literal> and
<literal>!!</literal> (Mark Dilger)
<literal>!!</literal> (Mark Dilger)
</para>
</para>
<para>
<para>
The <link
The <link
linkend="functions-math"><function>factorial()</function></link>
linkend="functions-math"><function>factorial()</function></link>
function is still supported. Also remove function
function is still supported. Also remove function
<function>numeric_fac()</function>.
<function>numeric_fac()</function>.
</para>
</para>
</listitem>
</listitem>
...
@@ -335,8 +335,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -335,8 +335,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
</para>
</para>
<para>
<para>
<application>pg_dump</application> and
<application>pg_dump</application> and
<application>pg_upgrade</application> will warn if postfix operators
<application>pg_upgrade</application> will warn if postfix operators
are being dumped.
are being dumped.
</para>
</para>
</listitem>
</listitem>
...
@@ -371,7 +371,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -371,7 +371,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
For example, disregard <literal>^</literal> in its expansion in
For example, disregard <literal>^</literal> in its expansion in
<literal>\1</literal> in <literal>(^\d+).*\1</literal>.
<literal>\1</literal> in <literal>(^\d+).*\1</literal>.
</para>
</para>
</listitem>
</listitem>
...
@@ -400,7 +400,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -400,7 +400,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Require <link linkend="runtime-config-custom">custom server
Require <link linkend="runtime-config-custom">custom server
variable</link> names to match the pattern used for unquoted
variable</link> names to match the pattern used for unquoted
<acronym>SQL</acronym> identifiers (Tom Lane)
<acronym>SQL</acronym> identifiers (Tom Lane)
</para>
</para>
</listitem>
</listitem>
...
@@ -414,12 +414,12 @@ Author: Peter Geoghegan <pg@bowt.ie>
...
@@ -414,12 +414,12 @@ Author: Peter Geoghegan <pg@bowt.ie>
<para>
<para>
Remove server variable
Remove server variable
<varname>vacuum_cleanup_index_scale_factor</varname> (Peter Geoghegan)
<varname>vacuum_cleanup_index_scale_factor</varname> (Peter Geoghegan)
</para>
</para>
<para>
<para>
This setting was ignored starting in
This setting was ignored starting in
<productname>PostgreSQL</productname> version 13.3.
<productname>PostgreSQL</productname> version 13.3.
</para>
</para>
</listitem>
</listitem>
...
@@ -451,7 +451,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -451,7 +451,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Pass doubled quote marks in <xref linkend="ecpg"/>
Pass doubled quote marks in <xref linkend="ecpg"/>
<acronym>SQL</acronym> command strings literally (Tom Lane)
<acronym>SQL</acronym> command strings literally (Tom Lane)
</para>
</para>
<para>
<para>
...
@@ -469,7 +469,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -469,7 +469,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Disallow single-quoting of the language name in the
Disallow single-quoting of the language name in the
<link linkend="sql-createlanguage"><command>CREATE/DROP
<link linkend="sql-createlanguage"><command>CREATE/DROP
LANGUAGE</command></link> command (Peter Eisentraut)
LANGUAGE</command></link> command (Peter Eisentraut)
</para>
</para>
</listitem>
</listitem>
...
@@ -511,7 +511,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -511,7 +511,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
This was needed for warning applications about
This was needed for warning applications about
<productname>PostgreSQL</productname> 9.5 changes.
<productname>PostgreSQL</productname> 9.5 changes.
</para>
</para>
</listitem>
</listitem>
...
@@ -523,9 +523,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -523,9 +523,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<title>Changes</title>
<title>Changes</title>
<para>
<para>
Below you will find a detailed account of the changes between
Below you will find a detailed account of the changes between
<productname>PostgreSQL</productname> 14 and the previous major
<productname>PostgreSQL</productname> 14 and the previous major
release.
release.
</para>
</para>
<sect3>
<sect3>
...
@@ -635,7 +635,7 @@ Author: Noah Misch <noah@leadboat.com>
...
@@ -635,7 +635,7 @@ Author: Noah Misch <noah@leadboat.com>
<para>
<para>
Previously tuples whose insertion would have exceeded the page's
Previously tuples whose insertion would have exceeded the page's
<link linkend="sql-createtable">fill factor</link> were instead
<link linkend="sql-createtable">fill factor</link> were instead
added to new pages.
added to new pages.
</para>
</para>
</listitem>
</listitem>
...
@@ -648,7 +648,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -648,7 +648,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Add Set Server Name Indication (<acronym>SNI</acronym>) for
Add Set Server Name Indication (<acronym>SNI</acronym>) for
<acronym>SSL</acronym> connection packets (Peter Eisentraut)
<acronym>SSL</acronym> connection packets (Peter Eisentraut)
</para>
</para>
<para>
<para>
...
@@ -742,7 +742,7 @@ Author: Michael Paquier <michael@paquier.xyz>
...
@@ -742,7 +742,7 @@ Author: Michael Paquier <michael@paquier.xyz>
</para>
</para>
<para>
<para>
<link linkend="sql-vacuum"><command>VACUUM</command></link>
<link linkend="sql-vacuum"><command>VACUUM</command></link>
now has a <literal>PROCESS_TOAST</literal> which can be set to
now has a <literal>PROCESS_TOAST</literal> which can be set to
false to disable <acronym>TOAST</acronym> processing, and <link
false to disable <acronym>TOAST</acronym> processing, and <link
linkend="app-vacuumdb"><application>vacuumdb</application></link>
linkend="app-vacuumdb"><application>vacuumdb</application></link>
...
@@ -804,7 +804,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
...
@@ -804,7 +804,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
-->
-->
<para>
<para>
<link linkend="autovacuum">Autovacuum</link> now analyzes
<link linkend="autovacuum">Autovacuum</link> now analyzes
partitioned tables (Yuzuko Hosoya, Álvaro Herrera)
partitioned tables (Yuzuko Hosoya, Álvaro Herrera)
</para>
</para>
...
@@ -978,7 +978,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -978,7 +978,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Allow <link linkend="spgist">SP-GiST</link> to use
Allow <link linkend="spgist">SP-GiST</link> to use
<literal>INCLUDE</literal>'d columns (Pavel Borisov)
<literal>INCLUDE</literal>'d columns (Pavel Borisov)
</para>
</para>
</listitem>
</listitem>
...
@@ -1060,7 +1060,7 @@ Author: David Rowley <drowley@postgresql.org>
...
@@ -1060,7 +1060,7 @@ Author: David Rowley <drowley@postgresql.org>
<para>
<para>
Previously a sequential scan was required for non-equality
Previously a sequential scan was required for non-equality
<type>TID</type> specifications.
<type>TID</type> specifications.
</para>
</para>
</listitem>
</listitem>
...
@@ -1302,10 +1302,10 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
...
@@ -1302,10 +1302,10 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
If server variable <xref linkend="guc-compute-query-id"/>
If server variable <xref linkend="guc-compute-query-id"/>
is enabled, display the query id in <link
is enabled, display the query id in <link
linkend="monitoring-pg-stat-activity-view"><structname>pg_stat_activity</structname></link>,
linkend="monitoring-pg-stat-activity-view"><structname>pg_stat_activity</structname></link>,
<link linkend="sql-explain"><command>EXPLAIN
<link linkend="sql-explain"><command>EXPLAIN
VERBOSE</command></link>, <link
VERBOSE</command></link>, <link
linkend="runtime-config-logging">csvlog</link>, and optionally in
linkend="runtime-config-logging">csvlog</link>, and optionally in
<xref linkend="guc-log-line-prefix"/> (Julien Rouhaud)
<xref linkend="guc-log-line-prefix"/> (Julien Rouhaud)
</para>
</para>
<para>
<para>
...
@@ -1506,7 +1506,7 @@ Author: Fujii Masao <fujii@postgresql.org>
...
@@ -1506,7 +1506,7 @@ Author: Fujii Masao <fujii@postgresql.org>
<para>
<para>
Make the archiver process visible in
Make the archiver process visible in
<structname>pg_stat_activity</structname> (Kyotaro Horiguchi)
<structname>pg_stat_activity</structname> (Kyotaro Horiguchi)
</para>
</para>
</listitem>
</listitem>
...
@@ -1960,7 +1960,7 @@ Author: Amit Kapila <akapila@postgresql.org>
...
@@ -1960,7 +1960,7 @@ Author: Amit Kapila <akapila@postgresql.org>
<para>
<para>
The output functions begin with <link
The output functions begin with <link
linkend="logicaldecoding-output-plugin-stream-start"><literal>stream</literal></link>.
linkend="logicaldecoding-output-plugin-stream-start"><literal>stream</literal></link>.
<application>test_decoding</application> also supports these.
<application>test_decoding</application> also supports these.
</para>
</para>
</listitem>
</listitem>
...
@@ -1984,7 +1984,7 @@ Author: Amit Kapila <akapila@postgresql.org>
...
@@ -1984,7 +1984,7 @@ Author: Amit Kapila <akapila@postgresql.org>
<para>
<para>
Immediately <acronym>WAL</acronym>-log subtransaction and top-level
Immediately <acronym>WAL</acronym>-log subtransaction and top-level
<type>XID</type> association (Tomas Vondra, Dilip Kumar, Amit
<type>XID</type> association (Tomas Vondra, Dilip Kumar, Amit
Kapila)
Kapila)
</para>
</para>
...
@@ -2047,7 +2047,7 @@ Author: Amit Kapila <akapila@postgresql.org>
...
@@ -2047,7 +2047,7 @@ Author: Amit Kapila <akapila@postgresql.org>
<para>
<para>
This allows <link linkend="logicaldecoding">logical decoding</link>
This allows <link linkend="logicaldecoding">logical decoding</link>
to work efficiently in presence of a large amount of
to work efficiently in presence of a large amount of
<acronym>DDL</acronym>.
<acronym>DDL</acronym>.
</para>
</para>
</listitem>
</listitem>
...
@@ -2124,13 +2124,13 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -2124,13 +2124,13 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Allow an alias to be specified for <literal>JOIN</literal>'s
Allow an alias to be specified for <literal>JOIN</literal>'s
<literal>USING</literal> clause (Peter Eisentraut)
<literal>USING</literal> clause (Peter Eisentraut)
</para>
</para>
<para>
<para>
The alias is created by using <literal>AS</literal> after the
The alias is created by using <literal>AS</literal> after the
<literal>USING</literal> clause and represents an alias for the
<literal>USING</literal> clause and represents an alias for the
<literal>USING</literal> columns.
<literal>USING</literal> columns.
</para>
</para>
</listitem>
</listitem>
...
@@ -2149,7 +2149,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
...
@@ -2149,7 +2149,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
<para>
<para>
For example, <literal>GROUP BY CUBE (a,b), CUBE (b,c)</literal>
For example, <literal>GROUP BY CUBE (a,b), CUBE (b,c)</literal>
will generate duplicate grouping combinations without
will generate duplicate grouping combinations without
<literal>DISTINCT</literal>.
<literal>DISTINCT</literal>.
</para>
</para>
</listitem>
</listitem>
...
@@ -2283,7 +2283,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -2283,7 +2283,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Previously non-function call
Previously non-function call
<acronym>SQL</acronym> standard syntax, e.g. <link
<acronym>SQL</acronym> standard syntax, e.g. <link
linkend="functions-formatting"><function>EXTRACT</function></link>,
linkend="functions-formatting"><function>EXTRACT</function></link>,
were converted to non-<acronym>SQL</acronym> standard function
were converted to non-<acronym>SQL</acronym> standard function
calls.
calls.
...
@@ -2435,7 +2435,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
...
@@ -2435,7 +2435,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
</para>
</para>
<para>
<para>
<type>JSONB</type> subscripting can be used to extract and assign
<type>JSONB</type> subscripting can be used to extract and assign
to portions of <type>JSONB</type> documents.
to portions of <type>JSONB</type> documents.
</para>
</para>
</listitem>
</listitem>
...
@@ -2513,7 +2513,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -2513,7 +2513,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
The previous limit was 4k bytes. Also remove function
The previous limit was 4k bytes. Also remove function
<function>t_readline()</function>.
<function>t_readline()</function>.
</para>
</para>
</listitem>
</listitem>
...
@@ -2601,7 +2601,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -2601,7 +2601,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Allow <link linkend="protocol-format-codes">binary data
Allow <link linkend="protocol-format-codes">binary data
transfer</link> to be more forgiving of array and record
transfer</link> to be more forgiving of array and record
<type>OID</type> mismatches (Tom Lane)
<type>OID</type> mismatches (Tom Lane)
</para>
</para>
</listitem>
</listitem>
...
@@ -2636,7 +2636,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -2636,7 +2636,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
Allow <acronym>SQL</acronym>-language <link
Allow <acronym>SQL</acronym>-language <link
linkend="sql-createfunction">functions</link> and <link
linkend="sql-createfunction">functions</link> and <link
linkend="sql-createprocedure">procedures</link> to use
linkend="sql-createprocedure">procedures</link> to use
<acronym>SQL</acronym>-standard function bodies (Peter Eisentraut)
<acronym>SQL</acronym>-standard function bodies (Peter Eisentraut)
</para>
</para>
<para>
<para>
...
@@ -2655,7 +2655,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -2655,7 +2655,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Allow <link linkend="sql-createprocedure">procedures</link> to have
Allow <link linkend="sql-createprocedure">procedures</link> to have
<literal>OUT</literal> parameters (Peter Eisentraut)
<literal>OUT</literal> parameters (Peter Eisentraut)
</para>
</para>
</listitem>
</listitem>
...
@@ -2673,12 +2673,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -2673,12 +2673,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
The functions are <link
The functions are <link
linkend="functions-array"><function>array_append()</function></link>,
linkend="functions-array"><function>array_append()</function></link>,
<function>array_prepend()</function>,
<function>array_prepend()</function>,
<function>array_cat()</function>,
<function>array_cat()</function>,
<function>array_position()</function>,
<function>array_position()</function>,
<function>array_positions()</function>,
<function>array_positions()</function>,
<function>array_remove()</function>,
<function>array_remove()</function>,
<function>array_replace()</function>, and <link
<function>array_replace()</function>, and <link
linkend="functions-math"><function>width_bucket()</function></link>.
linkend="functions-math"><function>width_bucket()</function></link>.
Previously only identical data types could be used.
Previously only identical data types could be used.
</para>
</para>
...
@@ -2847,7 +2847,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -2847,7 +2847,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
The new syntax is <literal>SUBSTRING(text SIMILAR pattern ESCAPE
The new syntax is <literal>SUBSTRING(text SIMILAR pattern ESCAPE
escapechar)</literal>. The previous standard syntax was
escapechar)</literal>. The previous standard syntax was
<literal>SUBSTRING(text FROM pattern FOR escapechar)</literal>,
<literal>SUBSTRING(text FROM pattern FOR escapechar)</literal>,
and is still supported by Postgres.
and is still supported by Postgres.
</para>
</para>
</listitem>
</listitem>
...
@@ -2904,7 +2904,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -2904,7 +2904,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Cause <link
Cause <link
linkend="functions-math"><function>exp()</function></link> and
linkend="functions-math"><function>exp()</function></link> and
<function>power()</function> for negative-infinity exponents to
<function>power()</function> for negative-infinity exponents to
return zero (Tom Lane)
return zero (Tom Lane)
</para>
</para>
...
@@ -2971,8 +2971,8 @@ Author: Michael Paquier <michael@paquier.xyz>
...
@@ -2971,8 +2971,8 @@ Author: Michael Paquier <michael@paquier.xyz>
<para>
<para>
Change <link
Change <link
linkend="functions-info"><function>pg_describe_object()</function></link>,
linkend="functions-info"><function>pg_describe_object()</function></link>,
<function>pg_identify_object()</function>, and
<function>pg_identify_object()</function>, and
<function>pg_identify_object_as_address()</function> to always report
<function>pg_identify_object_as_address()</function> to always report
helpful error messages for non-existent objects (Michael Paquier)
helpful error messages for non-existent objects (Michael Paquier)
</para>
</para>
</listitem>
</listitem>
...
@@ -3074,8 +3074,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -3074,8 +3074,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
New options are <literal>read-only</literal>,
New options are <literal>read-only</literal>,
<literal>primary</literal>, <literal>standby</literal>, and
<literal>primary</literal>, <literal>standby</literal>, and
<literal>prefer-standby</literal>.
<literal>prefer-standby</literal>.
</para>
</para>
</listitem>
</listitem>
...
@@ -3166,7 +3166,7 @@ Author: Michael Paquier <michael@paquier.xyz>
...
@@ -3166,7 +3166,7 @@ Author: Michael Paquier <michael@paquier.xyz>
<para>
<para>
The options are <option>--no-index-cleanup</option> and
The options are <option>--no-index-cleanup</option> and
<option>--no-truncate</option>.
<option>--no-truncate</option>.
</para>
</para>
</listitem>
</listitem>
...
@@ -3196,7 +3196,7 @@ Author: Dean Rasheed <dean.a.rasheed@gmail.com>
...
@@ -3196,7 +3196,7 @@ Author: Dean Rasheed <dean.a.rasheed@gmail.com>
<para>
<para>
Add <link
Add <link
linkend="pgbench"><application>pgbench</application></link>
linkend="pgbench"><application>pgbench</application></link>
<function>permute()</function> function to randomly shuffle values
<function>permute()</function> function to randomly shuffle values
(Fabien Coelho, Hironobu Suzuki, Dean Rasheed)
(Fabien Coelho, Hironobu Suzuki, Dean Rasheed)
</para>
</para>
</listitem>
</listitem>
...
@@ -3266,7 +3266,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -3266,7 +3266,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
Allow <application>psql</application>'s \dt and \di to show
Allow <application>psql</application>'s \dt and \di to show
<acronym>TOAST</acronym> tables and their indexes (Justin Pryzby)
<acronym>TOAST</acronym> tables and their indexes (Justin Pryzby)
</para>
</para>
</listitem>
</listitem>
...
@@ -3303,7 +3303,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -3303,7 +3303,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
<para>
When editing the previous query or a file with
When editing the previous query or a file with
<application>psql</application>'s \e, or using \ef and \ev, ignore
<application>psql</application>'s \e, or using \ef and \ev, ignore
the contents if the editor exits without saving (Laurenz Albe)
the contents if the editor exits without saving (Laurenz Albe)
</para>
</para>
...
@@ -3446,7 +3446,7 @@ Author: Magnus Hagander <magnus@hagander.net>
...
@@ -3446,7 +3446,7 @@ Author: Magnus Hagander <magnus@hagander.net>
<para>
<para>
Remove support for the <link
Remove support for the <link
linkend="app-postgres"><application>postmaster</application></link>
linkend="app-postgres"><application>postmaster</application></link>
<option>-o</option> option (Magnus Hagander)
<option>-o</option> option (Magnus Hagander)
</para>
</para>
<para>
<para>
...
@@ -3491,7 +3491,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -3491,7 +3491,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
With the removal of the ! operator in this release,
With the removal of the ! operator in this release,
<function>factorial()</function> is the only built-in way to compute
<function>factorial()</function> is the only built-in way to compute
a factorial.
a factorial.
</para>
</para>
</listitem>
</listitem>
...
@@ -3611,7 +3611,7 @@ Author: Michael Paquier <michael@paquier.xyz>
...
@@ -3611,7 +3611,7 @@ Author: Michael Paquier <michael@paquier.xyz>
<para>
<para>
Change SHA1, SHA2, and MD5 hash computations to use the
Change SHA1, SHA2, and MD5 hash computations to use the
<productname>OpenSSL</productname> <acronym>EVP API</acronym>
<productname>OpenSSL</productname> <acronym>EVP API</acronym>
(Michael Paquier)
(Michael Paquier)
</para>
</para>
...
@@ -3734,7 +3734,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
...
@@ -3734,7 +3734,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
<para>
Allow <function>pgstattuple_approx()</function> to report on
Allow <function>pgstattuple_approx()</function> to report on
<acronym>TOAST</acronym> tables (Peter Eisentraut)
<acronym>TOAST</acronym> tables (Peter Eisentraut)
</para>
</para>
</listitem>
</listitem>
...
@@ -3842,7 +3842,7 @@ Author: Bruce Momjian <bruce@momjian.us>
...
@@ -3842,7 +3842,7 @@ Author: Bruce Momjian <bruce@momjian.us>
<para>
<para>
Move query hash computation from
Move query hash computation from
<application>pg_stat_statements</application> to the core server
<application>pg_stat_statements</application> to the core server
(Julien Rouhaud)
(Julien Rouhaud)
</para>
</para>
...
@@ -3880,7 +3880,7 @@ Author: Fujii Masao <fujii@postgresql.org>
...
@@ -3880,7 +3880,7 @@ Author: Fujii Masao <fujii@postgresql.org>
<para>
<para>
Add row counts for utility commands to
Add row counts for utility commands to
<structname>pg_stat_statements</structname>> (Fujii Masao, Katsuragi
<structname>pg_stat_statements</structname>> (Fujii Masao, Katsuragi
Yuta, Seino Yuki)
Yuta, Seino Yuki)
</para>
</para>
</listitem>
</listitem>
...
@@ -3919,7 +3919,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
...
@@ -3919,7 +3919,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
<para>
<para>
Allow <application>postgres_fdw</application> to
Allow <application>postgres_fdw</application> to
<command>INSERT</command> rows in bulk (Takayuki Tsunakawa, Tomas
<command>INSERT</command> rows in bulk (Takayuki Tsunakawa, Tomas
Vondra, Amit Langote)
Vondra, Amit Langote)
</para>
</para>
</listitem>
</listitem>
...
@@ -3950,7 +3950,7 @@ Author: Fujii Masao <fujii@postgresql.org>
...
@@ -3950,7 +3950,7 @@ Author: Fujii Masao <fujii@postgresql.org>
<para>
<para>
Add <application>postgres_fdw</application> function
Add <application>postgres_fdw</application> function
<function>postgres_fdw_get_connections()</function> to report open
<function>postgres_fdw_get_connections()</function> to report open
foreign server connections (Bharath Rupireddy)
foreign server connections (Bharath Rupireddy)
</para>
</para>
</listitem>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment