[COMMITTERS] pgsql: doc: Clean up pg_recvlogical reference page

2014-10-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: doc: Clean up pg_recvlogical reference page

2014-10-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: doc: restrictions on alter database moving default tablespace

2014-10-18 Thread Bruce Momjian
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 -

[COMMITTERS] pgsql: interval: tighten precision specification

2014-10-18 Thread Bruce Momjian
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 --

[COMMITTERS] pgsql: Shorten warning about hash creation

2014-10-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Allow setting effective_io_concurrency even on unsupported syste

2014-10-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: psql: Improve \pset without arguments

2014-10-18 Thread Peter Eisentraut
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 --

[COMMITTERS] pgsql: psql: Improve \pset without arguments

2014-10-18 Thread Peter Eisentraut
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 --

[COMMITTERS] pgsql: initdb: Fix compiler error in USE_PREFETCH case

2014-10-18 Thread Peter Eisentraut
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