[COMMITTERS] pgsql: Add tab completion for \pset in psql.

2013-11-19 Thread Fujii Masao
Add tab completion for \pset in psql.

Pavel Stehule, reviewed by Ian Lawrence Barwick

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/b1543cc8a84bc3ca699497286608274c2533fd53

Modified Files
--
src/bin/psql/tab-complete.c |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns

2013-11-19 Thread Bruce Momjian
pg_upgrade:  avoid ALTER COLUMN TYPE on inherited columns

This only affects upgrades from 8.3 currently, and is harmless as the
child just generates an error in the script, but we should get it right
in case we ever need this for more complex uses.

Per report from Peter Eisentraut

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/dbd786bc4f497210551a7640ee2f6afe877cc3e9

Modified Files
--
contrib/pg_upgrade/version_old_8_3.c |4 
1 file changed, 4 insertions(+)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: docs: update page format to specify page checksum field

2013-11-19 Thread Bruce Momjian
docs:  update page format to specify page checksum field

Backpatch to 9.3

Per report from Steffen Hildebrandt

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/57282cdedaa64c0db451a6e05884a76195f21f0c

Modified Files
--
doc/src/sgml/storage.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: docs: update page format to specify page checksum field

2013-11-19 Thread Bruce Momjian
docs:  update page format to specify page checksum field

Backpatch to 9.3

Per report from Steffen Hildebrandt

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/22967d80035427f6e9e31210b7de2e45fafcbc0c

Modified Files
--
doc/src/sgml/storage.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: ecpg: Split off mmfatal() from mmerror()

2013-11-19 Thread Peter Eisentraut
ecpg: Split off mmfatal() from mmerror()

This allows decorating mmfatal() with noreturn compiler hints, leading
to better diagnostics.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/b21de4e7b32f868a23bdc5507898d36cbe146164

Modified Files
--
src/interfaces/ecpg/preproc/descriptor.c |4 +--
src/interfaces/ecpg/preproc/ecpg.header  |   47 --
src/interfaces/ecpg/preproc/ecpg.trailer |2 +-
src/interfaces/ecpg/preproc/extern.h |6 ++--
src/interfaces/ecpg/preproc/nls.mk   |4 +--
src/interfaces/ecpg/preproc/pgc.l|   42 +-
src/interfaces/ecpg/preproc/type.c   |   14 -
src/interfaces/ecpg/preproc/type.h   |2 +-
src/interfaces/ecpg/preproc/variable.c   |   36 +++
9 files changed, 85 insertions(+), 72 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers