summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm/pg_prewarm.c
AgeCommit message (Expand)Author
2025-05-29Fix assertion failure in pg_prewarm() on objects without storage.Fujii Masao
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-04-02Use streaming I/O in pg_prewarm.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-04-23Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-12Add interrupt checks to contrib/pg_prewarm.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas