[COMMITTERS] pgsql: doc: Improve pg_restore help output

2014-08-22 Thread Peter Eisentraut
doc: Improve pg_restore help output Add a note that some options can be specified multiple times to select multiple objects to restore. This replaces the somewhat confusing use of plurals in the option descriptions themselves. Branch -- REL9_4_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: doc: Improve pg_restore help output

2014-08-22 Thread Peter Eisentraut
doc: Improve pg_restore help output Add a note that some options can be specified multiple times to select multiple objects to restore. This replaces the somewhat confusing use of plurals in the option descriptions themselves. Branch -- master Details --- http://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix outdated comment

2014-08-22 Thread Alvaro Herrera
Fix outdated comment Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/25eda23679433ee35972f9e4411a628e19b8cd57 Modified Files -- src/backend/access/heap/heapam.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED

2014-08-22 Thread Alvaro Herrera
Implement ALTER TABLE .. SET LOGGED / UNLOGGED This enables changing permanent (logged) tables to unlogged and vice-versa. (Docs for ALTER TABLE / SET TABLESPACE got shuffled in an order that hopefully makes more sense than the original.) Author: Fabrízio de Royes Mello Reviewed by: Christoph Be

[COMMITTERS] pgsql: Fix outdated comment

2014-08-22 Thread Alvaro Herrera
Fix outdated comment Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/01d15a2677c738489e62295924298ef8a72528a8 Modified Files -- src/backend/access/heap/heapam.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsql: Fix outdated comment

2014-08-22 Thread Alvaro Herrera
Fix outdated comment Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/13b037f93886b7cea393edf691e2dca14cf7b3e9 Modified Files -- src/backend/access/heap/heapam.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix corner-case behaviors in JSON/JSONB field extraction operato

2014-08-22 Thread Tom Lane
Fix corner-case behaviors in JSON/JSONB field extraction operators. Cause the path extraction operators to return their lefthand input, not NULL, if the path array has no elements. This seems more consistent since the case ought to correspond to applying the simple extraction operator (->) zero t

[COMMITTERS] pgsql: Fix corner-case behaviors in JSON/JSONB field extraction operato

2014-08-22 Thread Tom Lane
Fix corner-case behaviors in JSON/JSONB field extraction operators. Cause the path extraction operators to return their lefthand input, not NULL, if the path array has no elements. This seems more consistent since the case ought to correspond to applying the simple extraction operator (->) zero t

[COMMITTERS] pgsql: Fix newly introduced misspelling of existence in pg_buffercache.

2014-08-22 Thread Andres Freund
Fix newly introduced misspelling of existence in pg_buffercache. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ebf20f65d9383166d4b883258c091b245cf36217 Modified Files -- contrib/pg_buffercache/pg_buffercache_pages.c |2 +- 1 file cha

[COMMITTERS] pgsql: Fix comment in pg_basebackup.

2014-08-22 Thread Heikki Linnakangas
Fix comment in pg_basebackup. The option is called --tablespace-mapping, not --tablespace. Amit Kapila Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/32d93e8c2da5387a8d5efdd4df1e5fb9bcfa9bb2 Modified Files -- src/bin/pg_basebackup/pg_basebackup.

[COMMITTERS] pgsql: Fix comment in pg_basebackup.

2014-08-22 Thread Heikki Linnakangas
Fix comment in pg_basebackup. The option is called --tablespace-mapping, not --tablespace. Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2af93640ad14028297fbc750e4c2338ad11a3c58 Modified Files -- src/bin/pg_basebackup/pg_basebackup.c |

[COMMITTERS] pgsql: Change the way pg_basebackup's tablespace mapping is implemented

2014-08-22 Thread Heikki Linnakangas
Change the way pg_basebackup's tablespace mapping is implemented. Previously, we would first create the symlinks the way they are in the original system, and at the end replace them with the mapped symlinks. That never really made much sense, so now we create the symlink pointing to the correct lo

[COMMITTERS] pgsql: Change the way pg_basebackup's tablespace mapping is implemented

2014-08-22 Thread Heikki Linnakangas
Change the way pg_basebackup's tablespace mapping is implemented. Previously, we would first create the symlinks the way they are in the original system, and at the end replace them with the mapped symlinks. That never really made much sense, so now we create the symlink pointing to the correct lo