[Pgpool-committers] pgpool - pgpool-II: Manage shared memory query cache by hash table on

User T-ishii t-ishii at pgfoundry.org
Mon Oct 3 06:22:50 UTC 2011


Log Message:
-----------
Manage shared memory query cache by hash table on shared memory.
For this, new directive "memqcache_max_num_cache", which specifies
max number of hash entries is added.

Modified Files:
--------------
    pgpool-II:
        main.c (r1.113 -> r1.114)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/main.c?r1=1.113&r2=1.114)
        pgpool.conf.sample (r1.51 -> r1.52)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample?r1=1.51&r2=1.52)
        pgpool.conf.sample-master-slave (r1.25 -> r1.26)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-master-slave?r1=1.25&r2=1.26)
        pgpool.conf.sample-replication (r1.22 -> r1.23)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-replication?r1=1.22&r2=1.23)
        pgpool.conf.sample-stream (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-stream?r1=1.18&r2=1.19)
        pool_config.c (r1.66 -> r1.67)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.c?r1=1.66&r2=1.67)
        pool_config.h (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.h?r1=1.18&r2=1.19)
        pool_config.l (r1.60 -> r1.61)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.l?r1=1.60&r2=1.61)
        pool_memqcache.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_memqcache.c?r1=1.5&r2=1.6)
        pool_memqcache.h (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_memqcache.h?r1=1.4&r2=1.5)
        pool_process_reporting.c (r1.33 -> r1.34)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_reporting.c?r1=1.33&r2=1.34)
    pgpool-II/doc:
        pgpool-en.html (r1.102 -> r1.103)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-en.html?r1=1.102&r2=1.103)
        pgpool-ja.html (r1.150 -> r1.151)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-ja.html?r1=1.150&r2=1.151)


More information about the Pgpool-committers mailing list