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)
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
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
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
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)-
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
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
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
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
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 *
10 matches
Mail list logo