index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
*
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-03
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
*
Fix typo and outdated information in README.barrier
David Rowley
2021-05-18
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
Adjust DSM and DSA slot usage constants (back-patch).
Thomas Munro
2020-11-20
*
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-16
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-11-02
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Fix error message.
Thomas Munro
2020-07-23
*
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2020-07-03
*
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
*
spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.
Andres Freund
2020-06-17
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Fix nextXid tracking bug on standbys (9.5-11 only).
Thomas Munro
2020-03-12
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-06
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
*
Fix busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
*
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-21
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
*
Tolerate ENOSYS failure from sync_file_range().
Thomas Munro
2019-02-24
[next]