pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

From: ormod(at)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in
Date: 2009-11-29 18:20:23
Message-ID: 20091129182023.31DA11071B69@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ormod 2009/11/29 18:20:23 UTC

PostgreSQL src repository

Modified files:
. README.pgmemcache pgmemcache.c
pgmemcache.h pgmemcache.sql.in
Log:
Add support for get_multi (BYTEA[] and TEXT[]) and support for memcache_get(BYTEA)

Revision Changes Path
1.12 +3 -0 pgmemcache/README.pgmemcache
1.22 +121 -18 pgmemcache/pgmemcache.c
1.12 +8 -0 pgmemcache/pgmemcache.h
1.12 +8 -1 pgmemcache/pgmemcache.sql.in

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-29 18:53:44 pgsql: Remove prefix "ERROR:" from some messages, to make everything
Previous Message Tom Lane 2009-11-29 18:14:32 pgsql: Make pg_stat_activity.application_name visible to all users,