[COMMITTERS] pgtreelib - pgtreelib:

2007-10-07 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/main: traversal_group.psql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/traversal_group.psql.diff?r1=1.1&r2=1.2) trigger.psql (r1.1 -> r1.2) (htt

[COMMITTERS] pginstaller - pginst: Disable UTF-8 as a default cluster encoding, and

2007-10-07 Thread User Dpage
Log Message: --- Disable UTF-8 as a default cluster encoding, and offer the encoding of the default locale as the default in the installer. This is a temporary fix as 8.3-beta1 won't currently initdb with UTF8 on Windows. Modified Files: -- pginst/ca: locale.c (r1

[COMMITTERS] pgsql: New Directory

2007-10-07 Thread Jan Wieck
Update of /cvsroot/pgsql/contrib/txid In directory cvs.postgresql.org:/tmp/cvs-serv49696/txid Log Message: Directory /cvsroot/pgsql/contrib/txid added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore

[COMMITTERS] pgsql: New Directory

2007-10-07 Thread Jan Wieck
Update of /cvsroot/pgsql/contrib/txid/sql In directory cvs.postgresql.org:/tmp/cvs-serv50020/sql Log Message: Directory /cvsroot/pgsql/contrib/txid/sql added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pgsql: New Directory

2007-10-07 Thread Jan Wieck
Update of /cvsroot/pgsql/contrib/txid/expected In directory cvs.postgresql.org:/tmp/cvs-serv50020/expected Log Message: Directory /cvsroot/pgsql/contrib/txid/expected added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase

[COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as

2007-10-07 Thread Jan Wieck
Log Message: --- Added the Skytools extended transaction ID module to contrib as discussed on CORE previously. This module offers transaction ID's containing the original XID and the transaction epoch as a bigint value to the user level. It also provides a special txid_snapshot data type t

Re: [COMMITTERS] pgsql: New Directory

2007-10-07 Thread Andrew Dunstan
Jan Wieck wrote: Update of /cvsroot/pgsql/contrib/txid In directory cvs.postgresql.org:/tmp/cvs-serv49696/txid Log Message: Directory /cvsroot/pgsql/contrib/txid added to the repository Uh, what's this? :-) cheers andrew ---(end of broadcast)---

Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as

2007-10-07 Thread Tom Lane
[EMAIL PROTECTED] (Jan Wieck) writes: > Added the Skytools extended transaction ID module to contrib as discussed > on CORE previously. Seems to have some portability issues ... you can not assume that strtoull exists, and you shouldn't be assuming that it's appropriate in the first place.

[COMMITTERS] pgbouncer - pgbouncer: test for endianess in configure

2007-10-07 Thread User Mkz
Log Message: --- test for endianess in configure Modified Files: -- pgbouncer: configure.ac (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.18&r2=1.19) ---(end of broadcast)--