index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
bufmgr.h
Commit message (
Expand
)
Author
Age
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-08
*
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-06
*
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-04-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
*
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
*
bufmgr: Add some more error checking [infrastructure] around pinning
Andres Freund
2023-04-05
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-08-04
*
Avoid unsatisfied-external-reference errors in static inlines.
Tom Lane
2022-07-13
*
Convert macros to static inline functions (bufmgr.h)
Peter Eisentraut
2022-07-13
*
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-12
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
*
Provide ReadRecentBuffer() to re-pin buffers by ID.
Thomas Munro
2021-04-08
*
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-13
*
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
*
Add CheckBuffer() to check on-disk pages without shared buffer loading
Michael Paquier
2020-10-28
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
[next]