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
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-06-20
Unify some error messages
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-04-02
Use streaming I/O in pg_prewarm.
Thomas Munro
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-01-23
Fix crash in autoprewarm.
Nathan Bossart
2024-01-19
Teach autoprewarm to use the dynamic shared memory registry.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-01
Add a regression test for contrib/pg_prewarm.
Tom Lane
2022-07-27
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
Tom Lane
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
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
[next]