[COMMITTERS] plscheme - htdocs: Add a new bullet to the features listing about

2006-10-08 Thread User Knt
Log Message: --- Add a new bullet to the features listing about recently implemented caching mechanism. Modified Files: -- htdocs: index.html (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.16&r2=1.17) ---

[COMMITTERS] plscheme - plscheme: Fix returning a void type from a procedure.

2006-10-08 Thread User Knt
Log Message: --- Fix returning a void type from a procedure. Modified Files: -- plscheme: plscheme.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.17&r2=1.18) ---(end of broadca

[COMMITTERS] plscheme - htdocs: An index section added to the page to ease

2006-10-08 Thread User Knt
Log Message: --- An index section added to the page to ease navigation. Modified Files: -- htdocs: index.html (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.17&r2=1.18) ---(end of

[COMMITTERS] plscheme - plscheme: Remove deprecated features listing.

2006-10-08 Thread User Knt
Log Message: --- Remove deprecated features listing. Modified Files: -- plscheme: README.plscheme (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/README.plscheme.diff?r1=1.3&r2=1.4) ---(end of broadcast

[COMMITTERS] plscheme - plscheme: Initialize guile just once for every session.

2006-10-08 Thread User Knt
Log Message: --- Initialize guile just once for every session. And define a global variable, "shared", that's accessible by all procedures within the current session. Furthermore, any definition issued by a procedure will be placed in the top lexical scope at the initialization, which means

[COMMITTERS] plscheme - htdocs: Add an example about globally shared variables.

2006-10-08 Thread User Knt
Log Message: --- Add an example about globally shared variables. Modified Files: -- htdocs: index.html (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.18&r2=1.19) ---(end of broadca

[COMMITTERS] ip4r - ip4r: updates for 8.2

2006-10-08 Thread User Andrewsn
Log Message: --- updates for 8.2 Modified Files: -- ip4r: TODO (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/ip4r/ip4r/TODO.diff?r1=1.1&r2=1.2) ip4r.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/ip4r/ip4r/ip4r.

[COMMITTERS] pgsql: On Windows, we know the backend stack size limit because we have

2006-10-08 Thread Tom Lane
Log Message: --- On Windows, we know the backend stack size limit because we have to specify it explicitly in backend/Makefile. Arrange for this value to be known by get_stack_depth_rlimit() too. Per suggestion from Magnus. Modified Files: -- pgsql/src: Makefile.g

[COMMITTERS] pgsql: Add include needed for new getrusage() call.

2006-10-08 Thread Bruce Momjian
Log Message: --- Add include needed for new getrusage() call. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.514 -> r1.515) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.514&r2=1.515) ---

[COMMITTERS] pgsql: In release notes, mention that multi-line history saving does not

2006-10-08 Thread Bruce Momjian
Log Message: --- In release notes, mention that multi-line history saving does not work on Win32. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.467 -> r1.468) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.46

Re: [COMMITTERS] pgsql: In release notes, mention that multi-line history saving does not

2006-10-08 Thread Jaime Casanova
On 10/8/06, Bruce Momjian <[EMAIL PROTECTED]> wrote: Log Message: --- In release notes, mention that multi-line history saving does not work on Win32. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.467 -> r1.468) (http://developer.postgresql.org/

Re: [COMMITTERS] pgsql: In release notes, mention that

2006-10-08 Thread Bruce Momjian
Jaime Casanova wrote: > On 10/8/06, Bruce Momjian <[EMAIL PROTECTED]> wrote: > > Log Message: > > --- > > In release notes, mention that multi-line history saving does not work > > on Win32. > > > > Modified Files: > > -- > > pgsql/doc/src/sgml: > > release.sgml (r1.

[COMMITTERS] pgsql: Update multi-line editing wording in release notes.

2006-10-08 Thread Bruce Momjian
Log Message: --- Update multi-line editing wording in release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.468 -> r1.469) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.468&r2=1.469)

[COMMITTERS] pgsql: Update Darwin dlopen() support to avoid deprecation warnings with

2006-10-08 Thread Tom Lane
Log Message: --- Update Darwin dlopen() support to avoid deprecation warnings with latest Apple developer tools. We now use dlopen directly if available, and fall back to the older code if not. Chris Campbell Modified Files: -- pgsql/src/backend/port/dynloader: da

[COMMITTERS] pgsql: Updated keyword table for 8.2

2006-10-08 Thread Peter Eisentraut
Log Message: --- Updated keyword table for 8.2 Modified Files: -- pgsql/doc/src/sgml: keywords.sgml (r2.17 -> r2.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/keywords.sgml.diff?r1=2.17&r2=2.18) ---(end of broad

[COMMITTERS] pgsql: Fix back-branch pg_regress scripts to try the "canonical"

2006-10-08 Thread Tom Lane
Log Message: --- Fix back-branch pg_regress scripts to try the "canonical" expected file if we tried a variant file from resultmap and it didn't match. This is already done in HEAD's C-code version, and is needed because OpenBSD has recently migrated to a more standard handling of float un

[COMMITTERS] pgsql: Fix back-branch pg_regress scripts to try the "canonical"

2006-10-08 Thread Tom Lane
Log Message: --- Fix back-branch pg_regress scripts to try the "canonical" expected file if we tried a variant file from resultmap and it didn't match. This is already done in HEAD's C-code version, and is needed because OpenBSD has recently migrated to a more standard handling of float un

[COMMITTERS] pgsql: Fix back-branch pg_regress scripts to try the "canonical"

2006-10-08 Thread Tom Lane
Log Message: --- Fix back-branch pg_regress scripts to try the "canonical" expected file if we tried a variant file from resultmap and it didn't match. This is already done in HEAD's C-code version, and is needed because OpenBSD has recently migrated to a more standard handling of float un

[COMMITTERS] pgsql: Fix back-branch pg_regress scripts to try the "canonical"

2006-10-08 Thread Tom Lane
Log Message: --- Fix back-branch pg_regress scripts to try the "canonical" expected file if we tried a variant file from resultmap and it didn't match. This is already done in HEAD's C-code version, and is needed because OpenBSD has recently migrated to a more standard handling of float un

[COMMITTERS] npgsql - Npgsql: 2006-10-08 Francisco Figueiredo Jr.

2006-10-08 Thread User Fxjr
Log Message: --- 2006-10-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> *UserManual.htm: Updated docs for 1.0 release. Modified Files: -- Npgsql/docs: UserManual.htm (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/do

[COMMITTERS] npgsql - Npgsql: 2006-10-08 Francisco Figueiredo Jr.

2006-10-08 Thread User Fxjr
Log Message: --- 2006-10-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> *AssemblyInfo.cs: Updated to 1.0 final. Modified Files: -- Npgsql/src/Npgsql: AssemblyInfo.cs (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/sr

[COMMITTERS] npgsql - Npgsql: 2006-10-08 Francisco Figueiredo Jr.

2006-10-08 Thread User Fxjr
Log Message: --- 2006-10-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> *RELEASENOTES.txt: Updated to 1.0 final Modified Files: -- Npgsql: RELEASENOTES.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/RELEASENOTES.t

[COMMITTERS] dbi-link - dbi-link: Added README.Oracle

2006-10-08 Thread David Fetter
Log Message: --- Added README.Oracle Added Files: --- dbi-link: README.Oracle (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.Oracle?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] pginstaller - web: Update link to latest installer version, per Scott

2006-10-08 Thread User Dpage
Log Message: --- Update link to latest installer version, per Scott Schneider Modified Files: -- web/faq: FAQ_windows.html (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.diff?r1=1.9&r2=1.10) --