[COMMITTERS] bizgres - bizgres: Fix the CVS tag insertion.

2006-03-31 Thread User Llonergan
Log Message: --- Fix the CVS tag insertion. Modified Files: -- bizgres/postgresql: configure.in (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/configure.in.diff?r1=1.4&r2=1.5) configure (r1.4 -> r1.5)

[COMMITTERS] pgsql: Remove the 'slow' path for btree index build, which built the

2006-03-31 Thread Tom Lane
Log Message: --- Remove the 'slow' path for btree index build, which built the btree incrementally by successive inserts rather than by sorting the data. We were only using the slow path during bootstrap, apparently because when first written it failed during bootstrap --- but it works fine

[COMMITTERS] bizgres - bizgres: Parameter inheritance was inconsistent across job

2006-03-31 Thread User Nwakefield
Log Message: --- Parameter inheritance was inconsistent across job types, this has now been fixed. A parameter now follows normal object-orientated inheritance when defined in XML or in the metadata. Errors in the complete step did not cause the job to fail, this has now been fixed. O

[COMMITTERS] pgsql: Clean up WAL/buffer interactions as per my recent proposal.

2006-03-31 Thread Tom Lane
Log Message: --- Clean up WAL/buffer interactions as per my recent proposal. Get rid of the misleadingly-named WriteBuffer routine, and instead require routines that change buffer pages to call MarkBufferDirty (which does exactly what it says). We also require that they do so before callin

[COMMITTERS] bizgres - bizgres: Introduce patch Release-0_9_GA

2006-03-31 Thread User Ksrikanth
Log Message: --- Introduce patch Release-0_9_GA Tags: Release-0_9_2-branch Modified Files: -- bizgres: release.txt (r1.20.2.1 -> r1.20.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/release.txt.diff?r1=1.20.2.1&r2=1.20.2.2) ---

[COMMITTERS] pgaccess - pgaccess: putting pgmonitor back in

2006-03-31 Thread User Cmaj
Log Message: --- putting pgmonitor back in Added Files: --- pgaccess/lib/plugins: pgmonitor.tcl (r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/plugins/pgmonitor.tcl?rev=1.3&content-type=text/x-cvsweb-markup) -

[COMMITTERS] pgaccess - pgaccess: upgrading to pgintcl-3.0.0, lots of housekeeping

2006-03-31 Thread User Cmaj
Log Message: --- upgrading to pgintcl-3.0.0, lots of housekeeping Modified Files: -- pgaccess: README (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/README.diff?r1=1.1.1.1&r2=1.2) pgaccess.tcl (r1.4 -> r1.5)

[COMMITTERS] bizgres - bizgres: Introduce patch Release-0_9_2-1

2006-03-31 Thread User Ksrikanth
Log Message: --- Introduce patch Release-0_9_2-1 Tags: Release-0_9_2-branch Modified Files: -- bizgres: release.txt (r1.20 -> r1.20.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/release.txt.diff?r1=1.20&r2=1.20.2.1) --

[COMMITTERS] pgaccess - pgaccess: New Directory

2006-03-31 Thread User Cmaj
Update of /cvsroot/pgaccess/pgaccess/lib/plugins/pgmonitor In directory pgfoundry.org:/tmp/cvs-serv6929/pgmonitor Log Message: Directory /cvsroot/pgaccess/pgaccess/lib/plugins/pgmonitor added to the repository ---(end of broadcast)--- TIP 9: In ve

[COMMITTERS] pgaccess - pgaccess: New Directory

2006-03-31 Thread User Cmaj
Update of /cvsroot/pgaccess/pgaccess/lib/plugins/pgintcl In directory pgfoundry.org:/tmp/cvs-serv6853/pgintcl Log Message: Directory /cvsroot/pgaccess/pgaccess/lib/plugins/pgintcl added to the repository ---(end of broadcast)--- TIP 5: don't forget

[COMMITTERS] bizgres - bizgres: Backing out the latest bitmap patch - Ayush

2006-03-31 Thread User Aparashar
Log Message: --- Backing out the latest bitmap patch - Ayush Tags: Release-0_9_2-branch Modified Files: -- bizgres/postgresql/src/backend/access/bitmap: Makefile (r1.2 -> r1.2.6.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresq

Re: [COMMITTERS] pgsql: Improve gist XLOG code to follow the coding

2006-03-31 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: > Here I am. Oleg now is in expedition to solar eclipse (should return soon). Cool ... I hope to see one someday ... > * gistxlog.c:gistContinueInsert > /* > * XXX fall out to avoid making LOG message at bottom of routine. > * I

Re: [COMMITTERS] pgsql: Improve gist XLOG code to follow the coding

2006-03-31 Thread Teodor Sigaev
--- Improve gist XLOG code to follow the coding rules needed to prevent torn-page problems. This introduces some issues of its own, mainly that there are now some critical sections of unreasonably broad scope, but it's a step forward anyway. Further cleanup will require some code refacto

[COMMITTERS] bizgres - bizgres: Introduce release Release-0_9_2

2006-03-31 Thread User Ksrikanth
Log Message: --- Introduce release Release-0_9_2 Modified Files: -- bizgres: release.txt (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/release.txt.diff?r1=1.19&r2=1.20) ---(end of broadcast)--