index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_prewarm
Age
Commit message (
Expand
)
Author
2025-12-15
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-10-18
Allow role created by new test to log in on Windows.
Tom Lane
2025-10-17
Fix privilege checks for pg_prewarm() on indexes.
Nathan Bossart
2025-09-05
bufmgr: Remove freelist, always use clock-sweep
Andres Freund
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-06-06
pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.
Robert Haas
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-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-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-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-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
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-04-03
Use streaming I/O in pg_prewarm.
Thomas Munro
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-03
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
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-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-05
meson: Add windows resource files
Andres Freund
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-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-01
Add a regression test for contrib/pg_prewarm.
Tom Lane
2022-07-27
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
Tom Lane
2022-07-17
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
[next]