[COMMITTERS] pgsql: Modify processing of DECLARE CURSOR and EXPLAIN so that they can

2007-04-27 Thread Tom Lane
Log Message: --- Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the types of unspecified parameters when submitted via extended query protocol. This worked in 8.2 but I had broken it during plancache changes. DECLARE CURSOR is now treated almost exactly like a pla

[COMMITTERS] pgsql: Remove no-longer-true statement from the docs.

2007-04-27 Thread Neil Conway
Log Message: --- Remove no-longer-true statement from the docs. Since the default config now enables row-level stats, the out of the box stats volume is no longer particularly low. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.49 -> r1.50) (htt

[COMMITTERS] pgsql: Properly set MODULE_PATHNAME based on module name instead of

2007-04-27 Thread Magnus Hagander
Log Message: --- Properly set MODULE_PATHNAME based on module name instead of incorrectly based on directory name. Fixes the generation of .sql files in contrib/spi. Per complaint from Dave Page. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.10 -> r1.11

[COMMITTERS] pginstaller - pginst: Remove unused macro form the command line.

2007-04-27 Thread User Dpage
Log Message: --- Remove unused macro form the command line. Modified Files: -- pginst/wrapper: wrapper.proj (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/wrapper.proj.diff?r1=1.2&r2=1.3) ---(

[COMMITTERS] pginstaller - pginst: Note new target

2007-04-27 Thread User Dpage
Log Message: --- Note new target Modified Files: -- pginst: pginst.proj (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.6&r2=1.7) ---(end of broadcast)---

[COMMITTERS] pginstaller - pginst: Remove the package zip file when cleaning.

2007-04-27 Thread User Dpage
Log Message: --- Remove the package zip file when cleaning. Modified Files: -- pginst: pginst.proj (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.5&r2=1.6) ---(end of broadcast)-

[COMMITTERS] stackbuilder - wizard: Handle spaces in the download patch correctly.

2007-04-27 Thread User Dpage
Log Message: --- Handle spaces in the download patch correctly. Modified Files: -- wizard: App.cpp (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.10&r2=1.11) ---(end of broadcast)

[COMMITTERS] stackbuilder - wizard: Change text caption now we have an extra wizard

2007-04-27 Thread User Dpage
Log Message: --- Change text caption now we have an extra wizard page Modified Files: -- wizard: InstallationPage.cpp (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/InstallationPage.cpp.diff?r1=1.5&r2=1.6) -

[COMMITTERS] pginstaller - pginst: Add a task to build the distribution zip file.

2007-04-27 Thread User Dpage
Log Message: --- Add a task to build the distribution zip file. Modified Files: -- pginst: pginst.proj (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.4&r2=1.5) ---(end of broadca

[COMMITTERS] pginstaller - pginst: Tweaks for 8.3

2007-04-27 Thread User Dpage
Log Message: --- Tweaks for 8.3 Modified Files: -- pginst/lang: de_welcome.rtf (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de_welcome.rtf.diff?r1=1.9&r2=1.10) fr_welcome.rtf (r1.7 -> r1.8) (http://cv

Re: [COMMITTERS] pgsql: Inlined two functions to get rid of va_list problems on some

2007-04-27 Thread Michael Meskes
On Fri, Apr 27, 2007 at 03:07:52AM -0400, Tom Lane wrote: > [EMAIL PROTECTED] (Michael Meskes) writes: > > Log Message: > > --- > > Inlined two functions to get rid of va_list problems on some archs. > > Hm, shouldn't this patch have touched a .h file too? Argh! You're right. Fixed. No bi

[COMMITTERS] pgsql: Removed non-existant function from extern.h

2007-04-27 Thread Michael Meskes
Log Message: --- Removed non-existant function from extern.h Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: extern.h (r1.20 -> r1.20.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/extern.h

[COMMITTERS] pgsql: Removed non-existant function from extern.h

2007-04-27 Thread Michael Meskes
Log Message: --- Removed non-existant function from extern.h Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: extern.h (r1.15.2.1 -> r1.15.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/exte

[COMMITTERS] pgsql: Removed non-existant function from extern.h

2007-04-27 Thread Michael Meskes
Log Message: --- Removed non-existant function from extern.h Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: extern.h (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/extern.h.diff?r1=1.23&r2=1.24) --

Re: [COMMITTERS] pgsql: Inlined two functions to get rid of va_list problems on some

2007-04-27 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > Log Message: > --- > Inlined two functions to get rid of va_list problems on some archs. Hm, shouldn't this patch have touched a .h file too? regards, tom lane ---(end of broadcast)--

[COMMITTERS] plpsm - plpgpsm: merge patch: Fix array coercion expressions to ensure

2007-04-27 Thread User Okbob
Log Message: --- merge patch: Fix array coercion expressions to ensure that the correct volatility is seen by code inspecting the expression. Modified Files: -- plpgpsm/src: pl_exec.c (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpg