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
/
src
/
include
/
storage
/
bufmgr.h
Age
Commit message (
Expand
)
Author
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-11
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-04-08
Add pg_buffercache_evict_{relation,all} functions
Andres Freund
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
bufmgr: Use AIO in StartReadBuffers()
Andres Freund
2025-03-30
bufmgr: Implement AIO read support
Andres Freund
2025-03-21
Support buffer forwarding in StartReadBuffers().
Thomas Munro
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-18
Increase default maintenance_io_concurrency to 16
Melanie Plageman
2025-03-14
Improve buffer manager API for backend pin limits.
Thomas Munro
2025-03-12
Increase default effective_io_concurrency to 16
Melanie Plageman
2025-02-11
Replace AssertMacro() with Assert() when not in macro
Peter Eisentraut
2025-01-19
Remove PrintBufferDescs() and PrintPinnedBufs().
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-07-20
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
Remove "smgr_persistence == 0" dead code.
Noah Misch
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-04-08
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-06
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-02
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-24
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-05
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-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-02-10
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-08-04
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-07-13
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-12
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-05
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-04-08
Provide ReadRecentBuffer() to re-pin buffers by ID.
Thomas Munro
2021-01-13
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-12
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
[next]