[COMMITTERS] webtranslator - l10n: pot files were added

2006-08-31 Thread User Mario__
Log Message: --- pot files were added Added Files: --- l10n/pot: abort.pot (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/pot/abort.pot?rev=1.1&content-type=text/x-cvsweb-markup) advanced.pot (r1.1) (http://cvs.pgfound

[COMMITTERS] webtranslator - l10n: New Directory

2006-08-31 Thread User Mario__
Update of /cvsroot/webtranslator/l10n/pot In directory pgfoundry.org:/tmp/cvs-serv92034/pot Log Message: Directory /cvsroot/webtranslator/l10n/pot added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map

[COMMITTERS] bizgres - bizgres: Add commands to administer resource queues

2006-08-31 Thread User Markir
Log Message: --- Add commands to administer resource queues (continued). ...and the new files with the commands implemented! Added Files: --- bizgres/postgresql/src/backend/commands: queue.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/p

[COMMITTERS] bizgres - bizgres: Add administration commands for resource queues.

2006-08-31 Thread User Markir
Log Message: --- Add administration commands for resource queues. The queues themselves are managed by CREATE|ALTER RESOURCE QUEUE xxx ACTIVE THRESHOLD x1 COST THRESHOLD x2 plus DROP RESOURCE QUEUE xxx. . There are additions to the various ROLE commands to manage the associated queue - CRE

[COMMITTERS] press - pr: Add in latest "externals" paragraph from list, fix spelling,

2006-08-31 Thread User Turnstep
Log Message: --- Add in latest "externals" paragraph from list, fix spelling, word-wrap all. Modified Files: -- pr/releases/8.2/en: release.txt (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/en/release.txt.diff?r1=1.5&r2=1

[COMMITTERS] pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

2006-08-31 Thread Tom Lane
Log Message: --- Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION didn't create a dependency from the new conversion to its schema. Back-patch to all supported releases. Modified Files: -- pgsql/src/backend/catalog: pg_conversion.c (r1.

[COMMITTERS] pgfouine - pgfouine: Prepared statements support round 2

2006-08-31 Thread User Gsmet
Log Message: --- Prepared statements support round 2 Modified Files: -- pgfouine: ChangeLog (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.55&r2=1.56) ---(end of broadcast)---

[COMMITTERS] pgfouine - pgfouine: Prepared statements support round 2

2006-08-31 Thread User Gsmet
Log Message: --- Prepared statements support round 2 Modified Files: -- pgfouine/include/postgresql/parsers: PostgreSQLParser.class.php (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/PostgreSQLPars

[COMMITTERS] pgfouine - pgfouine: Prepared statements support round 2

2006-08-31 Thread User Gsmet
Log Message: --- Prepared statements support round 2 Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLPreparedStatementExecuteWithDurationLine.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/po

[COMMITTERS] pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

2006-08-31 Thread Tom Lane
Log Message: --- Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION didn't create a dependency from the new conversion to its schema. Back-patch to all supported releases. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/catalog:

[COMMITTERS] pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

2006-08-31 Thread Tom Lane
Log Message: --- Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION didn't create a dependency from the new conversion to its schema. Back-patch to all supported releases. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/catalog:

[COMMITTERS] pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

2006-08-31 Thread Tom Lane
Log Message: --- Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION didn't create a dependency from the new conversion to its schema. Back-patch to all supported releases. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/catalog:

[COMMITTERS] pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

2006-08-31 Thread Tom Lane
Log Message: --- Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION didn't create a dependency from the new conversion to its schema. Back-patch to all supported releases. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/catalog:

[COMMITTERS] pgfouine - pgfouine: Prepared statements support round 2

2006-08-31 Thread User Gsmet
Log Message: --- Prepared statements support round 2 Modified Files: -- pgfouine/include/postgresql: PostgreSQLRegexps.lib.php (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php.diff?r

[COMMITTERS] pgfouine - pgfouine: Prepared statements support round 2

2006-08-31 Thread User Gsmet
Log Message: --- Prepared statements support round 2 Modified Files: -- pgfouine/include: base.lib.php (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/base.lib.php.diff?r1=1.9&r2=1.10) LogBlock.class.php (r1.7

[COMMITTERS] pgfouine - pgfouine: added a replace method to RegExp

2006-08-31 Thread User Gsmet
Log Message: --- added a replace method to RegExp Modified Files: -- pgfouine/include/lib: common.lib.php (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.22&r2=1.23) -

[COMMITTERS] pgfouine - pgfouine: fixed a bug in history listener: queries were not

2006-08-31 Thread User Gsmet
Log Message: --- fixed a bug in history listener: queries were not ordered correctly if their timestamp were identical Modified Files: -- pgfouine/include/listeners/query: QueriesHistoryListener.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cv

[COMMITTERS] xlogviewer - xlogdump: help function

2006-08-31 Thread User Diogob
Log Message: --- help function Modified Files: -- xlogdump: xlogdump (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/xlogdump.diff?r1=1.10&r2=1.11) xlogdump.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] xlogviewer - xlogdump: docs now in CVS

2006-08-31 Thread User Diogob
Log Message: --- docs now in CVS Added Files: --- xlogdump/doc: HTML.index (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/doc/HTML.index?rev=1.1&content-type=text/x-cvsweb-markup) TODO.txt (r1.1) (http://cvs.pgfoundry.o

[COMMITTERS] xlogviewer - xlogdump: New Directory

2006-08-31 Thread User Diogob
Update of /cvsroot/xlogviewer/xlogdump/doc In directory pgfoundry.org:/tmp/cvs-serv57940/doc Log Message: Directory /cvsroot/xlogviewer/xlogdump/doc added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ign

[COMMITTERS] xlogviewer - xlogdump: correction of truncated tables translation

2006-08-31 Thread User Diogob
Log Message: --- correction of truncated tables translation Modified Files: -- xlogdump: .kdbgrc.xlogdump (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/.kdbgrc.xlogdump.diff?r1=1.9&r2=1.10) xlogdump (r1.9 -> r1.10)

[COMMITTERS] pgsql: Repair interpretation of GB as MB.

2006-08-31 Thread Peter Eisentraut
Log Message: --- Repair interpretation of GB as MB. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.345 -> r1.346) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.345&r2=1.346) ---

[COMMITTERS] psqlodbc - psqlodbc: Add missing \

2006-08-31 Thread User Dpage
Log Message: --- Add missing \ Modified Files: -- psqlodbc: Makefile.am (r1.36 -> r1.37) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.36&r2=1.37) ---(end of broadcast)-

[COMMITTERS] psqlodbc - psqlodbc: Seperate driver names for Unicode/ANSI (again\!)

2006-08-31 Thread User Dpage
Log Message: --- Seperate driver names for Unicode/ANSI (again\!) Modified Files: -- psqlodbc: Makefile.am (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.38&r2=1.39) ---(end of

[COMMITTERS] psqlodbc - psqlodbc: Don't build odbcapi25w on *nix

2006-08-31 Thread User Dpage
Log Message: --- Don't build odbcapi25w on *nix Modified Files: -- psqlodbc: Makefile.am (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.37&r2=1.38) ---(end of broadcast)

[COMMITTERS] psqlodbc - psqlodbc: Prep for 08.02.0100 release

2006-08-31 Thread User Dpage
Log Message: --- Prep for 08.02.0100 release Modified Files: -- psqlodbc: configure.ac (r1.50 -> r1.51) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.50&r2=1.51) psqlodbc.rc (r1.84 -> r1.85) (http://c

[COMMITTERS] psqlodbc - psqlodbc: Explicitly cast the strchr() return value to stop

2006-08-31 Thread User Dpage
Log Message: --- Explicitly cast the strchr() return value to stop VC++ 2k5 bleating about losing the const qualifier. Modified Files: -- psqlodbc: pgxalib.cpp (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgxalib.cpp.diff?r