[COMMITTERS] pgsql: Remove incorrect comment from postgres_fdw.c.

2014-07-14 Thread Fujii Masao
Remove incorrect comment from postgres_fdw.c. Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ab774859456eb441ef049bf66af38b259cbdacce Modified Files -- contrib/postgres_fdw/postgres_fdw.c |1 - 1 file changed, 1 deletion(-) -- Sent v

[COMMITTERS] pgsql: Prevent bitmap heap scans from showing unnecessary block info in

2014-07-14 Thread Fujii Masao
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANALYZE. EXPLAIN ANALYZE shows the information of the numbers of exact/lossy blocks which bitmap heap scan processes. But, previously, when those numbers were both zero, it displayed only the prefix "Heap Blocks:" in TEXT ou

[COMMITTERS] pgsql: Prevent bitmap heap scans from showing unnecessary block info in

2014-07-14 Thread Fujii Masao
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANALYZE. EXPLAIN ANALYZE shows the information of the numbers of exact/lossy blocks which bitmap heap scan processes. But, previously, when those numbers were both zero, it displayed only the prefix "Heap Blocks:" in TEXT ou

[COMMITTERS] pgsql: Add file version information to most installed Windows binaries.

2014-07-14 Thread Noah Misch
Add file version information to most installed Windows binaries. Prominent binaries already had this metadata. A handful of minor binaries, such as pg_regress.exe, still lack it; efforts to eliminate such exceptions are welcome. Michael Paquier, reviewed by MauMau. Branch -- master Details

[COMMITTERS] pgsql: MSVC: Process Makefile line continuations more like "make" does.

2014-07-14 Thread Noah Misch
MSVC: Process Makefile line continuations more like "make" does. Unlike "make" itself, the MSVC build process recognized a continuation even with whitespace after the backslash. (Due to a typo, some code sites accepted the letter "s" instead of whitespace). Also, it would consume any number of n

[COMMITTERS] pgsql: MSVC: Apply icons to all binaries having them in a MinGW build.

2014-07-14 Thread Noah Misch
MSVC: Apply icons to all binaries having them in a MinGW build. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c4a448eb55f35a7f582e30d15ee0ea10b67b70a2 Modified Files -- src/tools/msvc/Mkvcbuild.pm |7 --- 1 file changed, 4 insertions(+), 3 deleti

[COMMITTERS] pgsql: MSVC: Recognize PGFILEDESC in contrib and conversion_procs modul

2014-07-14 Thread Noah Misch
MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules. Achieve this by consistently using four-argument Solution::AddProject() calls. Remove ad hoc Makefile parsing made redundant by doing that. Michael Paquier and Noah Misch, reviewed by MauMau. Branch -- master Details -

[COMMITTERS] pgsql: contrib/test_decoding/Makefile sets MODULES, so omit OBJS.

2014-07-14 Thread Noah Misch
contrib/test_decoding/Makefile sets MODULES, so omit OBJS. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c0e8fb6148ce9c539f6fbde71faa955cab85f214 Modified Files -- contrib/test_decoding/Makefile |1 - 1 file changed, 1 deletion(-)

[COMMITTERS] pgsql: Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.

2014-07-14 Thread Noah Misch
Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/52be3aae5bfe84346b7ce202eae3447a07dfc882 Modified Files -- src/tools/msvc/Solution.pm |6 -- 1 file changed, 4 insertions(+), 2 deletion

[COMMITTERS] pgsql: Move view reloptions into their own varlena struct

2014-07-14 Thread Alvaro Herrera
Move view reloptions into their own varlena struct Per discussion after a gripe from me in http://www.postgresql.org/message-id/[email protected] Jaime Casanova Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/28a935149fcf65c9b1b6c28c

[COMMITTERS] pgsql: Move view reloptions into their own varlena struct

2014-07-14 Thread Alvaro Herrera
Move view reloptions into their own varlena struct Per discussion after a gripe from me in http://www.postgresql.org/message-id/[email protected] Jaime Casanova Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/346d7be184a617ca9f64bdf5c25fd6b

[COMMITTERS] pgsql: psql: Show tablespace size in \db+

2014-07-14 Thread Alvaro Herrera
psql: Show tablespace size in \db+ Fabrízio de Royes Mello Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ee80f043bc9b92dbbb1ff9577c3c601746124092 Modified Files -- src/bin/psql/describe.c |5 + 1 file changed, 5 insertions(+) -- Sent via pgsq

Re: [COMMITTERS] pgsql: contrib/test_decoding/Makefile sets MODULES, so omit OBJS.

2014-07-14 Thread Michael Paquier
On Tue, Jul 15, 2014 at 3:14 AM, Noah Misch wrote: > contrib/test_decoding/Makefile sets MODULES, so omit OBJS. > > Michael Paquier > > Branch > -- > master > > Details > --- > http://git.postgresql.org/pg/commitdiff/c0e8fb6148ce9c539f6fbde71faa955cab85f214 > > Modified Files > ---

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f7dd97fbae69a041cbbbd32196bb24b25f8f7ac5 Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f162fb75b329bc5370b3ece59f5ef0d5ba0f15d6 Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+), 2 de

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f18858dc72daf64bedb4bfc946e496fa11e972c9 Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a53878fd5a639802237fcd883421d4ea7cced5c5 Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bfb47043ad3a3adf50c19011b855afccc2ba6f8d Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bae0b5c42d896643b8625d044916b18a204e4416 Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

[COMMITTERS] pgsql: doc: small fixes for REINDEX reference page

2014-07-14 Thread Peter Eisentraut
doc: small fixes for REINDEX reference page From: Josh Kupershmidt Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8b300ce87dd56a83bdd97197d93a2edefaeba66a Modified Files -- doc/src/sgml/ref/reindex.sgml |4 ++-- 1 file changed, 2 insertions(+

Re: [COMMITTERS] pgsql: contrib/test_decoding/Makefile sets MODULES, so omit OBJS.

2014-07-14 Thread Noah Misch
On Tue, Jul 15, 2014 at 09:25:00AM +0900, Michael Paquier wrote: > On Tue, Jul 15, 2014 at 3:14 AM, Noah Misch wrote: > > contrib/test_decoding/Makefile sets MODULES, so omit OBJS. > > > > Michael Paquier > > > > Branch > > -- > > master > > > > Details > > --- > > http://git.postgresql.or

Re: [COMMITTERS] pgsql: Move view reloptions into their own varlena struct

2014-07-14 Thread Tom Lane
Alvaro Herrera writes: > Move view reloptions into their own varlena struct Shouldn't this have included a catversion bump? regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.po