index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Commit message (
Expand
)
Author
Age
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-11-02
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-05-10
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
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
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-11
*
Fix page-level checksum calculation in checksum_impl.h
Michael Paquier
2020-03-06
*
Avoid -Wconversion warnings when using checksum_impl.h
Michael Paquier
2020-03-05
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Add pg_file_sync() to adminpack extension.
Fujii Masao
2020-01-24
*
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-21
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
For PowerPC instruction "addi", use constraint "b".
Noah Misch
2019-10-18
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Remove unused smgrdounlinkfork() function.
Fujii Masao
2019-09-18
*
Rearrange postmaster's startup sequence for better syslogger results.
Tom Lane
2019-09-11
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Move some md.c-specific logic from smgr.c to md.c.
Thomas Munro
2019-07-17
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Introduce timed waits for condition variables.
Thomas Munro
2019-07-13
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
[next]