index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
bufmgr.c
Age
Commit message (
Expand
)
Author
2024-10-21
Fix grammar of a comment in bufmgr.c
Michael Paquier
2024-10-08
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off
Andres Freund
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Fix typos in code comments and test data
Daniel Gustafsson
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-13
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-07-23
Fix private struct field name to match the code using it.
Noah Misch
2024-07-20
Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.
Noah Misch
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-10
Fix RBM_ZERO_AND_LOCK.
Thomas Munro
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-08
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-03
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-03
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-22
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-03
Fix typo in comments
Heikki Linnakangas
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
Provide multi-block smgrprefetch().
Thomas Munro
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-23
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-09-19
Standardize type of extend_by counter
Peter Eisentraut
2023-09-07
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-24
Fix off-by-one in LimitAdditionalPins()
Andres Freund
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-05-21
Remove over-eager assertion in ExtendBufferedRelTo()
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-05-17
Update parameter name context to wb_context
Andres Freund
2023-04-18
Fix various typos
David Rowley
2023-04-14
Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests
Andres Freund
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-07
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Improve IO accounting for temp relation writes
Andres Freund
2023-04-07
Fix copy-paste bug in 12f3867f553 triggering an assert after a write error
Andres Freund
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
[next]