[COMMITTERS] pgsnmpd - pgsnmpd: important thing is written down before it forgets.

2007-04-12 Thread User H-saito
Log Message: --- important thing is written down before it forgets. Modified Files: -- pgsnmpd: README.pgsnmpd (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/README.pgsnmpd.diff?r1=1.1.1.1&r2=1.2) Added Files: ---

[COMMITTERS] bizgres - bizgres: Take the ResQueueLock LW lock right at the start of

2007-04-12 Thread User Markir
Log Message: --- Take the ResQueueLock LW lock right at the start of the selfdeadlock check, to avoid possible race condition. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: resqueue.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] pgsql: Minor fixes for the EXPLAIN reference page.

2007-04-12 Thread Neil Conway
Log Message: --- Minor fixes for the EXPLAIN reference page. Mention the fact that EXPLAIN ANALYZE can sometimes be significantly slower than running the same query normally, and make some minor markup improvements. Modified Files: -- pgsql/doc/src/sgml/ref: explain

[COMMITTERS] pgsql: Fixes for RESET SESSION patch, per Alvaro.

2007-04-12 Thread Neil Conway
Log Message: --- Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET ref page (sorry, my fault!), and simplify the coding of ResetTempTableNamespace(). Modified Files: -- pgsql/doc/src/sgml/ref: reset.sgml (r1.33 -> r1.34) (http://developer.p

[COMMITTERS] pgsql: Done: > * -Add RESET SESSION command to reset all session state

2007-04-12 Thread Bruce Momjian
Log Message: --- Done: > * -Add RESET SESSION command to reset all session state Modified Files: -- pgsql/doc: TODO (r1.2165 -> r1.2166) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2165&r2=1.2166) pgsql/doc/src/FAQ: TOD

[COMMITTERS] stackbuilder - installers: Add an installer for the JDBC drivers.

2007-04-12 Thread User Dpage
Log Message: --- Add an installer for the JDBC drivers. Added Files: --- installers/psqlJDBC: Config.bat (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/psqlJDBC/Config.bat?rev=1.1&content-type=text/x-cvsweb-markup) guid.cach

[COMMITTERS] stackbuilder - installers: New Directory

2007-04-12 Thread User Dpage
Update of /cvsroot/stackbuilder/installers/psqlJDBC In directory pgfoundry.org:/tmp/cvs-serv52135/psqlJDBC Log Message: Directory /cvsroot/stackbuilder/installers/psqlJDBC added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the

[COMMITTERS] pgsql: Rearrange mdsync() looping logic to avoid the problem that a

2007-04-12 Thread Tom Lane
Log Message: --- Rearrange mdsync() looping logic to avoid the problem that a sufficiently fast flow of new fsync requests can prevent mdsync() from ever completing. This was an unforeseen consequence of a patch added in Mar 2006 to prevent the fsync request queue from overflowing. Problem

[COMMITTERS] pgsql: Rearrange mdsync() looping logic to avoid the problem that a

2007-04-12 Thread Tom Lane
Log Message: --- Rearrange mdsync() looping logic to avoid the problem that a sufficiently fast flow of new fsync requests can prevent mdsync() from ever completing. This was an unforeseen consequence of a patch added in Mar 2006 to prevent the fsync request queue from overflowing. Problem

[COMMITTERS] pgsql: Rearrange mdsync() looping logic to avoid the problem that a

2007-04-12 Thread Tom Lane
Log Message: --- Rearrange mdsync() looping logic to avoid the problem that a sufficiently fast flow of new fsync requests can prevent mdsync() from ever completing. This was an unforeseen consequence of a patch added in Mar 2006 to prevent the fsync request queue from overflowing. Problem

[COMMITTERS] pginstaller - pginst: Lose the PGDIR variable - assume PostgreSQL is

2007-04-12 Thread User Dpage
Log Message: --- Lose the PGDIR variable - assume PostgreSQL is installed under $(PKGDIR)/pgsql instead. Better document the paths config file. Modified Files: -- pginst: paths.projinc.in (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstal

[COMMITTERS] psqlodbc - psqlodbc: Use '(0,0)' instead of '(,)' as a dummy CTID.

2007-04-12 Thread User Hinoue
Log Message: --- Use '(0,0)' instead of '(,)' as a dummy CTID. Modified Files: -- psqlodbc: convert.c (r1.156 -> r1.157) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.156&r2=1.157) results.c (r1.105 -> r1.106)

[COMMITTERS] pginstaller - pginst: Move translation validation into custom task.

2007-04-12 Thread User Mha
Log Message: --- Move translation validation into custom task. Fix the fact that our XSD wasn't actually spec compliant, but the vbscript code accepted it :S Modified Files: -- pginst/lang: lang.proj (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pginstaller - pginst: Add a target for building a ZIP file with debug

2007-04-12 Thread User Mha
Log Message: --- Add a target for building a ZIP file with debug symbols in it. Add a subdirectory with code for custom build tasks. For now, add just a zip task to it, for said target. In the future, expect to migrate some of the ugliest vbscript stuff in there. Modified Files: ---

[COMMITTERS] pginstaller - pginst: New Directory

2007-04-12 Thread User Mha
Update of /cvsroot/pginstaller/pginst/util/tasks In directory pgfoundry.org:/tmp/cvs-serv21441/tasks Log Message: Directory /cvsroot/pginstaller/pginst/util/tasks added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your

[COMMITTERS] pgsql: Install debugger symbols (in their own directory)

2007-04-12 Thread Magnus Hagander
Log Message: --- Install debugger symbols (in their own directory) Modified Files: -- pgsql/src/tools/msvc: Install.pm (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm.diff?r1=1.9&r2=1.10)

[COMMITTERS] pgbouncer - pgbouncer: version 1.0.6

2007-04-12 Thread User Mkz
Log Message: --- version 1.0.6 Modified Files: -- pgbouncer: NEWS (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.7&r2=1.8) configure.ac (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pgbouncer - pgbouncer: maintenance func needs always evtimer_add

2007-04-12 Thread User Mkz
Log Message: --- maintenance func needs always evtimer_add Modified Files: -- pgbouncer/src: janitor.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/janitor.c.diff?r1=1.9&r2=1.10) ---(end of br

[COMMITTERS] bizgres - bizgres: Fix self (dead)lock check to work correctly - iterate

2007-04-12 Thread User Markir
Log Message: --- Fix self (dead)lock check to work correctly - iterate through my portals and see if I have total increments higher than any corresponding thresholds. Modified Files: -- bizgres/postgresql/src/backend/storage/lmgr: proc.c (r1.9 -> r1.10) (ht

[COMMITTERS] pgsql: Enable IPV6 when building with MSVC.

2007-04-12 Thread Magnus Hagander
Log Message: --- Enable IPV6 when building with MSVC. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm.diff?r1=1.7&r2=1.8) Solution.pm (r1.20 -> r1.21)