index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_prewarm
/
pg_prewarm.c
Age
Commit message (
Expand
)
Author
2025-05-29
Fix assertion failure in pg_prewarm() on objects without storage.
Fujii Masao
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-04-02
Use streaming I/O in pg_prewarm.
Thomas Munro
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-04-23
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-12
Add interrupt checks to contrib/pg_prewarm.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-20
pg_prewarm, a contrib module for prewarming relationd data.
Robert Haas