summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm/autoprewarm.c
AgeCommit message (Expand)Author
2025-06-06pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.Robert Haas
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-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-06-20Unify some error messagesPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
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-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-14Standardize format for printing PIDsPeter Eisentraut
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-08-24Include RelFileLocator fields individually in BufferTag.Robert Haas
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-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-01Update copyrights for 2020Bruce Momjian
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-03-18Don't auto-restart per-database autoprewarm workers.Robert Haas
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-23Silence compiler warningsAlvaro Herrera