[COMMITTERS] pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

2011-04-01 Thread Magnus Hagander
Avoid palloc before CurrentMemoryContext is set up on win32 Instead, write the unconverted output - it will be in the wrong encoding, but at least we don't crash. Rushabh Lathia Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7b99cfbe565e1b2193cefff79f2476c83

[COMMITTERS] pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

2011-04-01 Thread Magnus Hagander
Avoid palloc before CurrentMemoryContext is set up on win32 Instead, write the unconverted output - it will be in the wrong encoding, but at least we don't crash. Rushabh Lathia Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5735efee15540765315aa8c1a230575e756037f7

[COMMITTERS] pgsql: Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.

2011-04-01 Thread Robert Haas
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e49ad77ff958b380ea6fa08c72e2dce97ac56c6b Modified Files -- src/bin/psql/tab-complete.c | 18 -- 1 files changed, 16 insertions(+)

Re: [COMMITTERS] pgsql: Support comments on FOREIGN DATA WRAPPER and SERVER objects.

2011-04-01 Thread Thom Brown
On 1 April 2011 16:28, Robert Haas wrote: > Support comments on FOREIGN DATA WRAPPER and SERVER objects. > > This mostly involves making it work with the objectaddress.c framework, > which does most of the heavy lifting.  In that vein, change > GetForeignDataWrapperOidByName to get_foreign_data_wr

[COMMITTERS] pgsql: pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER

2011-04-01 Thread Robert Haas
pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects. Shigeru Hanada, with some corrections. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dd095b623ec4b41e8c5728f9c576375985554fd3 Modified Files -- src/bin/pg_dump/pg_dump.c | 10 ++

[COMMITTERS] pgsql: Support comments on FOREIGN DATA WRAPPER and SERVER objects.

2011-04-01 Thread Robert Haas
Support comments on FOREIGN DATA WRAPPER and SERVER objects. This mostly involves making it work with the objectaddress.c framework, which does most of the heavy lifting. In that vein, change GetForeignDataWrapperOidByName to get_foreign_data_wrapper_oid and GetForeignServerOidByName to get_forei

[COMMITTERS] pgsql: Fix compiler warning.

2011-04-01 Thread Robert Haas
Fix compiler warning. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7fcc75dd26ff0fee0b02f1b8b4215c298ca974ca Modified Files -- src/backend/replication/walsender.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix two missing spaces in error messages.

2011-04-01 Thread Heikki Linnakangas
Fix two missing spaces in error messages. Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9d56886112d8307dcd28ce49048a770c5d26acf9 Modified Files -- src/backend/port/sysv_shmem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(