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
/
backend
/
storage
Age
Commit message (
Expand
)
Author
41 hours
Revert online data checksum transitions
Daniel Gustafsson
5 days
Prevent WAIT FOR LSN from deadlocking recovery on held locks
Alexander Korotkov
10 days
Revert "Mark modified the FSM buffer as dirty during recovery"
Alexander Korotkov
2026-08-28
Track which shmem areas have been fully initialized
Heikki Linnakangas
2026-08-28
Fix backend state after a failed after-startup shmem request
Heikki Linnakangas
2026-08-26
Fix registering shmem callbacks in single-user mode
Heikki Linnakangas
2026-08-24
Fix untranslatable message that was pasted together at run time
Peter Eisentraut
2026-08-20
Fix snapshot import xmin ProcArrayLock bug.
Peter Geoghegan
2026-08-18
Add wait-for-lsn process-exit cleanup callback
Alexander Korotkov
2026-08-06
Restore vacuum failsafe abandonment of buffer access strategy
Melanie Plageman
2026-07-31
Allow IO time to be counted without a matching IO operation in pg_stat_io
Melanie Plageman
2026-07-11
Shorten pg_attribute_always_inline to pg_always_inline
Tomas Vondra
2026-07-07
Cleanup comments/docs around the new shmem request callbacks
Heikki Linnakangas
2026-07-03
Prevent access to other sessions' empty temp tables
Alexander Korotkov
2026-06-30
Change stat_lock.wait_time to double precision
Michael Paquier
2026-06-30
bufmgr: Fix race in LockBufferForCleanup()
Fujii Masao
2026-06-20
Make StandbyAcquireAccessExclusiveLock() more resilent with OOMs
Michael Paquier
2026-06-18
Make GetSnapshotData() more resilient on out-of-memory errors
Michael Paquier
2026-06-10
Fix MarkBufferDirtyHint() to not call GetBufferDescriptor() for local buffers
Michael Paquier
2026-05-27
Fix race between ProcSignalInit() and EmitProcSignalBarrier().
Masahiko Sawada
2026-05-27
Fix procLatch ownership race in ProcKill()
Michael Paquier
2026-05-27
Fix race conditions in ProcKill()'s lock-group freelist handling
Michael Paquier
2026-05-24
Revert "Allow logical replication snapshots to be database-specific"
Álvaro Herrera
2026-05-14
Prevent access to other sessions' temp tables
Alexander Korotkov
2026-05-13
Pre-beta mechanical code beautification, step 2: run pgperltidy.
Tom Lane
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-11
Make palloc_array() and friends safe against integer overflow.
Tom Lane
2026-05-03
Mark modified the FSM buffer as dirty during recovery
Alexander Korotkov
2026-04-30
Fix errno check based on EINTR in pg_flush_data()
Michael Paquier
2026-04-22
Harmonize function parameter names for Postgres 19.
Peter Geoghegan
2026-04-21
bufmgr: use I/O stats arguments in FlushUnlockedBuffer()
Melanie Plageman
2026-04-21
Make local buffers pin limit more conservative
Melanie Plageman
2026-04-21
Fix a set of typos and grammar issues across the tree
Michael Paquier
2026-04-20
Fix incorrect format placeholders
Peter Eisentraut
2026-04-15
Rework signal handler infrastructure to pass sender info as argument.
Andrew Dunstan
2026-04-10
read_stream: Remove obsolete comment.
Thomas Munro
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
Assert no duplicate keys in shm_toc_insert()
Melanie Plageman
2026-04-06
Add CONCURRENTLY option to REPACK
Álvaro Herrera
2026-04-06
Rename cluster.c to repack.c (and corresponding .h)
Álvaro Herrera
2026-04-06
Fix memory leaks introduced by commit 283e823f9dcb
Heikki Linnakangas
2026-04-05
Add tests for lock statistics, take two
Michael Paquier
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
[next]