[COMMITTERS] pgmemcache: pgmemcache pgmemcache.c

2005-05-06 Thread seanc
seanc 2005/05/06 18:54:52 GMT PostgreSQL src repository Modified files: .pgmemcache.c Log: When reporting an internal memcache(3) error, include the error code from memcache(3) in the log message. Revision ChangesPath 1.11 +4 -4

[COMMITTERS] pgmemcache: pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

2005-03-29 Thread seanc
seanc 2005/03/29 08:47:14 GMT PostgreSQL src repository Modified files: .pgmemcache.c pgmemcache.h pgmemcache.sql.in Log: Add memcache_server_activate_all() to reactivate all servers in a server list. Revision Changes

[COMMITTERS] pgmemcache: pgmemcache pgmemcache.c

2005-03-26 Thread seanc
seanc 2005/03/26 20:04:35 GMT PostgreSQL src repository Modified files: .pgmemcache.c Log: Fix a condition where the wrong command was being dispatched by pgmemcache. Add memcache_server_add2() which lets users add servers to the server list in the

[COMMITTERS] pgmemcache: pgmemcache pgmemcache.c

2005-03-26 Thread seanc
seanc 2005/03/26 19:15:39 GMT PostgreSQL src repository Modified files: .pgmemcache.c Log: PostgreSQL's error handling system adds newlines for us: remove them from the elog(3) format string. Also, avoid using errno's value as it doesn'

[COMMITTERS] pgmemcache: pgmemcache Makefile.pmk pgmemcache.c

2005-03-26 Thread seanc
seanc 2005/03/26 19:01:56 GMT PostgreSQL src repository Modified files: .Makefile.pmk pgmemcache.c Log: Make use of memcache(3) 1.3.0's new error handling interface. This lets pgmemcache(7) (and memcache(3)) make direct use of PostgreSQL&#x

[COMMITTERS] pgmemcache: pgmemcache README.pgmemcache

2005-02-02 Thread seanc
seanc 2005/02/02 19:22:36 GMT PostgreSQL src repository Modified files: .README.pgmemcache Log: Cleanup the README and improved various function wording. Wrap text at 70 cols while I'm here. This document is screaming to be converted to m

[COMMITTERS] pgmemcache: pgmemcache COPYING pmkfile

2005-01-25 Thread seanc
seanc 2005/01/26 05:37:35 GMT PostgreSQL src repository Modified files: .pmkfile Added files: .COPYING Log: Fix up pmkfile to get around brokeness in pmk(1) 0.9.0. Part of this "fix" includes reducing the size the co

[COMMITTERS] pgmemcache: pgmemcache pgmemcache.c

2004-12-29 Thread seanc
seanc 2004/12/29 18:20:57 GMT PostgreSQL src repository Modified files: .pgmemcache.c Log: Catch up with memcache(3)'s removal of a dependency for a strdup(3)-like function. Cleanup a few comments while I'm here. Revision Changes

[COMMITTERS] pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

2004-12-24 Thread seanc
seanc 2004/12/25 03:00:17 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in Log: Add memcache_server_find(/* hash */ INT4): returns the hostname:port of the server

[COMMITTERS] cvs commit: CVSROOT log_accum.pl

2004-12-24 Thread seanc
seanc 2004/12/25 02:56:05 GMT PostgreSQL src repository Modified files: .log_accum.pl Log: Use pgmemcache as the Subject commit msg prefix. Revision ChangesPath 1.3 +1 -1 CVSROOT/log_accum.pl ---(end of

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

2004-12-24 Thread seanc
seanc 2004/12/25 02:42:42 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in Log: Add a new function, memcache_server_find(/* key */ TEXT). Returns the hostname:port of

[COMMITTERS] cvs commit: pgmemcache pgmemcache.h

2004-12-24 Thread seanc
seanc 2004/12/25 01:15:20 GMT PostgreSQL src repository Modified files: .pgmemcache.h Log: Commit miss. > Umm... the day ends in 'Y', where'd everyone go? > > *grin* Update the API so it compiles against libmemcache(3) 1.2.0

[COMMITTERS] cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.sql.in

2004-12-24 Thread seanc
seanc 2004/12/25 01:10:08 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.sql.in Log: Umm... the day ends in 'Y', where'd everyone go? *grin* Update the API so it c

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

2004-12-20 Thread seanc
seanc 2004/12/21 06:07:54 GMT PostgreSQL src repository Modified files: .Makefile.pmk README.pgmemcache Log: Update release notes to be in sync with libmemcache(3) 1.1.0. Throw in a little extra release goodness (ie, a ChangeLog) while I'm

[COMMITTERS] cvs commit: pgmemcache pmkfile

2004-12-20 Thread seanc
seanc 2004/12/21 06:06:58 GMT PostgreSQL src repository Modified files: .pmkfile Log: Change debug_cflags to be just debug. This is in sync w/ what libmemcache(3) does now. Revision ChangesPath 1.2 +3 -3 pgmemcache/pmkfile

[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

[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

[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

[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

[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

[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] 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 CVSRO

[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] 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] pgmemcache - pgmemcache: Imported Sources

2004-11-30 Thread User Seanc
Update of /cvsroot/pgmemcache/pgmemcache In directory pgfoundry.org:/tmp/cvs-serv61303 Log Message: Initial import of pgmemcache Status: Vendor Tag: SEANC Release Tags: RELEASE_1_0 N pgmemcache/Makefile N pgmemcache/pgmemcache.c N pgmemcache/pgmemcache.h N pgmemcache