aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane2020-05-15
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Remove smgrdounlink() in smgr.c from the code treeMichael Paquier2020-05-10
* Support PrefetchBuffer() in recovery.Thomas Munro2020-04-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* 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
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Fix page-level checksum calculation in checksum_impl.hMichael Paquier2020-03-06
* Avoid -Wconversion warnings when using checksum_impl.hMichael Paquier2020-03-05
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Add pg_file_sync() to adminpack extension.Fujii Masao2020-01-24
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-21
* Remove STATUS_FOUNDPeter Eisentraut2020-01-11
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* For PowerPC instruction "addi", use constraint "b".Noah Misch2019-10-18
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Remove unused smgrdounlinkfork() function.Fujii Masao2019-09-18
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Move some md.c-specific logic from smgr.c to md.c.Thomas Munro2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Introduce timed waits for condition variables.Thomas Munro2019-07-13
* Fix many typos and inconsistenciesMichael Paquier2019-07-01