[COMMITTERS] python - lo: Correct -W's long variant.

2006-07-27 Thread James William Pye
Log Message: --- Correct -W's long variant. Modified Files: -- lo/postgresql/utility/client: option.py (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/client/option.py.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] pgsql: Add URL for UPDATE/SET for multiple values.

2006-07-27 Thread Bruce Momjian
Log Message: --- Add URL for UPDATE/SET for multiple values. Modified Files: -- pgsql/doc: TODO (r1.1922 -> r1.1923) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1922&r2=1.1923) pgsql/doc/src/FAQ: TODO.html (r1.425 -> r1.

[COMMITTERS] pgsql: Add for UPDATE SET for multiple values: > > A

2006-07-27 Thread Bruce Momjian
Log Message: --- Add for UPDATE SET for multiple values: > > A subselect can also be used as the value source. Modified Files: -- pgsql/doc: TODO (r1.1921 -> r1.1922) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1921&r2=1

[COMMITTERS] pgsql: Fix incorrect function return code in cube_cmp and cube_dim;

2006-07-27 Thread Tom Lane
Log Message: --- Fix incorrect function return code in cube_cmp and cube_dim; update regression expected files to what I think is correct. Modified Files: -- pgsql/contrib/cube: cube.c (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contr

[COMMITTERS] pgsql: revert last change - broke non-AIX platforms.

2006-07-27 Thread Andrew Dunstan
Log Message: --- revert last change - broke non-AIX platforms. Modified Files: -- pgsql/contrib/cube/expected: cube_1.out (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube_1.out.diff?r1=1.5&r2=1.6)

[COMMITTERS] pgsql: Aggregate functions now support multiple input arguments.

2006-07-27 Thread Tom Lane
Log Message: --- Aggregate functions now support multiple input arguments. I also took the opportunity to treat COUNT(*) as a zero-argument aggregate instead of the old hack that equated it to COUNT(1); this is materially cleaner (no more weird ANYOID cases) and ought to be at least a tiny

[COMMITTERS] pgsql: another try at keeping AIX/ppc happy on cube test.

2006-07-27 Thread Andrew Dunstan
Log Message: --- another try at keeping AIX/ppc happy on cube test. Modified Files: -- pgsql/contrib/cube/expected: cube_1.out (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube_1.out.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] pgsql: fix most regression tests for new cube code.

2006-07-27 Thread Andrew Dunstan
Log Message: --- fix most regression tests for new cube code. Modified Files: -- pgsql/contrib/cube/expected: cube.out (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube.out.diff?r1=1.17&r2=1.18) cube_1.out

[COMMITTERS] pgsql: Original coding of pg_regress.c made the results and log

2006-07-27 Thread Tom Lane
Log Message: --- Original coding of pg_regress.c made the results and log directories with restrictive permissions, which was not the behavior of the shell script and doesn't seem very desirable. Use the umask setting instead. Modified Files: -- pgsql/src/test/regress:

[COMMITTERS] xlogviewer - xlogviewer:

2006-07-27 Thread User Diogob
Log Message: --- Removed Files: - xlogviewer/test: test.sh (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/test/test.sh) teste.dump (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/test/teste.dump)

[COMMITTERS] xlogviewer - xlogviewer:

2006-07-27 Thread User Diogob
Log Message: --- Removed Files: - xlogviewer: .kdbgrc.xlogdump (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/.kdbgrc.xlogdump) xlogviewer_teste.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/xlogv

[COMMITTERS] xlogviewer - xlogviewer:

2006-07-27 Thread User Diogob
Log Message: --- Removed Files: - xlogviewer: xlogdump (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/xlogdump) xlogdump.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/xlogdump.c) xlogdump.

[COMMITTERS] xlogviewer - xlogviewer:

2006-07-27 Thread User Diogob
Log Message: --- Modified Files: -- xlogviewer: Makefile (r1.1.1.2 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/Makefile.diff?r1=1.1.1.2&r2=1.2) ---(end of broadcast)--- TIP 6:

[COMMITTERS] xlogviewer - xlogdump: Imported Sources

2006-07-27 Thread User Diogob
Update of /cvsroot/xlogviewer/xlogdump In directory pgfoundry.org:/tmp/cvs-serv19532 Log Message: Status: Vendor Tag: diogob Release Tags: A N xlogdump/xlogdump.h N xlogdump/.kdbgrc.xlogdump N xlogdump/xlogdump.c N xlogdump/xlogdump.sgml N xlogdump/Makefile N xlogdump/xl

[COMMITTERS] xlogviewer - xlogviewer: Imported Sources

2006-07-27 Thread User Diogob
Update of /cvsroot/xlogviewer/xlogviewer In directory pgfoundry.org:/tmp/cvs-serv18872 Log Message: Status: Vendor Tag: diogob Release Tags: A N xlogviewer/xlogdump.h U xlogviewer/.kdbgrc.xlogdump N xlogviewer/xlogdump.c N xlogviewer/xlogdump.sgml U xlogviewer/Makefile N

[COMMITTERS] pgsql: Allow LDAP lookups from pg_service.conf.

2006-07-27 Thread Bruce Momjian
Log Message: --- Allow LDAP lookups from pg_service.conf. Albe Laurenz Modified Files: -- pgsql: configure (r1.498 -> r1.499) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.498&r2=1.499) configure.in (r1.469 -> r1.470)

Re: [COMMITTERS] pgsql: Allow units to be specified with configuration settings.

2006-07-27 Thread Tom Lane
[EMAIL PROTECTED] (Peter Eisentraut) writes: > Allow units to be specified with configuration settings. You should have forced initdb for this (ie, bumped catversion) to avoid confusion over whether the system catalog change is required to pass regression. regards, tom lan

[COMMITTERS] pgsql: Allow units to be specified with configuration settings.

2006-07-27 Thread Peter Eisentraut
Log Message: --- Allow units to be specified with configuration settings. Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.127 -> r2.128) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml.diff?r1=2.127&r2=2.128) co