[COMMITTERS] bizgres - bizgres: System.xml - added details for NIOFileReader

2006-04-23 Thread User Nwakefield
Log Message: --- System.xml - added details for NIOFileReader IncrementalSQL.xml - example of how to pull data incrementally using parameter writeback xml/Tests - suite of tests for NIOFileReader Modified Files: -- bizgres/KETL/xml: system.xml (r1.1 -> r1.2)

[COMMITTERS] bizgres - bizgres: New Directory

2006-04-23 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/xml/Tests In directory pgfoundry.org:/tmp/cvs-serv28915/xml/Tests Log Message: Directory /cvsroot/bizgres/bizgres/KETL/xml/Tests added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your

[COMMITTERS] bizgres - bizgres: New Directory

2006-04-23 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/xml/Tests/Data In directory pgfoundry.org:/tmp/cvs-serv28915/xml/Tests/Data Log Message: Directory /cvsroot/bizgres/bizgres/KETL/xml/Tests/Data added to the repository ---(end of broadcast)--- TIP 4: Have you

[COMMITTERS] bizgres - bizgres: Enhancements and Fixes 1.

2006-04-23 Thread User Nwakefield
Log Message: --- Enhancements and Fixes 1. NIOFileReader has been reworked behind the scenes to solve a severe problem with record delimiters existing within a field. From now on the character stream is read field by field, with an unsynchronized buffer existing between the file channel

[COMMITTERS] bizgres - bizgres: New Directory

2006-04-23 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/test In directory pgfoundry.org:/tmp/cvs-serv28367/src/com/kni/etl/ketl/test Log Message: Directory /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/test added to the repository ---(end of broadcast)-

[COMMITTERS] pgsql: Fixes for BCC 5.5 compile of libpq.

2006-04-23 Thread Bruce Momjian
Log Message: --- Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. Mark Morgan Lloyd Modified Files: -- pgsql/src/include: port.h (r1.90 -> r1.91) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.90&r2=1.91) pgsql/s

[COMMITTERS] pgsql: Fixes for BCC 5.5 compile of libpq.

2006-04-23 Thread Bruce Momjian
Log Message: --- Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. Mark Morgan Lloyd Tags: REL8_1_STABLE Modified Files: -- pgsql/src/include: port.h (r1.84.2.5 -> r1.84.2.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h

[COMMITTERS] pgsql: Don't add a shared dependency on the owner of a composite type in

2006-04-23 Thread Alvaro Herrera
Log Message: --- Don't add a shared dependency on the owner of a composite type in pg_class. We track the owner in pg_type instead, as that is the place where the owner is changed on ALTER TYPE ... OWNER TO. Modified Files: -- pgsql/src/backend/catalog: heap.c (r1.2

[COMMITTERS] pgsql: Don't add a shared dependency on the owner of a composite type in

2006-04-23 Thread Alvaro Herrera
Log Message: --- Don't add a shared dependency on the owner of a composite type in pg_class. We track the owner in pg_type instead, as that is the place where the owner is changed on ALTER TYPE ... OWNER TO. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/cat

Re: [COMMITTERS] pgsql: Add new contrib function pgrowlocks.

2006-04-23 Thread Michael Fuhr
On Sat, Apr 22, 2006 at 10:12:58PM -0300, Tatsuo Ishii wrote: > Log Message: > --- > Add new contrib function pgrowlocks. See README.pgrowlocks for more details. Calling this function results in SIGBUS on Solaris 9/sparc. test=> CREATE TABLE foo (id integer); CREATE TABLE test=> SELECT *