[COMMITTERS] psqlodbc - psqlodbc: Add the How to specify as a connection option.

2007-06-10 Thread User H-saito
Log Message: --- Add the How to specify as a connection option. Modified Files: -- psqlodbc/docs: config.html (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/config.html.diff?r1=1.7&r2=1.8) Added Files: --- ps

[COMMITTERS] bizgres - bizgres: Make SET SESSION AUTHORIZATION set the resource queue

2007-06-10 Thread User Markir
Log Message: --- Make SET SESSION AUTHORIZATION set the resource queue id. Modified Files: -- bizgres/postgresql/src/backend/utils/init: miscinit.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/init

[COMMITTERS] pgsql: Done: < o Allow UPDATE/DELETE WHERE CURRENT OF cursor <

2007-06-10 Thread Bruce Momjian
Log Message: --- Done: < o Allow UPDATE/DELETE WHERE CURRENT OF cursor < < This requires using the row ctid to map cursor rows back to the < original heap row. This become more complicated if WITH HOLD cursors < are to be supported because WITH HOLD cursors h

[COMMITTERS] psqlodbc - psqlodbc: Various problems of configure cleared.

2007-06-10 Thread User H-saito
Log Message: --- Various problems of configure cleared. These problems were fixed by Peter Eisentraut. Modified Files: -- psqlodbc: bootstrap (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/bootstrap.diff?r1=1.1&r2=1.2) psq

[COMMITTERS] pgsql: Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL

2007-06-10 Thread Tom Lane
Log Message: --- Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. Along the way, allow FOR UPDATE in non-WITH-HOLD cursors; there may once have been a reason to disallow that, but it seems to work now, and it's really rather necessary if you want to select a row via a

[COMMITTERS] pgunittest - pgUnitTest:

2007-06-10 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/src/org/pgfoundry/pgunittest: Database.java (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/Database.java.diff?r1=1.5&r2=1.6) Reader.java