summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm
AgeCommit message (Expand)Author
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
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-04-23Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-22Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-06pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.Fujii Masao
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian