[COMMITTERS] pgsql: Add URL item for psql -c changes: >

2007-01-10 Thread Bruce Momjian
Log Message: --- Add URL item for psql -c changes: > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php Modified Files: -- pgsql/doc: TODO (r1.2038 -> r1.2039) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2038

[COMMITTERS] pgsql: Add: > o Fix transaction restriction checks for CREATE DATABASE

2007-01-10 Thread Bruce Momjian
Log Message: --- Add: > o Fix transaction restriction checks for CREATE DATABASE and > other commands > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php Modified Files: -- pgsql/doc: TODO (r1.2037 -> r1.2038) (http

[COMMITTERS] pgsql: Add URL for PQexec() for disallowing multiple queries: >

2007-01-10 Thread Bruce Momjian
Log Message: --- Add URL for PQexec() for disallowing multiple queries: > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php Modified Files: -- pgsql/doc: TODO (r1.2036 -> r1.2037) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Add: > o Extend timezone code to allow 64-bit values so we can

2007-01-10 Thread Bruce Momjian
Log Message: --- Add: > o Extend timezone code to allow 64-bit values so we can > represent years beyond 2038 > > http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php > Modified Files: -- pgsql/doc: TODO (r1.2035 -> r1.2036)

[COMMITTERS] pgsql: Add: > * Move NAMEDATALEN from postgres_ext.h to

2007-01-10 Thread Bruce Momjian
Log Message: --- Add: > * Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h and > consider making it more configurable in future releases Modified Files: -- pgsql/doc: TODO (r1.2034 -> r1.2035) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Allow Borland CC to compile libpq and psql.

2007-01-10 Thread Bruce Momjian
Log Message: --- Allow Borland CC to compile libpq and psql. Backpatch to 8.2.X. L Bayuk Modified Files: -- pgsql/src/include/port: win32.h (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.64&r2=1.65)

[COMMITTERS] pgsql: Allow Borland CC to compile libpq and psql.

2007-01-10 Thread Bruce Momjian
Log Message: --- Allow Borland CC to compile libpq and psql. Backpatch to 8.2.X. L Bayuk Tags: REL8_2_STABLE Modified Files: -- pgsql/src/bin/psql: bcc32.mak (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.d

[COMMITTERS] pgsql: For pg_ctl -w, add reference to additional environment variables

2007-01-10 Thread Bruce Momjian
Log Message: --- For pg_ctl -w, add reference to additional environment variables and pgpass. Modified Files: -- pgsql/doc/src/sgml/ref: pg_ctl-ref.sgml (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml.diff

[COMMITTERS] pgsql: Remove SGML makefile .SECONDARY tag so html rules will work

2007-01-10 Thread Bruce Momjian
Log Message: --- Remove SGML makefile .SECONDARY tag so html rules will work properly; Documentation/comment improvements. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.90 -> r1.91) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefi

[COMMITTERS] pgsql: Use libxml's xmlwriter API for producing XML elements, instead of

2007-01-10 Thread Peter Eisentraut
Log Message: --- Use libxml's xmlwriter API for producing XML elements, instead of doing our own printing dance. This does a better job of quoting and escaping the values. Modified Files: -- pgsql/src/backend/executor: execQual.c (r1.204 -> r1.205) (http:/

[COMMITTERS] pgsql: Improve SGML build rules for non-HTML output, per Peter.

2007-01-10 Thread Bruce Momjian
Log Message: --- Improve SGML build rules for non-HTML output, per Peter. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.89 -> r1.90) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.89&r2=1.90) ---

[COMMITTERS] pgsql: Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,

2007-01-10 Thread Tom Lane
Log Message: --- Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, per Stefan Kaltenbrunner. Modified Files: -- pgsql/src/include/port: solaris.h (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/solaris.h.diff

[COMMITTERS] pgsql: Change the planner-to-executor API so that the planner tells the

2007-01-10 Thread Tom Lane
Log Message: --- Change the planner-to-executor API so that the planner tells the executor which comparison operators to use for plan nodes involving tuple comparison (Agg, Group, Unique, SetOp). Formerly the executor looked up the default equality operator for the datatype, which was real

Re: [COMMITTERS] pgsql: Change Windows rename and unlink substitutes so that they time

2007-01-10 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > Is there any reason for not back porting the fix into 8.1? I didn't think it was adequately tested, and I'm not in a position to test it. (Note that a lack of 8.2 bug reports isn't a sufficient test, since I think we whacked related code around for 8.2 -

Re: [COMMITTERS] pgsql: Change Windows rename and unlink

2007-01-10 Thread Tatsuo Ishii
Is there any reason for not back porting the fix into 8.1? -- Tatsuo Ishii SRA OSS, Inc. Japan > Log Message: > --- > Change Windows rename and unlink substitutes so that they time out after > 30 seconds instead of retrying forever. Also modify xlog.c so that if > it fails to rename an ol

[COMMITTERS] pginstaller - web: Updated Japanese FAQ from Honda Shigehiro

2007-01-10 Thread User Dpage
Log Message: --- Updated Japanese FAQ from Honda Shigehiro Modified Files: -- web/faq: FAQ_windows_ja.html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows_ja.html.diff?r1=1.5&r2=1.6) ---(e