[COMMITTERS] pgsql: Add an example showing how to cope with mixed-case names in

2006-11-28 Thread Tom Lane
Log Message: --- Add an example showing how to cope with mixed-case names in pg_dump switches. Modified Files: -- pgsql/doc/src/sgml/ref: pg_dump.sgml (r1.91 -> r1.92) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dump.sgml.diff?r1=1

[COMMITTERS] pgsql: Update timezone data to tzdata2006p zic distribution.

2006-11-28 Thread Tom Lane
Log Message: --- Update timezone data to tzdata2006p zic distribution. It seems Western Australia decided to institute DST with one month's notice ... way to go, politicians. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.1.4.1 ->

[COMMITTERS] pgsql: Update timezone data to tzdata2006p zic distribution.

2006-11-28 Thread Tom Lane
Log Message: --- Update timezone data to tzdata2006p zic distribution. It seems Western Australia decided to institute DST with one month's notice ... way to go, politicians. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.2 -> r1.2

[COMMITTERS] pgsql: Update timezone data to tzdata2006p zic distribution.

2006-11-28 Thread Tom Lane
Log Message: --- Update timezone data to tzdata2006p zic distribution. It seems Western Australia decided to institute DST with one month's notice ... way to go, politicians. Modified Files: -- pgsql/src/timezone/data: antarctica (r1.3 -> r1.4) (http://dev

[COMMITTERS] pgsql: Mark to_number() and the numeric-type variants of to_char() as

2006-11-28 Thread Tom Lane
Log Message: --- Mark to_number() and the numeric-type variants of to_char() as stable, not immutable, because their results depend on lc_numeric; this is a longstanding oversight. We cannot force initdb for this in the back branches, but we can at least provide correct catalog entries for

[COMMITTERS] pgsql: Mark to_number() and the numeric-type variants of to_char() as

2006-11-28 Thread Tom Lane
Log Message: --- Mark to_number() and the numeric-type variants of to_char() as stable, not immutable, because their results depend on lc_numeric; this is a longstanding oversight. We cannot force initdb for this in the back branches, but we can at least provide correct catalog entries for

[COMMITTERS] pgsql: Mark to_number() and the numeric-type variants of to_char() as

2006-11-28 Thread Tom Lane
Log Message: --- Mark to_number() and the numeric-type variants of to_char() as stable, not immutable, because their results depend on lc_numeric; this is a longstanding oversight. We cannot force initdb for this in the back branches, but we can at least provide correct catalog entries for

[COMMITTERS] pgsql: Mark to_number() and the numeric-type variants of to_char() as

2006-11-28 Thread Tom Lane
Log Message: --- Mark to_number() and the numeric-type variants of to_char() as stable, not immutable, because their results depend on lc_numeric; this is a longstanding oversight. We cannot force initdb for this in the back branches, but we can at least provide correct catalog entries for

[COMMITTERS] pgsql: Mark to_char(timestamp without timezone) as stable, not

2006-11-28 Thread Tom Lane
Log Message: --- Mark to_char(timestamp without timezone) as stable, not immutable, since its result now depends on the lc_messages setting, as noted by Bruce. Also, mark to_number() and the numeric-type variants of to_char() as stable, because their results depend on lc_numeric; this is a

[COMMITTERS] pgbuildfarm - client-code: add Makefile to automate cutting a release.

2006-11-28 Thread User Andrewd
Log Message: --- add Makefile to automate cutting a release. Added Files: --- client-code: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) ---(end

[COMMITTERS] pgestraier - pgestraier: subversion revision 82 commited to CVS

2006-11-28 Thread User Dpavlin
Log Message: --- subversion revision 82 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.82 -> r1.83) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.82&r2=1.83) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: don't add to full-text index primary keys with

2006-11-28 Thread User Dpavlin
Log Message: --- don't add to full-text index primary keys with names beginning with _ Modified Files: -- pgestraier/bin: pgest-index.pl (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/bin/pgest-index.pl.diff?r1=1.11&r2=1

[COMMITTERS] pgsql: Fix some translator comments so that xgettext finds them and

2006-11-28 Thread Peter Eisentraut
Log Message: --- Fix some translator comments so that xgettext finds them and pgindent does not destroy them. Maybe we can adjust pgindent sometime. Modified Files: -- pgsql/src/backend/parser: parse_clause.c (r1.158 -> r1.159) (http://developer.postgresql

[COMMITTERS] pgsql: Add workaround for localizing May and abbreviated May

2006-11-28 Thread Peter Eisentraut
Log Message: --- Add workaround for localizing May and abbreviated May differently. Idea of Dennis Björklund. Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.115 -> r1.116) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/util

[COMMITTERS] pgsql: Also install ecpg_config.h

2006-11-28 Thread Michael Meskes
Log Message: --- Also install ecpg_config.h Modified Files: -- pgsql/src/interfaces/ecpg/include: Makefile (r1.28 -> r1.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile.diff?r1=1.28&r2=1.29) ---