summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm
AgeCommit message (Expand)Author
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
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
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
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-09-04Improve some error message strings and errcodesMichael Paquier
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-05-03Avoid portability issues in autoprewarm.c.Tom Lane
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-01-31pg_prewarm: Add missing LWLockRegisterTranche call.Robert Haas
2018-01-26Fix C comment typoBruce Momjian
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-29Add background worker typePeter Eisentraut
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09Update pg_prewarm extension for parallel query.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-12Add interrupt checks to contrib/pg_prewarm.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas