[COMMITTERS] pgsql: Reverted changes made by pgindent Made show.pgc set all variables

2006-10-04 Thread Michael Meskes
Log Message: --- Reverted changes made by pgindent Made show.pgc set all variables before displaying them. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: compat_informix-charfuncs.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] veil - veil: New and modified files for Veil version 0.9.2 Alpha

2006-10-04 Thread User Bloodnok
Log Message: --- New and modified files for Veil version 0.9.2 Alpha Modified Files: -- veil: COPYRIGHT (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/COPYRIGHT.diff?r1=1.1.1.1&r2=1.2) GNUmakefile.in (r1.1.1.1 -> r1.2)

[COMMITTERS] pgsql: Add qsort and qsort_arg to MSVC list of src/port files.

2006-10-04 Thread Tom Lane
Log Message: --- Add qsort and qsort_arg to MSVC list of src/port files. Modified Files: -- pgsql/src/tools/msvc: mkvcbuild.pl (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Improve error messages from to_tsquery per yesterday's

2006-10-04 Thread Tom Lane
Log Message: --- Improve error messages from to_tsquery per yesterday's discussion: provide the bad input, and be sure to mention that we are talking about a tsearch query. Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.28 -> r1.29) (http://develope

[COMMITTERS] pgsql: Fix comment to agree with presentation.

2006-10-04 Thread Tom Lane
Log Message: --- Fix comment to agree with presentation. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.196 -> r1.197) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.196

[COMMITTERS] pgsql: Fix initdb's logic for picking shared_buffers/max_fsm_pages,

2006-10-04 Thread Tom Lane
Log Message: --- Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had gotten rather thoroughly whacked out by careless recent changes: the intended ratio between the two was off by a lot, and the minimum number of shared buffers tried had increased by a lot. Problem expos

[COMMITTERS] plscheme - plscheme: Remove redundant proc_t members and fix a minor

2006-10-04 Thread User Knt
Log Message: --- Remove redundant proc_t members and fix a minor duplicated variable definition problem. Modified Files: -- plscheme: plscheme.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.15&r2=1.16)

[COMMITTERS] pgsql: Exclude pgindent from affecting the ecpg regression directory.

2006-10-04 Thread Bruce Momjian
Log Message: --- Exclude pgindent from affecting the ecpg regression directory. Modified Files: -- pgsql/src/tools/pgindent: README (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README.diff?r1=1.19&r2=1.20) -

[COMMITTERS] pgsql: Update Solaris FAQ.

2006-10-04 Thread Bruce Momjian
Log Message: --- Update Solaris FAQ. Zdenek Kotala Modified Files: -- pgsql/doc: FAQ_Solaris (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_Solaris.diff?r1=1.19&r2=1.20) ---(end of broadcast)

[COMMITTERS] pgsql: Adjust configure's handling of libedit to not look for a

2006-10-04 Thread Tom Lane
Log Message: --- Adjust configure's handling of libedit to not look for a history.h file. Per Bob Friesenhahn's report, this file is not supplied by some versions of libedit, and even when it is supplied it seems to be just a link to readline.h, so we don't need to include it anyway. Also,

[COMMITTERS] pgsql: Update Solaris strtol() bug comment.

2006-10-04 Thread Bruce Momjian
Log Message: --- Update Solaris strtol() bug comment. Modified Files: -- pgsql/src/include/port: solaris.h (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/solaris.h.diff?r1=1.12&r2=1.13) ---(end o

[COMMITTERS] pgsql: Update Solaris strtod() bug comment.

2006-10-04 Thread Bruce Momjian
Log Message: --- Update Solaris strtod() bug comment. Modified Files: -- pgsql/src/include/port: solaris.h (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/solaris.h.diff?r1=1.13&r2=1.14) ---(end o

[COMMITTERS] pgsql: Second try at fixing libedit configuration for Bob Friesenhahn.

2006-10-04 Thread Tom Lane
Log Message: --- Second try at fixing libedit configuration for Bob Friesenhahn. Buildfarm results from 'gazelle' show that there are indeed libedit versions for which history.h is a needed header, even though it's apparently been dropped entirely in other versions. Grumble. Modified File

[COMMITTERS] pgsql: Work around buggy strtod on (some versions of?) IRIX.

2006-10-04 Thread Tom Lane
Log Message: --- Work around buggy strtod on (some versions of?) IRIX. Combination of proposed patches from John Jorgensen and Steve Singer. Modified Files: -- pgsql/src/backend/utils/adt: float.c (r1.129 -> r1.130) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Update DB2X texinfo example code.

2006-10-04 Thread Bruce Momjian
Log Message: --- Update DB2X texinfo example code. Andreas Seltenreich Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.77&r2=1.78) -

[COMMITTERS] pgsql: Add indenting to Solaris FAQ, for clarity.

2006-10-04 Thread Bruce Momjian
Log Message: --- Add indenting to Solaris FAQ, for clarity. Modified Files: -- pgsql/doc: FAQ_Solaris (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_Solaris.diff?r1=1.20&r2=1.21) ---(end of broadcast)