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
/
autoprewarm.c
Age
Commit message (
Expand
)
Author
2025-06-06
pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.
Robert Haas
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-04
Use streaming read I/O in autoprewarm
Melanie Plageman
2025-04-04
Refactor autoprewarm_database_main() in preparation for read stream
Melanie Plageman
2025-04-04
Remove superfluous autoprewarm check
Melanie Plageman
2025-04-04
Fix autoprewarm neglect of tablespaces
Melanie Plageman
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-06-20
Unify some error messages
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-01-23
Fix crash in autoprewarm.
Nathan Bossart
2024-01-19
Teach autoprewarm to use the dynamic shared memory registry.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-07-27
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
Tom Lane
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-22
Improve autoprewarm's handling of early-shutdown scenarios.
Tom Lane
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-06
pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.
Fujii Masao
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-03-18
Don't auto-restart per-database autoprewarm workers.
Robert Haas
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-11-23
Silence compiler warnings
Alvaro Herrera
[next]