aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-11-06
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Check for relation length overrun soon enough.Tom Lane2021-09-09
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Remove more obsolete comments about semaphores.Thomas Munro2021-07-09
* Fix typo and outdated information in README.barrierDavid Rowley2021-05-18
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Hold interrupts while running dsm_detach() callbacks.Thomas Munro2021-02-15
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Adjust DSM and DSA slot usage constants (back-patch).Thomas Munro2020-11-20
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Fix error message.Thomas Munro2020-07-23
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Fix deadlock danger when atomic ops are done under spinlock.Andres Freund2020-06-18
* spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund2020-06-17
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Fix nextXid tracking bug on standbys (9.5-11 only).Thomas Munro2020-03-12
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Fix bug in LWLock statistics mechanism.Fujii Masao2020-02-06
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Maintain valid md.c state when FileClose() fails.Noah Misch2020-01-10
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-29
* Remove obsolete comments about sempahores from proc.c.Thomas Munro2019-06-21
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* Tolerate ENOSYS failure from sync_file_range().Thomas Munro2019-02-24