[COMMITTERS] bizgres - bizgres: Minor updates to logging components.

2006-05-10 Thread User Nwakefield
Log Message: --- Minor updates to logging components. Upsert was throwing an exception with one of the latest Oracle JDBC drivers - fixed. Modified Files: -- bizgres/KETL/src/com/kni/etl/dbutils: ResourcePool.java (r1.5 -> r1.6) (http://cvs.pgfoundry.org/c

[COMMITTERS] python - rc: Reference the dbname option for, well, the dbname.

2006-05-10 Thread James William Pye
Log Message: --- Reference the dbname option for, well, the dbname. Gonna need tests for this... Report by Adrian Klaver. Modified Files: -- rc/src: pg_python (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/pg_python.diff?r1=1

[COMMITTERS] pgsql: Clean up code associated with updating pg_class statistics

2006-05-10 Thread Tom Lane
Log Message: --- Clean up code associated with updating pg_class statistics columns (relpages/reltuples). To do this, create formal support in heapam.c for "overwrite" tuple updates (including xlog replay capability) and use that instead of the ad-hoc overwrites we'd been using in VACUUM a

[COMMITTERS] pginstaller - pginst: Add property SKIPTSCHECK to remove the check for

2006-05-10 Thread User Mha
Log Message: --- Add property SKIPTSCHECK to remove the check for terminal services. It seems it sometimes works and sometimes not... This will help more wide-scale testing. Tags: REL8_1_STABLE Modified Files: -- pginst/ca: pginstca.c (r1.90.2.2 -> r1.90.2.3)

[COMMITTERS] pginstaller - pginst: Add property SKIPTSCHECK to remove the check for

2006-05-10 Thread User Mha
Log Message: --- Add property SKIPTSCHECK to remove the check for terminal services. It seems it sometimes works and sometimes not... This will help more wide-scale testing. Modified Files: -- pginst/ca: pginstca.c (r1.93 -> r1.94) (http://cvs.pgfoundry.or

[COMMITTERS] pgestraier - pgestraier: subversion revision 51 commited to CVS

2006-05-10 Thread User Dpavlin
Log Message: --- subversion revision 51 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.51 -> r1.52) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.51&r2=1.52) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: depriciated usage of direct access to index.

2006-05-10 Thread User Dpavlin
Log Message: --- depriciated usage of direct access to index. use node API and estmaster instead. Modified Files: -- pgestraier: test.sql (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.16&r2=1.17)

[COMMITTERS] pgestraier - pgestraier: subversion revision 50 commited to CVS

2006-05-10 Thread User Dpavlin
Log Message: --- subversion revision 50 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.50 -> r1.51) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.50&r2=1.51) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: remove direct database creation and use node

2006-05-10 Thread User Dpavlin
Log Message: --- remove direct database creation and use node API always via Search::Estraier Modified Files: -- pgestraier/data: indexer.pl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/data/indexer.pl.diff?r1=1.4&r2=1.5

[COMMITTERS] pgsql: Some optimizations by Volkan YAZICI <[EMAIL PROTECTED]>

2006-05-10 Thread Teodor Sigaev
Log Message: --- Some optimizations by Volkan YAZICI <[EMAIL PROTECTED]> Modified Files: -- pgsql/contrib/intarray: _int_op.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_op.c.diff?r1=1.4&r2=1.5) _int_tool.c

[COMMITTERS] pgsql: Reduce size of critical section and remove call of user-defined

2006-05-10 Thread Teodor Sigaev
Log Message: --- Reduce size of critical section and remove call of user-defined functions in insertion and deletion, modify gistSplit() to do not use buffers. TODO: gistvacuumcleanup and XLOG Modified Files: -- pgsql/src/backend/access/gist: gist.c (r1.132 ->