Commit Graph

62 Commits (master)

Author SHA1 Message Date
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 6 days ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 1 week ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Melanie Plageman f132815fd7 Add maintenance_io_concurrency flag to some read stream users 5 months ago
Melanie Plageman d9c7911e1a Use streaming read I/O in autoprewarm 5 months ago
Melanie Plageman 6acab8bdbc Refactor autoprewarm_database_main() in preparation for read stream 5 months ago
Melanie Plageman 7f848cb788 Remove superfluous autoprewarm check 5 months ago
Melanie Plageman 64e7fa43a9 Fix autoprewarm neglect of tablespaces 5 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 6 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Peter Eisentraut 95b44bb025 Unify some error messages 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Michael Paquier 110eb4aefb Remove enum WaitEventExtension 1 year ago
Nathan Bossart 5497daf3aa Replace calls to pg_qsort() with the qsort() macro. 2 years ago
Nathan Bossart bcd5b4bcbe Fix crash in autoprewarm. 2 years ago
Nathan Bossart abb0b4fc03 Teach autoprewarm to use the dynamic shared memory registry. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations 3 years ago
Peter Eisentraut 1b11561cc1 Standardize format for printing PIDs 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Robert Haas 82ac34db20 Include RelFileLocator fields individually in BufferTag. 3 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Peter Eisentraut 506428d091 Attempt to fix compiler warning on old compiler 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Heikki Linnakangas 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 4 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7519bd16d1 Fix race condition between shutdown and unstarted background workers. 5 years ago
Tom Lane ff769831e0 Improve autoprewarm's handling of early-shutdown scenarios. 5 years ago
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 5 years ago
Fujii Masao 53f614f130 pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers. 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 3412030205 Fix more typos and inconsistencies in the tree 6 years ago
Robert Haas 1459e84cb2 Don't auto-restart per-database autoprewarm workers. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago