[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

[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 --

[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 |

[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 ++-

[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/interfac