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
Age
Commit message (
Expand
)
Author
10 days
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-02
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-04
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-22
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-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
[next]