-->
-Remove the special behavior of oid columns (Andres Freund, John Naylor)
+Remove the special behavior of OID columns (Andres Freund, John Naylor)
-->
-Move recovery.conf settings into <filename>postgresql.conf> (Fujii Masao, Simon Riggs, Abhijit Menon-Sen, Sergei Kornilov)
+Move recovery.conf settings into <link linkend="runtime-config-wal-archive-recovery">postgresql.conf > (Fujii Masao, Simon Riggs, Abhijit Menon-Sen, Sergei Kornilov)
recovery.conf is no longer used, and the server will not start if the
-file exists. recovery.signal and standby.signal are now used to switch into non-primary mode.
-trigger_file has been renamed to <varname>promote_trigger_file>. The standby_mode setting has been removed.
+file exists. recovery.signal and standby.signal are now used to switch into non-primary mode.
+trigger_file has been renamed to <xref linkend="guc-promote-trigger-file"/ >. The standby_mode setting has been removed.
-->
-Do not allow multiple different <varname>recovery_target* specifications (Peter Eisentraut)
+Do not allow multiple different <link linkend="runtime-config-wal-recovery-target">recovery_target * specifications (Peter Eisentraut)
-Specifically, <varname>recovery_target_timeline> now defaults to latest . Previously, it defaulted to current .
+Specifically, <xref linkend="guc-recovery-target-time"/ > now defaults to latest . Previously, it defaulted to current .
-->
-Refactor geometric functions and operators (Emre Hasegeli)
+Refactor geometric functions and operators (Emre Hasegeli)
-->
-Restructure geometric types to handle NaN, underflow, overflow and division by zero more consistently (Emre Hasegeli)
+Restructure geometric types to handle NaN, underflow, overflow and division by zero more consistently (Emre Hasegeli)
-->
-Improve behavior and error reporting for the line data type (Emre Hasegeli)
+Improve behavior and error reporting for the line data type (Emre Hasegeli)
-->
-Avoid performing unnecessary rounding of <type>REAL> and DOUBLE PRECISION values (Andrew Gierth)
+Avoid performing unnecessary rounding of <link linkend="datatype-float">REAL > and DOUBLE PRECISION values (Andrew Gierth)
This dramatically speeds up processing of floating-point values but causes
additional trailing digits to potentially be displayed. Users wishing
to have output that is rounded to match the previous behavior can set
-
teral>extra_float_digits=0>, which is no longer the default.
+
nk linkend="guc-extra-float-digits">extra_float_digits=0 >, which is no longer the default.
-->
-Change <acronym>XML> functions like xpath() to never pretty-print their output (Tom Lane)
+Change <
link linkend="functions-xml">XML > functions like xpath() to never pretty-print their output (Tom Lane)
-->
-Rename command-line tool
pg_verify_checksums to <
application>pg_checksums> (Michael Paquier)
+Rename command-line tool
pg_verify_checksums to <
xref linkend="app-pgchecksums"/ > (Michael Paquier)
-->
-Require specification of -f - to send the dump contents to stdout (Euler Taveira)
+Require specification of <xref linkend="app-pgrestore"/> < literal>-f - to send the dump contents to stdout (Euler Taveira)
-->
-Allow data type name to use non-C collations (Tom Lane, Daniel Vérité)
+Allow data type name to use non-C collations (Tom Lane, Daniel Vérité)
-->
-Cause <command>DROP IF EXISTS FUNCTION/PROCEDURE/AGGREGATE/ROUTINE> to generate an error if no arguments are supplied and there are multiple matching objects (David Rowley)
+Cause <link linkend="sql-dropfunction">DROP IF EXISTS FUNCTION /PROCEDURE /AGGREGATE /ROUTINE > to generate an error if no arguments are supplied and there are multiple matching objects (David Rowley)
-->
-Remove obsolete <structname>pg_constraint>.consrc column (Peter Eisentraut)
+Remove obsolete <link linkend="catalog-pg-constraint">pg_constraint >.consrc column (Peter Eisentraut)
-->
-Remove obsolete <structname>pg_attrdef>.adsrc column (Peter Eisentraut)
+Remove obsolete <link linkend="catalog-pg-attrdef">pg_attrdef >.adsrc column (Peter Eisentraut)
-Specifically, <varname>dynamic_shared_memory_type> can no longer be set to none .
+Specifically, <xref linkend="guc-dynamic-shared-memory-type"/ > can no longer be set to none .
Server
-
Partitioning
+
Partitioning
-Also, t housands of partitions can now be pruned efficiently.
+T housands of partitions can now be pruned efficiently.
-->
-Allow foreign keys to reference partitioned tables (Alvaro Herrera)
+Allow foreign keys to reference partitioned tables (Alvaro Herrera)
-->
-<command>ATTACH PARTITION> is now performed with reduced locking requirements (Robert Haas)
+<link linkend="sql-altertable">ATTACH PARTITION > is now performed with reduced locking requirements (Robert Haas)
-->
-Add function <function>pg_partition_root()> to return top-most parent of a partition tree (Michael Paquier)
+Add function <link linkend="functions-info-partition">pg_partition_root() > to return top-most parent of a partition tree (Michael Paquier)
-->
-Add function <function>pg_partition_ancestors()> to report all ancestors of a partition (Alvaro Herrera)
+Add function <link linkend="functions-info-partition">pg_partition_ancestors() > to report all ancestors of a partition (Alvaro Herrera)
-->
-Add function <function>pg_partition_tree()> to display information about partitions (Amit Langote)
+Add function <link linkend="functions-info-partition">pg_partition_tree() > to display information about partitions (Amit Langote)
-->
-Include partitioned indexes in the system view <structname>pg_indexes> (Suraj Kharage)
+Include partitioned indexes in the system view <link linkend="view-pg-indexes">pg_indexes > (Suraj Kharage)
-->
-Allow parallel query when in
teral>SERIALIZABLE> isolation mode (Thomas Munro)
+Allow parallel query when in
nk linkend="sql-set-transaction">SERIALIZABLE > isolation mode (Thomas Munro)
-->
-Prevent <function>current_schema()> and current_schemas() from being run by parallel workers (Michael Paquier)
+Prevent <link linkend="functions-info-session-table">current_schema() > and current_schemas() from being run by parallel workers (Michael Paquier)
2018-07-28 [d2086b08b] Reduce path length for locking leaf B-tree pages during
2019-03-25 [f21668f32] Add "split after new tuple" nbtree optimization.
-2019-04-23 [9b1092626] Prevent O(N^2) unique index insertion edge case.
-->
-->
-Support
teral>INCLUDE columns in GiST indexes (Andrey Borodin)
+Support
nk linkend="sql-createindex">INCLUDE columns in GiST indexes (Andrey Borodin)
-->
-Add support for nearest-neighbor (
KNN ) searches of
SP-GiST indexes (Nikita Glukhov, Alexander Korotkov, Vlad Sterzhanov)
+Add support for nearest-neighbor (
KNN ) searches of
SP-GiST indexes (Nikita Glukhov, Alexander Korotkov, Vlad Sterzhanov)
-->
-Allow <command>CREATE STATISTICS> to create most-common-value statistics for multiple columns (Tomas Vondra)
+Allow <xref linkend="sql-createstatistics"/ > to create most-common-value statistics for multiple columns (Tomas Vondra)
-->
-Allow
common table expressions (
CTE ) to be inlined in later parts of the query (Andreas Karlsson, Andrew Gierth, David Fetter, Tom Lane)
+Allow
common table expressions (
CTE ) to be inlined in later parts of the query (Andreas Karlsson, Andrew Gierth, David Fetter, Tom Lane)
-This is controlled by the <varname>plan_cache_mode> server variable.
+This is controlled by the <xref linkend="guc-plan-cache_mode"/ > server variable.
-->
-Add support for function selectivity (Tom Lane)
+Add support for function selectivity (Tom Lane)
-->
-Improve optimizations for domains that have no check constraints (Tom Lane)
+Improve optimizations for domains that have no check constraints (Tom Lane)
-->
-Inline calls to
teral>LEAST> and GREATEST to improve optimization (Vik Fearing)
+Inline calls to
nk linkend="functions-greatest-least">LEAST > and GREATEST to improve optimization (Vik Fearing)
-->
-Improve optimizer estimates for tid inequality comparisons (Edmund Horner)
+Improve optimizer estimates for tid inequality comparisons (Edmund Horner)
-->
-Enable
Just-in-Time (
JIT ) compilation by default (Andres Freund)
+Enable
Just-in-Time (
JIT ) compilation by default (Andres Freund)
-->
-Greatly reduce memory consumption of <command>COPY> and function calls (Andres Freund, Tomas Vondra, Tom Lane)
+Greatly reduce memory consumption of <xref linkend="sql-copy"/ > and function calls (Andres Freund, Tomas Vondra, Tom Lane)
-->
-Allow
teral>TOAST> values to be minimally decompressed (Paul Ramsey)
+Allow
nk linkend="storage-toast">TOAST > values to be minimally decompressed (Paul Ramsey)
-->
-Allow <command>ALTER TABLE .. SET NOT NULL> to avoid unnecessary checking (Sergei Kornilov)
+Allow <link linkend="sql-altertable">ALTER TABLE .. SET NOT NULL > to avoid unnecessary checking (Sergei Kornilov)
-->
-Improve speed in converting strings to int2/int4 integers (Andres Freund)
+Improve speed in converting strings to int2 /int4 integers (Andres Freund)
-->
-Improve the speed of setting the process title on FreeBSD (Thomas Munro)
+Improve the speed of setting the process title on FreeBSD (Thomas Munro)
-->
-Allow logging of only a percentage of statements and transactions meeting <varname>log_min_duration_statement> criteria (Adrien Nayrat)
+Allow logging of only a percentage of statements and transactions meeting <xref linkend="guc-log-min-duration-statement"/ > criteria (Adrien Nayrat)
-The parameters <varname>log_statement_sample_rate and log_transaction_sample_rate > control this.
+The parameters <xref linkend="guc-log-statement-sample-rate"/> and > control this.
-Progress is reported in the <structname>pg_stat_progress_create_index> system view
+Progress is reported in the <link linkend="progress-reporting">pg_stat_progress_create_index > system view
-Progress is reported in the <structname>pg_stat_progress_cluster> system view.
+Progress is reported in the <link linkend="vacuum-progress-reporting">pg_stat_progress_cluster > system view.
-->
-Add progress reporting to <application>pg_checksums> (Michael Banck, Bernd Helmle)
+Add progress reporting to <xref linkend="app-pgchecksums"/ > (Michael Banck, Bernd Helmle)
-Global objects have a <structname>pg_stat_database>.datoid value of zero.
+Global objects have a <link linkend="pg-stat-database-view">pg_stat_database >.datoid value of zero.
-The function is <function>pg_ls_archive_statusdir()>.
+The function is <link linkend="functions-admin-genfile-table">pg_ls_archive_statusdir() >.
-The function, <function>pg_ls_tmpdir()>, optionally allows specification of a tablespace.
+The function, <link linkend="functions-admin-genfile-table">pg_ls_tmpdir() >, optionally allows specification of a tablespace.
-->
-Restrict visibility of rows in <structname>pg_stat_ssl> by unprivileged users (Peter Eisentraut)
+Restrict visibility of rows in <link linkend="pg-stat-ssl-view">pg_stat_ssl > by unprivileged users (Peter Eisentraut)
-->
-Unconditionally include <varname>application_name> in server log authentication messages (Don Seiler)
+Unconditionally include <xref linkend="guc-application-name"/ > in server log authentication messages (Don Seiler)
-->
-Add the timestamp of the last received standby message to <structname>pg_stat_replication> (Lim MyungKyu)
+Add the timestamp of the last received standby message to <link linkend="pg-stat-replication-view">pg_stat_replication > (Lim MyungKyu)
-->
-Add
wait event for fsync of
WAL segments (Konstantin Knizhnik)
+Add
wait event for fsync of
WAL segments (Konstantin Knizhnik)
-->
-Add <acronym>GSSAPI> client and server-side encryption support (Robbie Harwood, Stephen Frost)
+Add <
link linkend="gssapi-auth">GSSAPI > client and server-side encryption support (Robbie Harwood, Stephen Frost)
-Add <filename>pg_hba.conf hostgssenc and hostnogssenc record types. This would typically use the gss authentication method. This also adds a libpq gssencmode > option, and
-a <structname>pg_stat_gssapi> system view.
+Add <link linkend="auth-pg-hba-conf">pg_hba.conf hostgssenc and hostnogssenc record types. This would typically use the gss authentication method. This also adds a libpq > option, and
+a <xref linkend="pg-stat-gssapi-view"/ > system view.
-->
-Allow the clientcert pg_hba.conf option to check that the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
+Allow the clientcert pg_hba.conf option to check that the database user name matches the certificate common name (Julian Markwort, Marius Timmer)
-->
-Allow discovery of the <
acronym>LDAP> server using DNS SRV records (Thomas Munro)
+Allow discovery of the <
link linkend="auth-ldap">LDAP > server using DNS SRV records (Thomas Munro)
-This avoids the requirement of specifying
'ldapserver', and is only supported if PostgreSQL is compiled with OpenLDAP .
+This avoids the requirement of specifying
ldapserver , and is only supported if PostgreSQL is compiled with OpenLDAP .
-->
-Prevent <command>TRUNCATE> from requesting a lock on tables for which it lacks permission (Michael Paquier)
+Prevent <xref linkend="sql-truncate"/ > from requesting a lock on tables for which it lacks permission (Michael Paquier)
-->
-Add ability to enable/disable cluster checksums using <application>pg_checksums> (Michael Banck, Michael Paquier)
+Add ability to enable/disable cluster checksums using <xref linkend="app-pgchecksums"/ > (Michael Banck, Michael Paquier)
-->
-Reduce the default value of <varname>autovacuum_vacuum_cost_delay> to 2ms (Tom Lane)
+Reduce the default value of <xref linkend="guc-autovacuum-vacuum-cost-delay"/ > to 2ms (Tom Lane)
-->
-Allow <varname>vacuum_cost_delay> to specify sub-millisecond delays (Tom Lane)
+Allow <xref linkend="guc-vacuum-cost-delay"/ > to specify sub-millisecond delays (Tom Lane)
-->
-Allow time-based server variables to use micro-seconds (us) (Tom Lane)
+Allow time-based server variables to use micro-seconds (us) (Tom Lane)
-->
-Add <
varname>wal_recycle and wal_init_zero > server variables to avoid WAL file recycling (Jerry Jelinek)
+Add <
xref linkend="guc-wal-recycle"/> and > server variables to avoid WAL file recycling (Jerry Jelinek)
-The parameter is <varname>tcp_user_timeout>.
+The parameter is <xref linkend="guc-tcp-user-timeout"/ >.
-The server settings are <varname>ssl_min_protocol_version and ssl_max_protocol_version >.
+The server settings are <xref linkend="guc-ssl-min-protocol-version"/> and >.
-->
-Add server variable <
varname>ssl_library> to report the SSL library version used by the server (Peter Eisentraut)
+Add server variable <
xref linkend="guc-ssl-library"/ > to report the
SSL library version used by the server (Peter Eisentraut)
-The variable is <varname>shared_memory_type. Its purpose is to allow selection of System V shared memory, if desired.
+The variable is <
xref linkend="guc-shared-memory-type"/>. Its purpose is to allow selection of System V shared memory, if desired.
-These parameters are <varname>archive_cleanup_command, promote_trigger_file , recovery_end_command , and recovery_min_apply_delay >.
+These parameters are <xref linkend="guc-archive-cleanup-command"/>, , , and >.
-->
-Allow the streaming replication timeout to be set per connection (Tsunakawa Takayuki)
+Allow the streaming replication timeout ( ) to be set per connection (Tsunakawa Takayuki)
-->
-Add function <function>pg_promote()> to promote standbys to primaries (Laurenz Albe, Michael Paquier)
+Add function <link linkend="functions-recovery-control">pg_promote() > to promote standbys to primaries (Laurenz Albe, Michael Paquier)
-Previously, this operation was only possible by using <application>pg_ctl> or creating a trigger file.
+Previously, this operation was only possible by using <xref linkend="app-pg-ctl"/ > or creating a trigger file.
-The functions are <function>pg_copy_physical_replication_slot()> and pg_copy_logical_replication_slot() .
+The functions are <link linkend="functions-replication-table">pg_copy_physical_replication_slot() > and pg_copy_logical_replication_slot() .
-->
-Have <varname>max_wal_senders not count as part of max_connections > (Alexander Kukushkin)
+Have <xref linkend="guc-max-wal-senders"/> not count as part of > (Alexander Kukushkin)
-->
-Add an explicit value of 'current' for recovery_target_timeline > (Peter Eisentraut)
+Add an explicit value of current for > (Peter Eisentraut)
-->
-Have recovery fail if a two-phase transaction status file is corrupt (Michael Paquier)
+Have recovery fail if a two-phase transaction status file is corrupt (Michael Paquier)
-->
-Add <command>REINDEX CONCURRENTLY> to allow reindexing concurrently (Michael Paquier, Andreas Karlsson, Peter Eisentraut)
+Add <xref linkend="sql-reindex"/> CONCURRENTLY > to allow reindexing concurrently (Michael Paquier, Andreas Karlsson, Peter Eisentraut)
-This is also controlled by the reindexdb --concurrently option.
+This is also controlled by the --concurrently option.
-->
-Add support for generated columns (Peter Eisentraut)
+Add support for generated columns (Peter Eisentraut)
-Previously, <command>ALTER TYPE ... ADD VALUE> could only be called in a transaction that created the enumerated type. Now, the only restriction is that the new enumerated value
+Previously, <link linkend="sql-altertype">ALTER TYPE ... ADD VALUE > could only be called in a transaction that created the enumerated type. Now, the only restriction is that the new enumerated value
cannot be referenced until the transaction commits.
-The commands are <command>COMMIT AND CHAIN> and ROLLBACK AND CHAIN .
+The commands are <link linkend="sql-commit">COMMIT AND CHAIN > and ROLLBACK AND CHAIN .
-->
-Allow the creation of collations that report string equality for strings that are not byte-wise equal (Peter Eisentraut)
+Allow the creation of collations that report string equality for strings that are not byte-wise equal (Peter Eisentraut)
-->
-Add <command>VACUUM> and CREATE TABLE options to prevent VACUUM from truncating trailing empty pages (Tsunakawa Takayuki)
+Add <xref linkend="sql-vacuum"/ > and CREATE TABLE options to prevent VACUUM from truncating trailing empty pages (Tsunakawa Takayuki)
-->
-Add <command>EXPLAIN> option SETTINGS to output non-default optimizer settings (Tomas Vondra)
+Add <xref linkend="sql-explain"/ > option SETTINGS to output non-default optimizer settings (Tomas Vondra)
-This can also be output in auto-explain via <varname>auto_explain.log_settings>.
+This can also be output in auto-explain via <xref linkend="auto-explain"/>.log_settings >.
-The command is <command>CREATE OR REPLACE AGGREGATE>.
+The command is <link linkend="sql-createaggregate">CREATE OR REPLACE AGGREGATE >.
-->
-Allow modifications of system tables using <command>ALTER TABLE> (Peter Eisentraut)
+Allow modifications of system tables using <xref linkend="sql-altertable"/ > (Peter Eisentraut)
-->
-Allow RECORD and RECORD[] to be specified as a function return-value record (Elvis Pranskevichus)
+Allow RECORD and RECORD[] to be specified as a function return-value record (Elvis Pranskevichus)
Update Snowball stemmer dictionaries with support for new languages (Arthur Zakirov)
+
+This adds additional stemming languages to full text search.
+
-->
-Allow data type name to more seamlessly be compared to other text types (Tom Lane)
+Allow data type name to more seamlessly be compared to other text types (Tom Lane)
-->
-Add support for the
SQL/JSON path language (Nikita Glukhov, Teodor Sigaev, Alexander Korotkov, Oleg Bartunov, Liudmila Mantrova)
+Add support for the
SQL/JSON path language (Nikita Glukhov, Teodor Sigaev, Alexander Korotkov, Oleg Bartunov, Liudmila Mantrova)
-->
-Add support for hyperbolic functions (Lætitia Avrot)
+Add support for hyperbolic functions (Lætitia Avrot)
Author: Dean Rasheed
2018-10-06 [e954a727f] Improve the accuracy of floating point statistical aggre
-->
-
-Improve the accuracy of statistical aggregates like <function>variance()> by using more precise algorithms (Dean Rasheed)
+Improve the accuracy of statistical aggregates like <link linkend="functions-aggregate-statistics-table">variance() > by using more precise algorithms (Dean Rasheed)
-->
-Allow <function>date_trunc()> to have an additional argument to control the time zone (Vik Fearing, Tom Lane)
+Allow <link linkend="functions-datetime-table">date_trunc() > to have an additional argument to control the time zone (Vik Fearing, Tom Lane)
-->
-Adjust <function>to_timestamp()>/to_date() functions to be more forgiving of template mismatches (Artur Zakirov, Alexander Korotkov, Liudmila Mantrova)
+Adjust <link linkend="functions-formatting-table">to_timestamp() >/to_date() functions to be more forgiving of template mismatches (Artur Zakirov, Alexander Korotkov, Liudmila Mantrova)
-This new behavior more closely matches the Oracle functions of the same name. DETAILS?
+This new behavior more closely matches the
Oracle functions of the same name. DETAILS?
-->
-Improve node detection and escaping of <acronym>XML functions (Pavel Stehule, Markus Winand, Chapman Flack)
+Improve node detection and escaping of <
link linkend="functions-xml">XML functions (Pavel Stehule, Markus Winand, Chapman Flack)
-->
-Allow commands and variables with the same name as commands to be used in the same PL/pgSQL function (Tom Lane)
+Allow commands and variables with the same name as commands to be used in the same
+ PL/pgSQL function (Tom Lane)
-->
-Allow <productname>ECPG> to create variables of data type bytea (Ryo Matsumura)
+Allow <xref linkend="app-ecpg"/ > to create variables of data type bytea (Ryo Matsumura)
-This allows to interaction with bytea data directly, rather than using a binary encoding.
+This allows to interaction with bytea data directly, rather than using a binary encoding.
-The parameter is <varname>tcp_user_timeout>.
+The parameter is <xref linkend="libpq-tcp-user-timeout"/ >.
-The function is <function>PQresultMemorySize()>.
+The function is <link linkend="libpq-pqresultmemorysize">PQresultMemorySize() >.
-->
-Allow vacuumdb to select tables for vacuum based on their wraparound horizon (Nathan Bossart)
+Allow to select tables for vacuum based on their wraparound horizon (Nathan Bossart)
-->
-Allow control of log file rotation via <application>pg_ctl> (Kyotaro Horiguchi, Alexander Kuzmenkov, Alexander Korotkov)
+Allow control of log file rotation via <xref linkend="app-pg-ctl"/ > (Kyotaro Horiguchi, Alexander Kuzmenkov, Alexander Korotkov)
-->
-Allow <application>pg_upgrade> to use the file system cloning feature (Peter Eisentraut)
+Allow <xref linkend="pgupgrade"/ > to use the file system cloning feature (Peter Eisentraut)
-->
-Have initdb determine the local timezone from the /etc/localtime symbolic link, if it exists (Tom Lane)
+Have determine the local timezone from the /etc/localtime symbolic link, if it exists (Tom Lane)
-->
-Allow <application>pg_checksums> to disable fsync operations (Michael Paquier)
+Allow <xref linkend="app-pgchecksums"/ > to disable fsync operations (Michael Paquier)
-->
-Allow <application>pg_rewind> to disable fsync operations (Michael Paquier)
+Allow <xref linkend="app-pgrewind"/ > to disable fsync operations (Michael Paquier)
-->
-Add <command>CREATE ACCESS METHOD> command to create new table types (Haribabu Kommi, Andres Freund, Alvaro Herrera, Dimitri Dolgov)
+Add <xref linkend="sql-create-access-method"/ > command to create new table types (Haribabu Kommi, Andres Freund, Alvaro Herrera, Dimitri Dolgov)
-->
-Build Cygwin binaries using dynamic instead of static libraries (Marco Atzeri)
+Build
Cygwin binaries using dynamic instead of static libraries (Marco Atzeri)
-->
-Remove configure switch --disable-strong-random (Michael Paquier)
+Remove
configure switch
--disable-strong-random (Michael Paquier)
-->
-Properly report Winsock errors on Windows (Tom Lane)
+Properly report Winsock errors on
Windows (Tom Lane)
-->
-Require a C99-supported compiler, and
MSCV 2013 or later on
Windows (Andres Freund)
+Require a C99-supported compiler, and
MSCV 2013 or later on
Windows (Andres Freund)
-->
-More clearly document the problems of server failure during exclusive base backups (David Steele, Robert Haas)
+More clearly document the problems of server failure during exclusive base backups (David Steele, Robert Haas)
-->
-Document that the "B"/bytes units can be specified for server variables (Greg Stark)
+Document that the B /bytes units can be specified for server variables (Greg Stark)
-->
-Add documentation for aclitem functions and operators (Fabien Coelho, John Naylor)
+Add documentation for aclitem functions and operators (Fabien Coelho, John Naylor)
-->
-Update documentation on the use of <acronym>NFS> (Peter Eisentraut)
+Update documentation on the use of <
link linkend="creating-cluster-nfs">NFS > (Peter Eisentraut)
-->
-Improve optimizer cost accounting for pushdown of aggregates to <application>postgres_fdw> tables (Etsuro Fujita)
+Improve optimizer cost accounting for pushdown of aggregates to <xref linkend="postgres-fdw"/ > tables (Etsuro Fujita)
-->
-Allow <function>pg_stat_statements_reset()> to be more granular (Haribabu Kommi, Amit Kapila)
+Allow <link linkend="pgstatstatements">pg_stat_statements_reset() > to be more granular (Haribabu Kommi, Amit Kapila)
-->
-Allow control of the <application>auto_explain> log level (Tom Dunstan, Andrew Dunstan)
+Allow control of the <xref linkend="auto-explain"/ > log level (Tom Dunstan, Andrew Dunstan)
-->
-Allow <application>unaccent> to handle some accents encoded as combining characters (Hugh Ranalli)
+Allow <xref linkend="unaccent"/ > to handle some accents encoded as combining characters (Hugh Ranalli)
-->
-Add 64-bit hash function to citext (Amul Sul)
+Add 64-bit hash function to (Amul Sul)
-->
-Add 64-bit hash function to hstore (Amul Sul)
+Add 64-bit hash function to (Amul Sul)
-->
-Improve <
application>oid2name and vacuumlo > option handling to match other commands (Tatsuro Yamada)
+Improve <xref linkend="oid2name"/> and > option handling to match other commands (Tatsuro Yamada)