summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm
AgeCommit message (Expand)Author
10 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-10-18Allow role created by new test to log in on Windows.Tom Lane
2025-10-17Fix privilege checks for pg_prewarm() on indexes.Nathan Bossart
2025-09-05bufmgr: Remove freelist, always use clock-sweepAndres Freund
2025-09-03Move dynamically-allocated LWLock tranche names to shared memory.Nathan Bossart
2025-06-06pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.Robert Haas
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-04-04Use streaming read I/O in autoprewarmMelanie Plageman
2025-04-04Refactor autoprewarm_database_main() in preparation for read streamMelanie Plageman
2025-04-04Remove superfluous autoprewarm checkMelanie Plageman
2025-04-04Fix autoprewarm neglect of tablespacesMelanie 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-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-06-20Unify some error messagesPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-04-02Use streaming I/O in pg_prewarm.Thomas Munro
2024-02-16Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart
2024-01-23Fix crash in autoprewarm.Nathan Bossart
2024-01-19Teach autoprewarm to use the dynamic shared memory registry.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-14Standardize format for printing PIDsPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-24Include RelFileLocator fields individually in BufferTag.Robert Haas
2022-08-01Add a regression test for contrib/pg_prewarm.Tom Lane
2022-07-27Add missing PGDLLEXPORT markings in contrib/pg_prewarm.Tom Lane
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Attempt to fix compiler warning on old compilerPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane