[COMMITTERS] pgsql: Add some information about increasing JadeTeX parameters.

2006-12-09 Thread Peter Eisentraut
Log Message: --- Add some information about increasing JadeTeX parameters. Modified Files: -- pgsql/doc/src/sgml: docguide.sgml (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/docguide.sgml.diff?r1=1.59&r2=1.60)

[COMMITTERS] pgsql: Drop indentation of verbatim environments in print output.

2006-12-09 Thread Peter Eisentraut
Log Message: --- Drop indentation of verbatim environments in print output. This increased the build time by what seemed like infinity. Modified Files: -- pgsql/doc/src/sgml: stylesheet.dsl (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Generalize Texinfo rules.

2006-12-09 Thread Peter Eisentraut
Log Message: --- Generalize Texinfo rules. Prevent them from overriding the PostScript build rules. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.81&r2=1.8

[COMMITTERS] plscheme - htdocs: Giving credit to David Fetter.

2006-12-09 Thread User Knt
Log Message: --- Giving credit to David Fetter. Modified Files: -- htdocs: index.html (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.33&r2=1.34) ---(end of broadcast)--

[COMMITTERS] plscheme - htdocs: Add link to Files section in the pgFoundry.

2006-12-09 Thread User Knt
Log Message: --- Add link to Files section in the pgFoundry. Modified Files: -- htdocs: index.html (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.32&r2=1.33) ---(end of broadcast)-

[COMMITTERS] plscheme - plscheme: Make relevant changes on the script to handle the

2006-12-09 Thread User Knt
Log Message: --- Make relevant changes on the script to handle the installation of trusted and untrusted PLs in a more distinguished way. Also mention about new custom GUC variables and copy freshly introduced init.scm file too. Modified Files: -- plscheme: install

[COMMITTERS] plscheme - plscheme: Return redundant (lambda ...) fixes into their

2006-12-09 Thread User Knt
Log Message: --- Return redundant (lambda ...) fixes into their previous (define ...) form. (Because, as R5RS says so, they're just the same.) Modified Files: -- plscheme: dataconv.scm (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/pls

[COMMITTERS] plscheme - htdocs: Add examples about pl-shared and init.scm features.

2006-12-09 Thread User Knt
Log Message: --- Add examples about pl-shared and init.scm features. Modified Files: -- htdocs: index.html (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.31&r2=1.32) ---(end of bro

[COMMITTERS] plscheme - plscheme: Rename plscheme-shared to pl-shared for naming

2006-12-09 Thread User Knt
Log Message: --- Rename plscheme-shared to pl-shared for naming conventions. (And a small typo fix.) Modified Files: -- plscheme: plscheme.c (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.23&r2=1.24) --

[COMMITTERS] plscheme - plscheme: Now it's possible to have both trusted and

2006-12-09 Thread User Knt
Log Message: --- Now it's possible to have both trusted and untrusted PL/scheme in the same database. Further modifications are listed below: New GUC Variables plscheme[u].module_dir and plscheme[u].cache_max_size custom GUC variables are introduced. (With PGC_BACKEND modifier.) plsch