doc: Clean up pg_recvlogical reference page
This needed a general cleanup of wording, typos, outdated terminology,
formatting, and hard-to-understand and borderline incorrect information.
Also tweak the pg_receivexlog page a bit to make the two more
consistent.
Branch
--
REL9_4_STABLE
Detai
doc: Clean up pg_recvlogical reference page
This needed a general cleanup of wording, typos, outdated terminology,
formatting, and hard-to-understand and borderline incorrect information.
Also tweak the pg_receivexlog page a bit to make the two more
consistent.
Branch
--
master
Details
doc: restrictions on alter database moving default tablespace
Mention tablespace must be empty and no one connected to the database.
Report by Josh Berkus
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/97d554871c3d186db831b35c0eabe6d496e4f54b
Modified Files
-
interval: tighten precision specification
interval precision can only be specified after the "interval" keyword if
no units are specified.
Previously we incorrectly checked the units to see if the precision was
legal, causing confusion.
Report by Alvaro Herrera
Branch
--
master
Details
--
Shorten warning about hash creation
Also document that PITR is also affected.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b87671f1b63a0c9cf264afc209e3acebdb52477f
Modified Files
--
doc/src/sgml/ref/create_index.sgml |3 ++-
src/backend
Allow setting effective_io_concurrency even on unsupported systems
This matches the behavior of other parameters that are unsupported on
some systems (e.g., ssl).
Also document the default value.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7feaccc21791d9d745bac0
psql: Improve \pset without arguments
Revert the output of the individual backslash commands that change print
settings back to the 9.3 way (not showing the command name in
parentheses). Implement \pset without arguments separately, showing all
settings with values in a table form.
Branch
--
psql: Improve \pset without arguments
Revert the output of the individual backslash commands that change print
settings back to the 9.3 way (not showing the command name in
parentheses). Implement \pset without arguments separately, showing all
settings with values in a table form.
Branch
--
initdb: Fix compiler error in USE_PREFETCH case
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/49d182e61ebca00762531718b3bafa9107ccee17
Modified Files
--
src/bin/initdb/initdb.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql