[COMMITTERS] cvs commit: CVSROOT options

2004-12-16 Thread seanc
seanc 2004/12/17 07:58:02 GMT PostgreSQL src repository Modified files: .options Log: Forced commit to test new CVSROOT infrastructure. Revision ChangesPath 1.9 +0 -0 CVSROOT/options ---(end of broadcast)--

[COMMITTERS] cvs commit: CVSROOT cfg_local.pm

2004-12-16 Thread seanc
seanc 2004/12/17 07:57:13 GMT PostgreSQL src repository Modified files: .cfg_local.pm Log: Ah ha! .pgfoundry.org won't match a hostname of 'pgfoundry.org'. Duh. Time for bed. Revision ChangesPath 1.6 +1 -1 CVSROOT/cfg_local.pm ---

[COMMITTERS] pgmemcache - CVSROOT: Okey dokey...

2004-12-16 Thread User Seanc
Log Message: --- Okey dokey... got tired of not being able to see how big the scope of a change was, so I've imported the FreeBSD commit scripts and all of the checks/fun that it entails. Most people probably won't care, but I find the output to be rather nice and easy to read. It should

[COMMITTERS] pgmemcache - pgmemcache: libmemcache(3) header changed its name to

2004-12-16 Thread User Seanc
Log Message: --- libmemcache(3) header changed its name to memcache.h in 1.1.0. Modified Files: -- pgmemcache: pgmemcache.h (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgmemcache/pgmemcache/pgmemcache.h.diff?r1=1.1.1.1&r2=1.2) -

[COMMITTERS] pgsql: Minor copy-editing in tutorial.

2004-12-16 Thread Tom Lane
Log Message: --- Minor copy-editing in tutorial. Modified Files: -- pgsql/doc/src/sgml: advanced.sgml (r1.46 -> r1.47) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/advanced.sgml.diff?r1=1.46&r2=1.47) query.sgml (r1.40 -> r1.41)

[COMMITTERS] pgsql: Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL.

2004-12-16 Thread Neil Conway
Log Message: --- Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been several reports of users being confused when they attempt to use ELSEIF and run into trouble due to PL/PgSQL's lax parser. The parser will be improved for 8.1, but we can fix most of the problem by all

[COMMITTERS] pgsql: In a PGXS build, expect to find the postgres executable already

2004-12-16 Thread Tom Lane
Log Message: --- In a PGXS build, expect to find the postgres executable already installed, rather than in $(top_builddir)/src/backend/postgres. Sean Chittenden Modified Files: -- pgsql/src/makefiles: Makefile.beos (r1.6 -> r1.7) (http://developer.postgres

[COMMITTERS] pgsql: Hook up the plpython result-object nrows and status methods

2004-12-16 Thread Tom Lane
Log Message: --- Hook up the plpython result-object nrows and status methods correctly. Adjust documentation to match current reality. Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgmemcache - CVSROOT: Expand $PostgreSQL$ as an RCS ID tag

2004-12-16 Thread User Seanc
Log Message: --- Expand $PostgreSQL$ as an RCS ID tag Modified Files: -- CVSROOT: checkoutlist (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgmemcache/CVSROOT/checkoutlist.diff?r1=1.1&r2=1.2) Added Files: --- CVSROOT: opt

[COMMITTERS] press - pr: Finnish copy-edited translation of the original file

2004-12-16 Thread User Jmikkol
Log Message: --- Finnish copy-edited translation of the original file Added Files: --- pr/releases/8.0/fi: press_page (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/fi/press_page?rev=1.1&content-type=text/x-cvsweb-markup) ---

[COMMITTERS] pgsql: Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments

2004-12-16 Thread Tom Lane
Log Message: --- Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can usefully be larger than 255. Per gripe from Simon Riggs. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.178 -> r1.179) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Add Win32: > o Disallow encodings like UTF8 which which

2004-12-16 Thread Bruce Momjian
Log Message: --- Add Win32: > o Disallow encodings like UTF8 which which PostgreSQL supports > but the operating system does not (already disallowed by > pginstaller) Modified Files: -- pgsql/doc: TODO (r1.1422 -> r1.1423) (http:/

[COMMITTERS] pgsql: Update release changes list to mention pg_config.h.win32.

2004-12-16 Thread Bruce Momjian
Log Message: --- Update release changes list to mention pg_config.h.win32. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.50 -> r1.51) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.50&r2=1.51) --

[COMMITTERS] pgsql: Update version for Win32-client include file.

2004-12-16 Thread Bruce Momjian
Log Message: --- Update version for Win32-client include file. Modified Files: -- pgsql/src/include: pg_config.h.win32 (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32.diff?r1=1.15&r2=1.16) --

[COMMITTERS] pgsql: Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS

2004-12-16 Thread Bruce Momjian
Log Message: --- Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to binary compiles, and adjust configure tests for AIX. Modified Files: -- pgsql: configure (r1.415 -> r1.416) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?

[COMMITTERS] pgsql: Cause configure --with-tcl to check for presence of , as

2004-12-16 Thread Tom Lane
Log Message: --- Cause configure --with-tcl to check for presence of , as per gripe from John Gray. Also fix thinko in pltcl Makefile: if a special Tcl include directory is specified, that ought to be searched first. Modified Files: -- pgsql: configure (r1.416 -> r

[COMMITTERS] pgsql: Allow --enable-thread-safety with --disable-shared libraries by

2004-12-16 Thread Bruce Momjian
Log Message: --- Allow --enable-thread-safety with --disable-shared libraries by passing PTHREAD_LIBS to all libpq-usage builds. Modified Files: -- pgsql/src: Makefile.global.in (r1.206 -> r1.207) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefi

[COMMITTERS] pgsql: Translation updates

2004-12-16 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend: nls.mk (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nls.mk.diff?r1=1.17&r2=1.18) pgsql/src/bin/initdb/po: sl.po (r1.1 -> r1.2)

[COMMITTERS] pgsql: Translation updates

2004-12-16 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/initdb/po: ko.po (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/ko.po.diff?r1=1.1&r2=1.2) pgsql/src/bin/pg_controldata/po: ko.po (r1.1 -> r

[COMMITTERS] pgsql: Add port report

2004-12-16 Thread Peter Eisentraut
Log Message: --- Add port report Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.214 -> r1.215) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.214&r2=1.215) ---(end of broadca

[COMMITTERS] pginstaller - pginst: Include 'real' copies of MS Npgsql DLLs

2004-12-16 Thread User Dpage
Log Message: --- Include 'real' copies of MS Npgsql DLLs Modified Files: -- pginst/wxs: pginst.wxs (r1.102 -> r1.103) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.102&r2=1.103) ---(end of