[COMMITTERS] pllolcode - pllolcode: Add support for PostgreSQL 8.5's INLINE functions

2009-11-03 Thread User Eggyknap
Log Message: --- Add support for PostgreSQL 8.5's INLINE functions Modified Files: -- pllolcode: DOC (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC?r1=1.32&r2=1.33) pllolcode.c (r1.32 -> r1.33) (http:/

[COMMITTERS] pgsql: Build bzip2 tarball in dist target as well

2009-11-03 Thread Peter Eisentraut
Log Message: --- Build bzip2 tarball in dist target as well Modified Files: -- pgsql: GNUmakefile.in (r1.54 -> r1.55) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in?r1=1.54&r2=1.55) pgsql/src: Makefile.global.in (r1.258 -> r1.259

[COMMITTERS] pgsql: Fix regression tests for psql \d view patch

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix regression tests for psql \d view patch Modified Files: -- pgsql/src/test/regress/expected: polymorphism.out (r1.21 -> r1.22) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/polymorphism.out?r1=1.21&r2=1.22)

Re: [COMMITTERS] pgsql: In psql, show view definition only with \d+, not with \d The

2009-11-03 Thread Tom Lane
[email protected] (Peter Eisentraut) writes: > In psql, show view definition only with \d+, not with \d This broke the regression tests. regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription

[COMMITTERS] pgsql: Improve PL/Python elog output When the elog functions (plpy.info

2009-11-03 Thread Peter Eisentraut
Log Message: --- Improve PL/Python elog output When the elog functions (plpy.info etc.) get a single argument, just print that argument instead of printing the single-member tuple like ('foo',). Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.131 -> r1.132

[COMMITTERS] pgsql: In psql, show view definition only with \d+, not with \d The

2009-11-03 Thread Peter Eisentraut
Log Message: --- In psql, show view definition only with \d+, not with \d The rationale is that view definitions tend to be long and obscure the main information about the view. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.229 -> r1.230) (http://a

[COMMITTERS] pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix obscure segfault condition in PL/Python In PLy_output(), when the elog() call in the TRY branch throws an exception (this can happen when a statement timeout kicks in, for example), the PyErr_SetString() call in the CATCH branch can cause a segfault, because the Py_XDE

[COMMITTERS] pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix obscure segfault condition in PL/Python In PLy_output(), when the elog() call in the TRY branch throws an exception (this can happen when a statement timeout kicks in, for example), the PyErr_SetString() call in the CATCH branch can cause a segfault, because the Py_XDE

[COMMITTERS] pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix obscure segfault condition in PL/Python In PLy_output(), when the elog() call in the TRY branch throws an exception (this can happen when a statement timeout kicks in, for example), the PyErr_SetString() call in the CATCH branch can cause a segfault, because the Py_XDE

[COMMITTERS] pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix obscure segfault condition in PL/Python In PLy_output(), when the elog() call in the TRY branch throws an exception (this can happen when a statement timeout kicks in, for example), the PyErr_SetString() call in the CATCH branch can cause a segfault, because the Py_XDE

[COMMITTERS] pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),

2009-11-03 Thread Peter Eisentraut
Log Message: --- Fix obscure segfault condition in PL/Python In PLy_output(), when the elog() call in the TRY branch throws an exception (this can happen when a statement timeout kicks in, for example), the PyErr_SetString() call in the CATCH branch can cause a segfault, because the Py_XDE