[COMMITTERS] pgsql: Changes the doc's to reflect what the user will find as default.

2004-12-17 Thread Bruce Momjian
Log Message: --- Changes the doc's to reflect what the user will find as default. Robert Treat Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.296 -> r1.297) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.296&

[COMMITTERS] pgsql: Many thanks to Joachim Wieland for a big list of corrections /

2004-12-17 Thread Bruce Momjian
Log Message: --- Many thanks to Joachim Wieland for a big list of corrections / updates. Ian Barwick Modified Files: -- pgsql/doc: FAQ_german (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_german.diff?r1=1.16&r2=1.17) pgsql/

[COMMITTERS] pgsql: Update from Ian Barwick

2004-12-17 Thread Bruce Momjian
Log Message: --- Update from Ian Barwick Modified Files: -- pgsql/doc: FAQ (r1.277 -> r1.278) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.277&r2=1.278) ---(end of broadcast)--- TIP 3:

[COMMITTERS] cvs commit: pgmemcache Makefile.pmk

2004-12-17 Thread seanc
seanc 2004/12/18 00:28:25 GMT PostgreSQL src repository Modified files: .Makefile.pmk Log: Add a chump release target. Enter stage left: pgmemcache 1.0rc1. Revision ChangesPath 1.3 +9 -0 pgmemcache/Makefile.pmk --

Re: [COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread Sean Chittenden
What I meant to write was, this commit message subject header is not using the pgfoundry format that was supposed to alleviate all concerns about flooding this list with messages that I am not interested in. Sorry about hijacking your message headers. I just committed a fix for that. I was goin

[COMMITTERS] cvs commit: pgmemcache Makefile.pmk

2004-12-17 Thread seanc
seanc 2004/12/18 00:18:48 GMT PostgreSQL src repository Modified files: .Makefile.pmk Log: Add a few glob patterns to clean Revision ChangesPath 1.2 +1 -1 pgmemcache/Makefile.pmk ---(end of broadcast)--

[COMMITTERS] cvs commit: pgmemcache pgmemcache.h pgmemcache.sql.in

2004-12-17 Thread seanc
seanc 2004/12/18 00:18:03 GMT PostgreSQL src repository Modified files: .pgmemcache.h pgmemcache.sql.in Log: Add $PostgreSQL$ RCS header Revision ChangesPath 1.3 +2 -0 pgmemcache/pgmemcache.h 1.2 +2 -0 pgmemcache/pgmemcach

[COMMITTERS] cvs commit: CVSROOT log_accum.pl

2004-12-17 Thread seanc
seanc 2004/12/18 00:10:50 GMT PostgreSQL src repository Modified files: .log_accum.pl Log: Add an X-Site: PgFoundry header to commit messages to address mail filtering concerns for people who could care less about pgFoundry project commit messages.

[COMMITTERS] cvs commit: pgmemcache README.pgmemcache

2004-12-17 Thread seanc
seanc 2004/12/18 00:05:51 GMT PostgreSQL src repository Modified files: .README.pgmemcache Log: At long last, add documentation that explains how pgmemcache works, is installed, is setup, the requirements, the API, and also add a handful of examples. Th

[COMMITTERS] cvs commit: pgmemcache LICENSE

2004-12-17 Thread seanc
seanc 2004/12/17 23:20:08 GMT PostgreSQL src repository Added files: .LICENSE Log: License pgmemcache under the standard MIT license. Revision ChangesPath 1.1 +23 -0 pgmemcache/LICENSE (new) ---(end of broadcast

[COMMITTERS] cvs commit: pgmemcache Makefile Makefile.pmk pmkfile

2004-12-17 Thread seanc
seanc 2004/12/17 23:18:08 GMT PostgreSQL src repository Added files: .Makefile.pmk pmkfile Removed files: .Makefile Log: Make use of pmk(1) and pgxs for build infrastructure. This should work on most in a pre-8.0 world, but will

Re: [COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread Kris Jurka
What I meant to write was, this commit message subject header is not using the pgfoundry format that was supposed to alleviate all concerns about flooding this list with messages that I am not interested in. Kris Jurka ---(end of broadcast)--- T

Re: [COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread Kris Jurka
This commit message On Fri, 17 Dec 2004 [EMAIL PROTECTED] wrote: > seanc 2004/12/17 22:40:51 GMT > > PostgreSQL src repository > > Modified files: > .pgmemcache.c > Log: > *) Explicitly inline the macro wrappers for pfree(), palloc(), pstrdup(), > an

[COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread seanc
seanc 2004/12/17 22:40:51 GMT PostgreSQL src repository Modified files: .pgmemcache.c Log: *) Explicitly inline the macro wrappers for pfree(), palloc(), pstrdup(), and the homegrown pstrdup(). *) Have the MCM_CHECK() macro now check if the global

[COMMITTERS] press - pr: Polished the style

2004-12-17 Thread User Nickg
Log Message: --- Polished the style Modified Files: -- pr/releases/8.0/ru: press_page (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ru/press_page.diff?r1=1.4&r2=1.5) release (r1.3 -> r1.4) (http://cvs.pg

[COMMITTERS] pgsql: Make array_cat more paranoid about checking datatypes in empty

2004-12-17 Thread Tom Lane
Log Message: --- Make array_cat more paranoid about checking datatypes in empty arrays. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: array_userfuncs.c (r1.11 -> r1.11.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/ba

[COMMITTERS] pgsql: Make array_cat more paranoid about checking datatypes in empty

2004-12-17 Thread Tom Lane
Log Message: --- Make array_cat more paranoid about checking datatypes in empty arrays. Modified Files: -- pgsql/src/backend/utils/adt: array_userfuncs.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/array_userfunc

[COMMITTERS] pgsql: array_map failed to insert correct result type in an empty array.

2004-12-17 Thread Tom Lane
Log Message: --- array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: arrayfuncs.c (r1.81 -> r1.81.2.1) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: array_map failed to insert correct result type in an empty array.

2004-12-17 Thread Tom Lane
Log Message: --- array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: arrayfuncs.c (r1.100.2.1 -> r1.100.2.2) (http://developer.postgresql

[COMMITTERS] pgsql: array_map failed to insert correct result type in an empty array.

2004-12-17 Thread Tom Lane
Log Message: --- array_map failed to insert correct result type in an empty array. Per example from Florian Pflug. Modified Files: -- pgsql/src/backend/utils/adt: arrayfuncs.c (r1.113 -> r1.114) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/

[COMMITTERS] pgbuildfarm - client-code: .

2004-12-17 Thread User Andrewd
Log Message: --- . config file compile warning fix . default force-every to off instead of 24 hours . add --enable-integer-datetimes to sample configure flags . add --multiroot switch to enable multiple members to share a single buildroot - only one at a time can be building, though . re