pg_prewarm, a contrib module for prewarming relationd data. Patch by me. Review by Álvaro Herrera, Amit Kapila, Jeff Janes, Gurjeet Singh, and others.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/c32afe53c2e87a56e2ff930798a5588db0f7a516 Modified Files -------------- contrib/Makefile | 1 + contrib/pg_prewarm/Makefile | 18 +++ contrib/pg_prewarm/pg_prewarm--1.0.sql | 14 +++ contrib/pg_prewarm/pg_prewarm.c | 205 ++++++++++++++++++++++++++++++++ contrib/pg_prewarm/pg_prewarm.control | 5 + doc/src/sgml/contrib.sgml | 1 + doc/src/sgml/filelist.sgml | 1 + doc/src/sgml/pgprewarm.sgml | 68 +++++++++++ src/tools/pgindent/typedefs.list | 1 + 9 files changed, 314 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
