[COMMITTERS] pgsql: psql: Mark table headers in \drds output for translation

2012-09-29 Thread Peter Eisentraut
psql: Mark table headers in \drds output for translation Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/26fd82ddf1273d5df20b892fc02c8ca756d2e2bc Modified Files -- src/bin/psql/describe.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-)

[COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC

2012-09-29 Thread Peter Eisentraut
Disable _FORTIFY_SOURCE with ICC There are apparently some incompatibilities, per buildfarm. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/97ec9621572054be96b0447395f5fa2438a4d6cb Modified Files -- src/template/linux |7 +-- 1 files changed, 5 i

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.

2012-09-29 Thread Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump tar output. The tar output module did some very ugly and ultimately incorrect hacking on COPY commands to try to get them to work in the context of restoring a deconstructed tar archive. In particular, it would fail altogether for table names co

[COMMITTERS] pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa

2012-09-29 Thread Peter Eisentraut
Add _FORTIFY_SOURCE to default compiler options for linux template Many distributors use this, so we might as well see the warnings as well. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/997fa75d6b1522658d4464396cb91264f642634a Modified Files -- src/te

[COMMITTERS] pgsql: PL/Python: Remove workaround for returning booleans in Python <2

2012-09-29 Thread Peter Eisentraut
PL/Python: Remove workaround for returning booleans in Python <2.3 Since Python 2.2 is no longer supported, we can now use Py_RETURN_TRUE and Py_RETURN_FALSE instead of the old workaround. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/be0dfbad3671ed2503a2a661e70b48

[COMMITTERS] pgsql: PL/Python: Convert oid to long/int

2012-09-29 Thread Peter Eisentraut
PL/Python: Convert oid to long/int oid is a numeric type, so transform it to the appropriate Python numeric type like the other ones. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/db0af74af28663e060e8c5d6f8dd0927bb572f25 Modified Files -- doc/src/sgml/