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
REL_19_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
Age
Commit message (
Expand
)
Author
39 hours
Convert PROC_HDR->startupBufferPinWaitBufId to a Buffer.
Nathan Bossart
11 days
Fix some -Wcast-qual warnings
Peter Eisentraut
2026-08-06
Restore vacuum failsafe abandonment of buffer access strategy
Melanie Plageman
2026-07-10
bufmgr: Fix order of operations in UnlockBufHdrExt
Andres Freund
2026-07-09
Fix advertising autovacuum launcher's ProcNumber
Heikki Linnakangas
2026-07-08
Refactor how some aux processes advertise their ProcNumber
Heikki Linnakangas
2026-07-03
Switch Get[Local]BufferDescriptor() to use a signed value in input
Michael Paquier
2026-06-30
Clean up inconsistencies in CPU-identification macros.
Tom Lane
2026-05-24
Revert "Allow logical replication snapshots to be database-specific"
Álvaro Herrera
2026-05-11
Make palloc_array() and friends safe against integer overflow.
Tom Lane
2026-04-08
aio: Adjust I/O worker pool automatically.
Thomas Munro
2026-04-08
Fix slotsync worker blocking promotion when stuck in wait
Fujii Masao
2026-04-07
Add EXPLAIN (IO) infrastructure with BitmapHeapScan support
Tomas Vondra
2026-04-07
Allow logical replication snapshots to be database-specific
Álvaro Herrera
2026-04-07
Use .h for the file containing the page checksum code fragment
John Naylor
2026-04-06
Add CONCURRENTLY option to REPACK
Álvaro Herrera
2026-04-06
Fix compilation without injection points with some compilers
Heikki Linnakangas
2026-04-05
Convert all remaining subsystems to use the new shmem allocation API
Heikki Linnakangas
2026-04-05
Convert buffer manager to use the new shmem allocation functions
Heikki Linnakangas
2026-04-05
Add alignment option to ShmemRequestStruct()
Heikki Linnakangas
2026-04-05
Convert AIO to use the new shmem allocation functions
Heikki Linnakangas
2026-04-05
Convert SLRUs to use the new shmem allocation functions
Heikki Linnakangas
2026-04-05
Use the new shmem allocation functions in a few core subsystems
Heikki Linnakangas
2026-04-05
Convert lwlock.c to use the new shmem allocation functions
Heikki Linnakangas
2026-04-05
Introduce a registry of built-in shmem subsystems
Heikki Linnakangas
2026-04-05
Introduce a new mechanism for registering shared memory areas
Heikki Linnakangas
2026-04-05
Move some code from shmem.c and shmem.h
Heikki Linnakangas
2026-04-04
Remove unnecessary #include "spin.h" from shmem.h
Heikki Linnakangas
2026-04-04
Use AVX2 for calculating page checksums where available
John Naylor
2026-04-03
Prevent shared memory hash tables from growing beyond initial size
Heikki Linnakangas
2026-04-03
Merge init and max size options on shmem hash tables
Heikki Linnakangas
2026-04-03
Online enabling and disabling of data checksums
Daniel Gustafsson
2026-04-01
bufmgr: Return whether WaitReadBuffers() needed to wait
Andres Freund
2026-04-01
aio: io_uring: Allow IO methods to check if IO completed in the background
Andres Freund
2026-03-27
aio: Don't wait for already in-progress IO
Andres Freund
2026-03-27
bufmgr: Improve StartBufferIO interface
Andres Freund
2026-03-27
bufmgr: Don't copy pages while writing out
Andres Freund
2026-03-26
Use ShmemInitStruct to allocate lwlock.c's shared memory
Heikki Linnakangas
2026-03-26
Move ShmemIndexLock into ShmemAllocator
Heikki Linnakangas
2026-03-26
Use a separate spinlock to protect LWLockTranches
Heikki Linnakangas
2026-03-26
Refactor how user-defined LWLock tranches are stored in shmem
Heikki Linnakangas
2026-03-26
Refactor ShmemIndex initialization
Heikki Linnakangas
2026-03-24
Avoid including clog.h in proc.h
Álvaro Herrera
2026-03-24
Don't include storage/lock.h in so many headers
Álvaro Herrera
2026-03-21
Move declarations related to locktags from lock.h to new locktag.h
Michael Paquier
2026-03-16
Use C11 alignas in typedef definitions
Peter Eisentraut
2026-03-11
bufmgr: Remove the, now obsolete, BM_JUST_DIRTIED
Andres Freund
2026-03-11
Do not lock in BufferGetLSNAtomic() on archs with 8 byte atomic reads
Tomas Vondra
2026-03-10
Require share-exclusive lock to set hint bits and to flush
Andres Freund
2026-03-06
Don't include wait_event.h in pgstat.h
Álvaro Herrera
[next]