summaryrefslogtreecommitdiff
path: root/contrib/pg_prewarm
Commit message (Expand)AuthorAgeFilesLines
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-1/+1
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-1/+1
* Standardize format for printing PIDsPeter Eisentraut2022-10-141-10/+10
* meson: Add windows resource filesAndres Freund2022-10-051-4/+12
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-2/+2
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-2/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+27
* Include RelFileLocator fields individually in BufferTag.Robert Haas2022-08-241-4/+6
* Add a regression test for contrib/pg_prewarm.Tom Lane2022-08-013-0/+64
* Add missing PGDLLEXPORT markings in contrib/pg_prewarm.Tom Lane2022-07-271-2/+2
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-1/+0
* Attempt to fix compiler warning on old compilerPeter Eisentraut2022-07-161-2/+4
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-4/+2
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-13/+13
* Add a new shmem_request_hook hook.Robert Haas2022-05-131-1/+16
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-161-0/+1
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-122-6/+3
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-231-4/+4
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-1/+1
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-241-6/+1
* Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane2020-12-221-5/+25
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-7/+5
* pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.Fujii Masao2020-11-071-46/+9
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-171-0/+1
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-081-9/+9
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-012-2/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-3/+3
* Don't auto-restart per-database autoprewarm workers.Robert Haas2019-03-181-0/+1
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-212-2/+2
* Update copyright for 2019Bruce Momjian2019-01-022-2/+2
* Silence compiler warningsAlvaro Herrera2018-11-231-10/+8
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-5/+3
* Improve some error message strings and errcodesMichael Paquier2018-09-041-3/+3
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-011-2/+2
* Avoid portability issues in autoprewarm.c.Tom Lane2018-05-031-29/+32
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-021-10/+10
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-091-1/+0
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+1
* pg_prewarm: Add missing LWLockRegisterTranche call.Robert Haas2018-01-311-0/+2
* Fix C comment typoBruce Momjian2018-01-251-1/+1
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-1/+1