[COMMITTERS] pgexternaltable - src: New Directory

2009-08-24 Thread User Maosen
Update of /cvsroot/pgexternaltable/src/externaltable/parallel_sql In directory pgfoundry.org:/tmp/cvs-serv30955/parallel_sql Log Message: Directory /cvsroot/pgexternaltable/src/externaltable/parallel_sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgr

[COMMITTERS] pgexternaltable - src: add dir parallel

2009-08-24 Thread User Maosen
Log Message: --- add dir parallel Added Files: --- src/externaltable/parallel_sql: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/parallel_sql/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) objfiles.t

[COMMITTERS] pgfouine - pgfouine: added a CSV query report per request from David

2009-08-24 Thread User Gsmet
Log Message: --- added a CSV query report per request from David Fetter Modified Files: -- pgfouine/include/lib: common.lib.php (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php?r1=1.26&r2=1.27) p

[COMMITTERS] pgfouine - pgfouine: added -maxquerylength option per request from Josh

2009-08-24 Thread User Gsmet
Log Message: --- added -maxquerylength option per request from Josh Berkus Modified Files: -- pgfouine/include/reporting: HtmlReportAggregator.class.php (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/HtmlRe

[COMMITTERS] pgsql: Make PL/Python tests more compatible with Python 3 This changes

2009-08-24 Thread Peter Eisentraut
Log Message: --- Make PL/Python tests more compatible with Python 3 This changes a bunch of incidentially used constructs in the PL/Python regression tests to equivalent constructs in cases where Python 3 no longer supports the old syntax. Support for older Python versions is unchanged.

[COMMITTERS] pgfouine - pgfouine: bumped version to a dev version

2009-08-24 Thread User Gsmet
Log Message: --- bumped version to a dev version Modified Files: -- pgfouine: version.php (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/version.php?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing list (pgsql-committers@

[COMMITTERS] pgfouine - pgfouine: bumped version to a dev version

2009-08-24 Thread User Gsmet
Log Message: --- bumped version to a dev version Tags: BRANCH_1_1 Modified Files: -- pgfouine: version.php (r1.6 -> r1.6.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/version.php?r1=1.6&r2=1.6.2.1) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Try to make silent_mode behave somewhat reasonably.

2009-08-24 Thread Tom Lane
Log Message: --- Try to make silent_mode behave somewhat reasonably. Instead of sending stdout/stderr to /dev/null after forking away from the terminal, send them to postmaster.log within the data directory. Since this opens the door to indefinite logfile bloat, recommend even more strong

[COMMITTERS] pgsql: Try to make silent_mode behave somewhat reasonably.

2009-08-24 Thread Tom Lane
Log Message: --- Try to make silent_mode behave somewhat reasonably. Instead of sending stdout/stderr to /dev/null after forking away from the terminal, send them to postmaster.log within the data directory. Since this opens the door to indefinite logfile bloat, recommend even more strong

[COMMITTERS] pgsql: Small correction to previous patch: we shouldn't

2009-08-24 Thread Tom Lane
Log Message: --- Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot for a dead_end child, because we didn't AssignPostmasterChildSlot. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.583.2.4 -> r1.

[COMMITTERS] pgsql: Small correction to previous patch: we shouldn't

2009-08-24 Thread Tom Lane
Log Message: --- Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot for a dead_end child, because we didn't AssignPostmasterChildSlot. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.588 -> r1.589) (http://anoncvs.

[COMMITTERS] pgsql: Avoid calling kill() in a postmaster signal handler.

2009-08-24 Thread Alvaro Herrera
Log Message: --- Avoid calling kill() in a postmaster signal handler. This causes problems when the system load is high, per report from Zdenek Kotala in <1250860954.1239.114.ca...@localhost>; instead of calling kill directly, have the signal handler set a flag which is checked in ServerL

[COMMITTERS] pgsql: Avoid calling kill() in a postmaster signal handler.

2009-08-24 Thread Alvaro Herrera
Log Message: --- Avoid calling kill() in a postmaster signal handler. This causes problems when the system load is high, per report from Zdenek Kotala in <1250860954.1239.114.ca...@localhost>; instead of calling kill directly, have the signal handler set a flag which is checked in ServerL

[COMMITTERS] pgsql: Avoid calling kill() in a postmaster signal handler.

2009-08-24 Thread Alvaro Herrera
Log Message: --- Avoid calling kill() in a postmaster signal handler. This causes problems when the system load is high, per report from Zdenek Kotala in <1250860954.1239.114.ca...@localhost>; instead of calling kill directly, have the signal handler set a flag which is checked in ServerLo

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Fix inclusions of readline/editline header files so that we only

2009-08-24 Thread Tom Lane
Log Message: --- Fix inclusions of readline/editline header files so that we only attempt to #include the version of history.h that is in the same directory as the readline.h we are using. This avoids problems in some scenarios where both readline and editline are installed. Report and pa

[COMMITTERS] pgsql: Remove unused variable.

2009-08-24 Thread Alvaro Herrera
Log Message: --- Remove unused variable. Per Grzegorz Jaskiewicz report from LLVM static checker Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_custom.c (r1.43 -> r1.44) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_custom.