index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_prewarm
Age
Commit message (
Expand
)
Author
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-04-23
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-22
Improve autoprewarm's handling of early-shutdown scenarios.
Tom Lane
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-06
pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.
Fujii Masao
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-03-18
Don't auto-restart per-database autoprewarm workers.
Robert Haas
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-09-04
Improve some error message strings and errcodes
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-05-03
Avoid portability issues in autoprewarm.c.
Tom Lane
2018-05-02
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-01-31
pg_prewarm: Add missing LWLockRegisterTranche call.
Robert Haas
2018-01-26
Fix C comment typo
Bruce Momjian
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-29
Add background worker type
Peter Eisentraut
2017-08-21
pg_prewarm: Add automatic prewarm feature.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
Update pg_prewarm extension for parallel query.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-12
Add interrupt checks to contrib/pg_prewarm.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-20
pg_prewarm, a contrib module for prewarming relationd data.
Robert Haas