postgresql/contrib/file_fdw/data
Robert Haas 79ccd7cbd5 pg_prewarm: Add automatic prewarm feature.
Periodically while the server is running, and at shutdown, write out a
list of blocks in shared buffers.  When the server reaches consistency
-- unfortunatey, we can't do it before that point without breaking
things -- reload those blocks into any still-unused shared buffers.

Mithun Cy and Robert Haas, reviewed and tested by Beena Emerson,
Amit Kapila, Jim Nasby, and Rafia Sabih.

Discussion: http://postgr.es/m/CAD__OugubOs1Vy7kgF6xTjmEqTR4CrGAv8w+ZbaY_+MZeitukw@mail.gmail.com
2017-08-21 14:17:39 -04:00
..
agg.bad Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
agg.csv Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
agg.data Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
list1.csv pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
list2.bad pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
list2.csv pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
text.csv Provide a FORCE NULL option to COPY in CSV mode. 2014-03-04 17:31:59 -05:00