[Pgpool-committers] pgpool - pgpool-II: Add support for CURRENT_TIMESTAMP and friends.

User T-ishii t-ishii at pgfoundry.org
Tue Nov 10 10:03:10 UTC 2009


Log Message:
-----------
Add support for CURRENT_TIMESTAMP and friends.
Patch provided by Akio Ishida.

Modified Files:
--------------
    pgpool-II:
        Makefile.am (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/Makefile.am?r1=1.24&r2=1.25)
        Makefile.in (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/Makefile.in?r1=1.28&r2=1.29)
        pool_process_query.c (r1.170 -> r1.171)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.170&r2=1.171)
        pool_proto_modules.c (r1.22 -> r1.23)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c?r1=1.22&r2=1.23)
        pool_proto_modules.h (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.h?r1=1.6&r2=1.7)

Added Files:
-----------
    pgpool-II:
        pool_timestamp.c (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_timestamp.c?rev=1.1&content-type=text/x-cvsweb-markup)
        pool_timestamp.h (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_timestamp.h?rev=1.1&content-type=text/x-cvsweb-markup)
    pgpool-II/test/timestamp:
        Makefile (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
        main.c (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/main.c?rev=1.1&content-type=text/x-cvsweb-markup)
        parse_schedule (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/parse_schedule?rev=1.1&content-type=text/x-cvsweb-markup)
        run-test (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/run-test?rev=1.1&content-type=text/x-cvsweb-markup)
    pgpool-II/test/timestamp/expected:
        insert.out (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/expected/insert.out?rev=1.1&content-type=text/x-cvsweb-markup)
        misc.out (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/expected/misc.out?rev=1.1&content-type=text/x-cvsweb-markup)
        update.out (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/expected/update.out?rev=1.1&content-type=text/x-cvsweb-markup)
    pgpool-II/test/timestamp/input:
        insert.sql (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/input/insert.sql?rev=1.1&content-type=text/x-cvsweb-markup)
        misc.sql (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/input/misc.sql?rev=1.1&content-type=text/x-cvsweb-markup)
        update.sql (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/timestamp/input/update.sql?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Pgpool-committers mailing list