[COMMITTERS] pgsql: Fix a potential free() of string literal in oid2name, per report

2004-12-01 Thread Neil Conway
Log Message: --- Fix a potential free() of string literal in oid2name, per report from Michael Fuhr. Along the way, fix a bunch of accesses to uninitialized memory, add a mystrdup() routine and use it to cleanup some code. Modified Files: -- pgsql/contrib/oid2name:

[COMMITTERS] pgsql: Add: > > * Allow FOR UPDATE queries to do NOWAIT locks >

2004-12-01 Thread Bruce Momjian
Log Message: --- Add: > > * Allow FOR UPDATE queries to do NOWAIT locks > Modified Files: -- pgsql/doc: TODO (r1.1412 -> r1.1413) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1412&r2=1.1413) ---(end of broa

[COMMITTERS] pgsql: This is a little patch to correct the documentation on CVS.

2004-12-01 Thread Neil Conway
Log Message: --- This is a little patch to correct the documentation on CVS. The URL for downloading CVS at cyclic.com site is long defunct, and I changed the text to not overtly recommend CVS 1.10, a now fairly old version. Jon Jensen Modified Files: -- pgsql/doc/src/sgml

[COMMITTERS] pgsql: Update Japanese FAQ.

2004-12-01 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.18&r2=1.19) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.18

Re: [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2004-12-01 Thread Bruce Momjian
I am thinking of adding a replication section to the main docs rather than have it in the FAQ. It would be part of the external tools/interfaces section I want to add to 8.0 (during our RC period). --- Marc G. Fournier wrot

[COMMITTERS] pginstaller - pginst: Updated readme

2004-12-01 Thread User Dpage
Log Message: --- Updated readme Modified Files: -- pginst: README (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP 8: expl

[COMMITTERS] pginstaller - pginst: Add pgadmin3.lng and libecpg.lib VC++ import

2004-12-01 Thread User Dpage
Log Message: --- Add pgadmin3.lng and libecpg.lib VC++ import library Modified Files: -- pginst/wxs: pginst.wxs (r1.93 -> r1.94) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.93&r2=1.94) --

[COMMITTERS] pgsql: Teach regex_fixed_prefix() the correct handling of advanced regex

2004-12-01 Thread Tom Lane
Log Message: --- Teach regex_fixed_prefix() the correct handling of advanced regex escapes --- they aren't simply quoted characters. Problem noted by Antti Salmela. Also fix problem with incorrect handling of multibyte characters when followed by a quantifier. Tags: REL7_4_STABLE M

[COMMITTERS] pgsql: Teach regex_fixed_prefix() the correct handling of advanced regex

2004-12-01 Thread Tom Lane
Log Message: --- Teach regex_fixed_prefix() the correct handling of advanced regex escapes --- they aren't simply quoted characters. Problem noted by Antti Salmela. Also fix problem with incorrect handling of multibyte characters when followed by a quantifier. Modified Files: ---

Re: [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2004-12-01 Thread Bruce Momjian
Marc G. Fournier wrote: > On Wed, 1 Dec 2004, Bruce Momjian wrote: > > > > > I am thinking of adding a replication section to the main docs rather > > than have it in the FAQ. It would be part of the external > > tools/interfaces section I want to add to 8.0 (during our RC period). > > Even then

[COMMITTERS] pgsql: Make some adjustments to reduce platform dependencies in plan

2004-12-01 Thread Tom Lane
Log Message: --- Make some adjustments to reduce platform dependencies in plan selection. In particular, there was a mathematical tie between the two possible nestloop-with-materialized-inner-scan plans for a join (ie, we computed the same cost with either input on the inside), resulting in

Re: [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2004-12-01 Thread Marc G. Fournier
On Wed, 1 Dec 2004, Bruce Momjian wrote: I am thinking of adding a replication section to the main docs rather than have it in the FAQ. It would be part of the external tools/interfaces section I want to add to 8.0 (during our RC period). Even then, a FAQ entry should be added to point to that sec

[COMMITTERS] pgsql: Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.

2004-12-01 Thread Bruce Momjian
Log Message: --- Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. Modified Files: -- pgsql/src/include/port: win32.h (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.40&r2=1.41) pgsql

[COMMITTERS] pgsql: Update French FAQ.

2004-12-01 Thread Bruce Momjian
Log Message: --- Update French FAQ. Guillaume LELARGE Modified Files: -- pgsql/doc: FAQ_french (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_french.diff?r1=1.1&r2=1.2) pgsql/doc/src/FAQ: FAQ_french.html (r1.1 -> r1.2)

[COMMITTERS] pgsql: Fix timestamptz_age() to do calculation in local timezone not

2004-12-01 Thread Tom Lane
Log Message: --- Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.115 -> r1.116) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestam

[COMMITTERS] pgsql: Fix timestamptz_age() to do calculation in local timezone not

2004-12-01 Thread Tom Lane
Log Message: --- Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.96.2.1 -> r1.96.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Clarify documentation of age() functions.

2004-12-01 Thread Tom Lane
Log Message: --- Clarify documentation of age() functions. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.224 -> r1.225) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.224&r2=1.225) ---(end

[COMMITTERS] pgsql: Change planner to use the current true disk file size as its

2004-12-01 Thread Tom Lane
Log Message: --- Change planner to use the current true disk file size as its estimate of a relation's number of blocks, rather than the possibly-obsolete value in pg_class.relpages. Scale the value in pg_class.reltuples correspondingly to arrive at a hopefully more accurate number of rows

[COMMITTERS] pgsql: Add: > * Allow ecpg to work with MSVC and BCC

2004-12-01 Thread Bruce Momjian
Log Message: --- Add: > * Allow ecpg to work with MSVC and BCC Modified Files: -- pgsql/doc: TODO (r1.1411 -> r1.1412) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1411&r2=1.1412) ---(end of broadcast)--

[COMMITTERS] pgsql: Update with Gavin's additions.

2004-12-01 Thread Bruce Momjian
Log Message: --- Update with Gavin's additions. Modified Files: -- pgsql/doc: FAQ_DEV (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.77&r2=1.78) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.80 -> r1.81)

[COMMITTERS] press - pr: Add first cut of "release" file translated in Japanese.

2004-12-01 Thread User T-ishii
Log Message: --- Add first cut of "release" file translated in Japanese. (English part still remains for reference purpose) Added Files: --- pr/releases/8.0/ja: release (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ja/release?rev=1.1

[COMMITTERS] pginstaller - web: Add mention that beta-5 includes LSP-fixes.

2004-12-01 Thread User Mha
Log Message: --- Add mention that beta-5 includes LSP-fixes. Modified Files: -- web: FAQ_windows.html (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.10&r2=1.11) ---(end of br

[COMMITTERS] pginstaller - web: Add link to Cygwin FAQ.

2004-12-01 Thread User Mha
Log Message: --- Add link to Cygwin FAQ. Add mention that the Cygwin port works on 9x. Modified Files: -- web: FAQ_windows.html (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.9&r2=1.10) -

[COMMITTERS] press - pr: Minor change: Algorithmu -> Algorithmus

2004-12-01 Thread User Ahatzis
Log Message: --- Minor change: Algorithmu -> Algorithmus Modified Files: -- pr/releases/8.0/de: press_page (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/de/press_page.diff?r1=1.8&r2=1.9) release (r1.10 -> r1.11)