[COMMITTERS] pgsql: renew output of regression test accordingly to

2006-02-10 Thread Teodor Sigaev
Log Message: --- renew output of regression test accordingly to http://archives.postgresql.org/pgsql-committers/2006-02/msg00089.php Modified Files: -- pgsql/contrib/tsearch2/expected: tsearch2.out (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Fix up remaining library checks.

2006-02-10 Thread Peter Eisentraut
Log Message: --- Fix up remaining library checks. Modified Files: -- pgsql: configure (r1.477 -> r1.478) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.477&r2=1.478) configure.in (r1.447 -> r1.448) (http://developer.p

[COMMITTERS] pgsql: Allow "'" symbol in affixes ("'s" affix in english): it was

2006-02-10 Thread Teodor Sigaev
Log Message: --- Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during multibyte support work. Add line number to error output during affix file parsing. Modified Files: -- pgsql/contrib/tsearch2/ispell: spell.c (r1.27 -> r1.28) (htt

[COMMITTERS] pgsql: Fix fallout from psql line-wrapping patch.

2006-02-10 Thread Tom Lane
Log Message: --- Fix fallout from psql line-wrapping patch. Modified Files: -- pgsql/contrib/pgcrypto/expected: pgp-armor.out (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/pgp-armor.out.diff?r1=1.2&r2=1.3) -

[COMMITTERS] pgsql: Fix psql after newline patch for calloc(0).

2006-02-10 Thread Bruce Momjian
Log Message: --- Fix psql after newline patch for calloc(0). Kris Jurka Modified Files: -- pgsql/src/bin/psql: print.c (r1.80 -> r1.81) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.80&r2=1.81) --

[COMMITTERS] pgsql: Clean up some signedness warnings.

2006-02-10 Thread Tom Lane
Log Message: --- Clean up some signedness warnings. Modified Files: -- pgsql/contrib/tsearch2: ts_locale.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ts_locale.c.diff?r1=1.4&r2=1.5) ts_locale.h (r1.5 -> r1.6)

Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align

2006-02-10 Thread Bruce Momjian
I think Tom fixed the final difference in pgcryto. We should be fine now. --- Kris Jurka wrote: > > > On Thu, 9 Feb 2006, Bruce Momjian wrote: > > > Log Message: > > --- > > Allow psql multi-line column values to

[COMMITTERS] pgsql: Change search for default operator classes so that it examines

2006-02-10 Thread Tom Lane
Log Message: --- Change search for default operator classes so that it examines all opclasses regardless of the current schema search path. Since CREATE OPERATOR CLASS only allows one default opclass per datatype regardless of schemas, this should have minimal impact, and it fixes problems

[COMMITTERS] pgsql: Change search for default operator classes so that it examines

2006-02-10 Thread Tom Lane
Log Message: --- Change search for default operator classes so that it examines all opclasses regardless of the current schema search path. Since CREATE OPERATOR CLASS only allows one default opclass per datatype regardless of schemas, this should have minimal impact, and it fixes problems

[COMMITTERS] pgsql: Change search for default operator classes so that it examines

2006-02-10 Thread Tom Lane
Log Message: --- Change search for default operator classes so that it examines all opclasses regardless of the current schema search path. Since CREATE OPERATOR CLASS only allows one default opclass per datatype regardless of schemas, this should have minimal impact, and it fixes problems

[COMMITTERS] pgsql: Check that SID is enabled while checking for Windows admin

2006-02-10 Thread Tom Lane
Log Message: --- Check that SID is enabled while checking for Windows admin privileges. Magnus Modified Files: -- pgsql/src/backend/port/win32: security.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/security.c.di

[COMMITTERS] pgsql: Check that SID is enabled while checking for Windows admin

2006-02-10 Thread Tom Lane
Log Message: --- Check that SID is enabled while checking for Windows admin privileges. Magnus Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/port/win32: security.c (r1.9 -> r1.9.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bac

[COMMITTERS] pgsql: Check that SID is enabled while checking for Windows admin

2006-02-10 Thread Tom Lane
Log Message: --- Check that SID is enabled while checking for Windows admin privileges. Magnus Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/port/win32: security.c (r1.8 -> r1.8.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bac

[COMMITTERS] pgsql: Enable pg_ctl to give up admin privileges when starting the

2006-02-10 Thread Tom Lane
Log Message: --- Enable pg_ctl to give up admin privileges when starting the server under Windows (if newer than NT4, else works same as before). Magnus Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.65 -> r1.66) (http://developer.postgresql.org/cvs

[COMMITTERS] pgsql: Make it possible to run initdb from an admin account on Windows,

2006-02-10 Thread Tom Lane
Log Message: --- Make it possible to run initdb from an admin account on Windows, by giving up admin privileges (only works if newer than NT4). Magnus Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.107 -> r1.108) (http://developer.postgresql.org/cvs

[COMMITTERS] pgsql: Clean up signedness warnings and 64-bit bugs in recent psql

2006-02-10 Thread Tom Lane
Log Message: --- Clean up signedness warnings and 64-bit bugs in recent psql printing patch. Martijn van Oosterhout and Tom Lane Modified Files: -- pgsql/src/bin/psql: mbprint.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psq

[COMMITTERS] psqlodbc - psqlodbc: Removed an unnecessary declaration.

2006-02-10 Thread User Hinoue
Log Message: --- Removed an unnecessary declaration. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: connection.c (r1.87.2.7 -> r1.87.2.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.87.2.7&r2=1.87.2.8)

[COMMITTERS] pgsql: Add INET/CIDR operators: and, or, not, plus int8, minus int8, and

2006-02-10 Thread Bruce Momjian
Log Message: --- Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet minus inet. Stephen R. van den Berg Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.303 -> r1.304) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/f

[COMMITTERS] pgsql: Done: > * -Allow INET + INT8 to increment the host part of the

2006-02-10 Thread Bruce Momjian
Log Message: --- Done: > * -Allow INET + INT8 to increment the host part of the address or Modified Files: -- pgsql/doc: TODO (r1.1760 -> r1.1761) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1760&r2=1.1761) pgsql/doc/src/FAQ: