summaryrefslogtreecommitdiff
path: root/src/backend/storage
AgeCommit message (Expand)Author
41 hoursRevert online data checksum transitionsDaniel Gustafsson
5 daysPrevent WAIT FOR LSN from deadlocking recovery on held locksAlexander Korotkov
10 daysRevert "Mark modified the FSM buffer as dirty during recovery"Alexander Korotkov
2026-08-28Track which shmem areas have been fully initializedHeikki Linnakangas
2026-08-28Fix backend state after a failed after-startup shmem requestHeikki Linnakangas
2026-08-26Fix registering shmem callbacks in single-user modeHeikki Linnakangas
2026-08-24Fix untranslatable message that was pasted together at run timePeter Eisentraut
2026-08-20Fix snapshot import xmin ProcArrayLock bug.Peter Geoghegan
2026-08-18Add wait-for-lsn process-exit cleanup callbackAlexander Korotkov
2026-08-06Restore vacuum failsafe abandonment of buffer access strategyMelanie Plageman
2026-07-31Allow IO time to be counted without a matching IO operation in pg_stat_ioMelanie Plageman
2026-07-11Shorten pg_attribute_always_inline to pg_always_inlineTomas Vondra
2026-07-07Cleanup comments/docs around the new shmem request callbacksHeikki Linnakangas
2026-07-03Prevent access to other sessions' empty temp tablesAlexander Korotkov
2026-06-30Change stat_lock.wait_time to double precisionMichael Paquier
2026-06-30bufmgr: Fix race in LockBufferForCleanup()Fujii Masao
2026-06-20Make StandbyAcquireAccessExclusiveLock() more resilent with OOMsMichael Paquier
2026-06-18Make GetSnapshotData() more resilient on out-of-memory errorsMichael Paquier
2026-06-10Fix MarkBufferDirtyHint() to not call GetBufferDescriptor() for local buffersMichael Paquier
2026-05-27Fix race between ProcSignalInit() and EmitProcSignalBarrier().Masahiko Sawada
2026-05-27Fix procLatch ownership race in ProcKill()Michael Paquier
2026-05-27Fix race conditions in ProcKill()'s lock-group freelist handlingMichael Paquier
2026-05-24Revert "Allow logical replication snapshots to be database-specific"Álvaro Herrera
2026-05-14Prevent access to other sessions' temp tablesAlexander Korotkov
2026-05-13Pre-beta mechanical code beautification, step 2: run pgperltidy.Tom Lane
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-05-11Make palloc_array() and friends safe against integer overflow.Tom Lane
2026-05-03Mark modified the FSM buffer as dirty during recoveryAlexander Korotkov
2026-04-30Fix errno check based on EINTR in pg_flush_data()Michael Paquier
2026-04-22Harmonize function parameter names for Postgres 19.Peter Geoghegan
2026-04-21bufmgr: use I/O stats arguments in FlushUnlockedBuffer()Melanie Plageman
2026-04-21Make local buffers pin limit more conservativeMelanie Plageman
2026-04-21Fix a set of typos and grammar issues across the treeMichael Paquier
2026-04-20Fix incorrect format placeholdersPeter Eisentraut
2026-04-15Rework signal handler infrastructure to pass sender info as argument.Andrew Dunstan
2026-04-10read_stream: Remove obsolete comment.Thomas Munro
2026-04-08aio: Adjust I/O worker pool automatically.Thomas Munro
2026-04-08Fix slotsync worker blocking promotion when stuck in waitFujii Masao
2026-04-07Add EXPLAIN (IO) infrastructure with BitmapHeapScan supportTomas Vondra
2026-04-07Allow logical replication snapshots to be database-specificÁlvaro Herrera
2026-04-07Use .h for the file containing the page checksum code fragmentJohn Naylor
2026-04-06Assert no duplicate keys in shm_toc_insert()Melanie Plageman
2026-04-06Add CONCURRENTLY option to REPACKÁlvaro Herrera
2026-04-06Rename cluster.c to repack.c (and corresponding .h)Álvaro Herrera
2026-04-06Fix memory leaks introduced by commit 283e823f9dcbHeikki Linnakangas
2026-04-05Add tests for lock statistics, take twoMichael Paquier
2026-04-05Convert all remaining subsystems to use the new shmem allocation APIHeikki Linnakangas
2026-04-05Convert buffer manager to use the new shmem allocation functionsHeikki Linnakangas
2026-04-05Add alignment option to ShmemRequestStruct()Heikki Linnakangas
2026-04-05Convert AIO to use the new shmem allocation functionsHeikki Linnakangas