[COMMITTERS] bizgres - bizgres: Add primitive deadlock detection code.

2006-08-27 Thread User Markir
Log Message: --- Add primitive deadlock detection code. This is achieved by calling the standard deadlock detector and treating resource locks like exclusive standard locks. The downside is overly aggressive detection - however safety is the initial goal. The resource lock and proclock has

[COMMITTERS] pgsql: Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.

2006-08-27 Thread Tom Lane
Log Message: --- Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. Fix all the standard PLs to be able to return tuples from FOO_RETURNING statements as well as utility statements that return tuples. Also, fix oversight that SPI_processed wasn't set for a utility statement r

[COMMITTERS] pgsql: Add some notes about why it's not a bug that RI_FKey_check calls

2006-08-27 Thread Tom Lane
Log Message: --- Add some notes about why it's not a bug that RI_FKey_check calls HeapTupleSatisfiesItself without doing LockBuffer first. This code is a bit fragile, but AFAICS it's not actually broken. Modified Files: -- pgsql/src/backend/utils/adt: ri_triggers.c

[COMMITTERS] pgsql: Add a function GetLockConflicts() to lock.c to report xacts

2006-08-27 Thread Tom Lane
Log Message: --- Add a function GetLockConflicts() to lock.c to report xacts holding locks that would conflict with a specified lock request, without actually trying to get that lock. Use this instead of the former ad hoc method of doing the first wait step in CREATE INDEX CONCURRENTLY. Fi

[COMMITTERS] pgsql: Move xact.c's partial support for Lists of TransactionIds into

2006-08-27 Thread Tom Lane
Log Message: --- Move xact.c's partial support for Lists of TransactionIds into pg_list.h. Needed because lock.c is now going to use the same type of list. Modified Files: -- pgsql/src/include/nodes: pg_list.h (r1.54 -> r1.55) (http://developer.postgresql.o

[COMMITTERS] pgbuildfarm - client-code: add time string to verbose traces

2006-08-27 Thread User Andrewd
Log Message: --- add time string to verbose traces Modified Files: -- client-code: run_build.pl (r1.66 -> r1.67) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.66&r2=1.67) ---(end of broa

[COMMITTERS] pgfouine - pgfouine: cleanup

2006-08-27 Thread User Gsmet
Log Message: --- cleanup Modified Files: -- pgfouine/include/reporting/reports: TsungSessionsReport.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/TsungSessionsReport.class.php.diff?r1=1.1&r

[COMMITTERS] pgfouine - pgfouine: cleanup

2006-08-27 Thread User Gsmet
Log Message: --- cleanup Modified Files: -- pgfouine/include/postgresql/vacuum/listeners: VacuumedTablesListener.class.php (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListen

[COMMITTERS] pgsql: - Enabled single-quoted connection targets.

2006-08-27 Thread Michael Meskes
Log Message: --- - Enabled single-quoted connection targets. - Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.329 -> r1.330) (http://developer.postgresql.org

[COMMITTERS] pgsql: Make saveHistory work properly on OS X when HISTFILE is set to

2006-08-27 Thread Tom Lane
Log Message: --- Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. Per discussion with Martin Atukunda. Modified Files: -- pgsql/src/bin/psql: input.c (r1.57 -> r1.58) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/in

[COMMITTERS] snapshot - root: Meaningful messages on "./Makefile.sh clean"

2006-08-27 Thread User Cunha17
Log Message: --- Meaningful messages on "./Makefile.sh clean" Modified Files: -- root: Makefile.sh (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/Makefile.sh.diff?r1=1.4&r2=1.5) ---(end of broadcast)--

[COMMITTERS] snapshot - src: FIX: [#1000716] database name is hardcoded Now we have

2006-08-27 Thread User Cunha17
Log Message: --- FIX: [#1000716] database name is hardcoded Now we have three more variables in Makefile.sh: - DATABASE_NAME - CONNSTR - SUPERUSER All referencing the local master site. Modified Files: -- root: Makefile.sh (r1.3 -> r1.4) (http://cvs.pgfo