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
Age
Commit message (
Expand
)
Author
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
localbuf: Track pincount in BufferDesc as well
Andres Freund
2025-03-29
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-21
Support buffer forwarding in StartReadBuffers().
Thomas Munro
2025-03-20
bufmgr: Improve stats when a buffer is read in concurrently
Andres Freund
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-15
localbuf: Introduce StartLocalBufferIO()
Andres Freund
2025-03-15
localbuf: Introduce FlushLocalBuffer()
Andres Freund
2025-03-15
localbuf: Introduce TerminateLocalBufferIO()
Andres Freund
2025-03-15
localbuf: Introduce InvalidateLocalBuffer()
Andres Freund
2025-03-15
localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()
Andres Freund
2025-03-14
Improve buffer manager API for backend pin limits.
Thomas Munro
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-19
Fix unsafe access to BufferDescriptors
Richard Guo
2025-02-14
Remove obsolete comment.
Thomas Munro
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-31
Fix comment of StrategySyncStart()
Michael Paquier
2025-01-29
Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers.
Tom Lane
2025-01-19
Remove PrintBufferDescs() and PrintPinnedBufs().
Tom Lane
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-06
Remove useless casts to (const void *)
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-14
Remove a useless cast to (void *) in hash_search() call
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
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-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
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-06
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-04-06
Allow BufferAccessStrategy to limit pin count.
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
[prev]
[next]