[COMMITTERS] pgsql: In pg_upgrade, remove use of whichCluster, and just pass old/new

2011-01-01 Thread Bruce Momjian
In pg_upgrade, remove use of whichCluster, and just pass old/new cluster pointers, which simplifies the code. This was not possible in 9.0 because everything was in a single nested struct, but is possible now. Per suggestion from Tom. Branch -- master Details --- http://git.postgresql.o

[COMMITTERS] pgsql: Furter pg_upgrade optimizations to reduce function call argument

2011-01-01 Thread Bruce Momjian
Furter pg_upgrade optimizations to reduce function call argument count. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=67c9e4442f2521ff2ad62aa4d409269ea684ac0a Modified Files -- contrib/pg_upgrade/check.c |4 ++-- contrib

[COMMITTERS] pgsql: Add #include to pg_ctl.c to fix compiler warning.

2011-01-01 Thread Bruce Momjian
Add #include to pg_ctl.c to fix compiler warning. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=92a73d219052ab4d393ebe7b5362aa7d414156e7 Modified Files -- src/bin/pg_ctl/pg_ctl.c |1 + 1 files changed, 1 insertions(+), 0 del

[COMMITTERS] pgsql: Allow casting a table's row type to the table's supertype if it'

2011-01-01 Thread Peter Eisentraut
Allow casting a table's row type to the table's supertype if it's a typed table This is analogous to the existing facility that allows casting a row type to a supertable's row type. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6a208aa40438

[COMMITTERS] pgsql: Minor wordsmithing.

2011-01-01 Thread Robert Haas
Minor wordsmithing. As suggested by Tom Lane, in response to a gripe from Leslie S Satenstein. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6600d5e91c754789002ed794c18cb856c190f58f Modified Files -- doc/src/sgml/datatype.sgml

[COMMITTERS] pgsql: Fix pg_dump support for security labels on columns.

2011-01-01 Thread Robert Haas
Fix pg_dump support for security labels on columns. Along the way, correct an erroneous comment. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d7acf6cc4a1ae53fcd5b4a8a702c43a267f33ba3 Modified Files -- src/bin/pg_dump/pg_dump.c

[COMMITTERS] pgsql: Basic foreign table support.

2011-01-01 Thread Robert Haas
Basic foreign table support. Foreign tables are a core component of SQL/MED. This commit does not provide a working SQL/MED infrastructure, because foreign tables cannot yet be queried. Support for foreign table scans will need to be added in a future patch. However, this patch creates the nece