[COMMITTERS] veil - veil: Demo installation updates.

2005-10-13 Thread User Bloodnok
Log Message: --- Demo installation updates. Documentation updates for installation procedures. Modified Files: -- veil/demo: GNUmakefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/demo/GNUmakefile.diff?r1=1.1.1.1&r2=1.2)

[COMMITTERS] pgsql: [ Backpatch to 7.4.X.] Also I fixed a bug in a bug fix I

2005-10-13 Thread Bruce Momjian
Log Message: --- [ Backpatch to 7.4.X.] Also I fixed a bug in a bug fix I committed a few weeks ago. he check for a varchar pointer was incomplete. Michael Meskes Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.263.2.2

[COMMITTERS] pgsql: [ Backpatch to 8.0.X.] Also I fixed a bug in a bug fix I

2005-10-13 Thread Bruce Momjian
Log Message: --- [ Backpatch to 8.0.X.] Also I fixed a bug in a bug fix I committed a few weeks ago. he check for a varchar pointer was incomplete. Michael Meskes Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.303.4.

[COMMITTERS] pgsql: Add documentation mentioning that there are separate regression

2005-10-13 Thread Tom Lane
Log Message: --- Add documentation mentioning that there are separate regression tests for the PL languages and for contrib. Modified Files: -- pgsql/doc/src/sgml: regress.sgml (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/

[COMMITTERS] pgsql: Improve documentation about CREATEROLE privilege.

2005-10-13 Thread Tom Lane
Log Message: --- Improve documentation about CREATEROLE privilege. Modified Files: -- pgsql/doc/src/sgml: user-manag.sgml (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/user-manag.sgml.diff?r1=1.30&r2=1.31) pgsql/doc/src

[COMMITTERS] pgsql: Fix uppercase TRUE/FALSE that are WIN32 stuffl.

2005-10-13 Thread Bruce Momjian
Log Message: --- Fix uppercase TRUE/FALSE that are WIN32 stuffl. Modified Files: -- pgsql/src/port: getaddrinfo.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/getaddrinfo.c.diff?r1=1.19&r2=1.20) ---(en

[COMMITTERS] pgsql: Update regression output for new prepare transaction error

2005-10-13 Thread Bruce Momjian
Log Message: --- Update regression output for new prepare transaction error messages. Modified Files: -- pgsql/src/test/regress/expected: prepared_xacts.out (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/prepared_

[COMMITTERS] pgsql: Make stack_base_ptr non-static, for PL/Java.

2005-10-13 Thread Bruce Momjian
Log Message: --- Make stack_base_ptr non-static, for PL/Java. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.464 -> r1.465) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.464&r2=1.465) ---

[COMMITTERS] pgsql: Update krb_server_name to document that a missing entry defaults

2005-10-13 Thread Bruce Momjian
Log Message: --- Update krb_server_name to document that a missing entry defaults to 'localhost'. Improve kerberos error message. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/

[COMMITTERS] pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT

2005-10-13 Thread Bruce Momjian
Log Message: --- This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock Modified Files: -- pgsql/src/backend/access/transam:

[COMMITTERS] pgsql: Update documentation to reflect the new ALTER OWNER rules for all

2005-10-13 Thread Tom Lane
Log Message: --- Update documentation to reflect the new ALTER OWNER rules for all affected types of objects. Modified Files: -- pgsql/doc/src/sgml/ref: alter_aggregate.sgml (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/a

[COMMITTERS] pgsql: Describe the behavior of the SQL_ASCII encoding more accurately.

2005-10-13 Thread Tom Lane
Log Message: --- Describe the behavior of the SQL_ASCII encoding more accurately. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.73 -> r2.74) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.73&r2=2.74) ---

[COMMITTERS] pgsql: Adjust the discussion of triggers to more clearly guide people in

2005-10-13 Thread Tom Lane
Log Message: --- Adjust the discussion of triggers to more clearly guide people in the direction of writing triggers in a procedural language, rather than C. Per discussion. Modified Files: -- pgsql/doc/src/sgml: trigger.sgml (r1.43 -> r1.44) (http://develo

[COMMITTERS] pgsql: The patch updates the documentation to reflect the fact that

2005-10-13 Thread Bruce Momjian
Log Message: --- The patch updates the documentation to reflect the fact that higher values of client_min_messages (fatal + panic) are valid and also fixes a slight issue with how psql tried to display error messages that aren't sent to the client. We often tell people to ignore errors in

[COMMITTERS] pgsql: Enable threaded python builds on freebsd5, per report from Jim C.

2005-10-13 Thread Bruce Momjian
Log Message: --- Enable threaded python builds on freebsd5, per report from Jim C. Nasby Modified Files: -- pgsql: configure (r1.457 -> r1.458) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.457&r2=1.458) pgsql/config: pyt

[COMMITTERS] pgsql: Turn off list of tables, figures, and examples.

2005-10-13 Thread Peter Eisentraut
Log Message: --- Turn off list of tables, figures, and examples. Modified Files: -- pgsql/doc/src/sgml: stylesheet.dsl (r1.28 -> r1.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/stylesheet.dsl.diff?r1=1.28&r2=1.29)

[COMMITTERS] bizgres - bizgres: When COPY fails to start, the loader will now include

2005-10-13 Thread User Agoldshuv
Log Message: --- When COPY fails to start, the loader will now include the error message that the backend issued. Modified Files: -- bizgres/loader/src/native/com/deepgreen/loader: lipqcmd.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgre

[COMMITTERS] pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT

2005-10-13 Thread Bruce Momjian
Log Message: --- This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock Modified Files: -- pgsql/src/backend/access/transam:

[COMMITTERS] pgsql: Go back to emitting path names with forward slashes on Windows.

2005-10-13 Thread Tom Lane
Log Message: --- Go back to emitting path names with forward slashes on Windows. I'm not clear on what the double-backslash idea was intended to fix, but it breaks at least mingw GNU Make. Per report from Thomas Hallgren. Modified Files: -- pgsql/src/bin/pg_config:

[COMMITTERS] pgsql: Back out this because of fear of changing error strings: This

2005-10-13 Thread Bruce Momjian
Log Message: --- Back out this because of fear of changing error strings: This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock Modified Files: ---

[COMMITTERS] pgsql: Rewording, use the more common multi-threaded/single-threaded.

2005-10-13 Thread Bruce Momjian
Log Message: --- Rewording, use the more common multi-threaded/single-threaded. Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.68 -> r1.69) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.68&r2=1.69) libpq.sg

[COMMITTERS] pgsql: Clarify causes of possible mismatch between Win32 libraries and

2005-10-13 Thread Bruce Momjian
Log Message: --- Clarify causes of possible mismatch between Win32 libraries and applications that use FILE pointers. Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.67 -> r1.68) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.

[COMMITTERS] pgsql: Some additional doc changes based around compression of page

2005-10-13 Thread Bruce Momjian
Log Message: --- Some additional doc changes based around compression of page images in WAL and the interaction of the new full_page_writes parameter with PITR. The too-small WAL first sect1 has been merged with the one following sect1 for clarity. Some minor comments have been made in th

[COMMITTERS] pgsql: Mark xslt_process() as volatile.

2005-10-13 Thread Bruce Momjian
Log Message: --- Mark xslt_process() as volatile. Modified Files: -- pgsql/contrib/xml2: pgxml.sql.in (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.6&r2=1.7) ---(end of broadcas

[COMMITTERS] pgsql: Use get_progname() in backend main.c, rather than port-specific

2005-10-13 Thread Bruce Momjian
Log Message: --- Use get_progname() in backend main.c, rather than port-specific hack that is too fragile. Modified Files: -- pgsql/src/backend/main: main.c (r1.94 -> r1.95) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/main/main.c.diff?r1=1

[COMMITTERS] pgsql: Fix small oversight in recent patch to add more

2005-10-13 Thread Tom Lane
Log Message: --- Fix small oversight in recent patch to add more CREATE-FUNCTION-time syntax checking to plpgsql: check_sql_expr() wasn't being called by make_select_stmt(), so that there was no SQL syntax check for SELECT statements. Modified Files: -- pgsql/src/pl/plpgsql

[COMMITTERS] pgsql: Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.

2005-10-13 Thread Bruce Momjian
Log Message: --- Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. Modified Files: -- pgsql/contrib/xml2: pgxml.sql.in (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.5&r2=1.6) --

[COMMITTERS] pgsql: Fix capitalization of example.

2005-10-13 Thread Bruce Momjian
Log Message: --- Fix capitalization of example. Modified Files: -- pgsql/contrib/xml2: pgxml.sql.in (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.4&r2=1.5) pgsql/doc/src/sgml/ref: copy.sgml

[COMMITTERS] pginstaller - pginst: Update swedish translation

2005-10-13 Thread User Mha
Log Message: --- Update swedish translation Modified Files: -- pginst/lang: sv.xml (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.13&r2=1.14) ---(end of broadcast)-