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
/
ipc
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
Increment xactCompletionCount during subtransaction abort.
Andres Freund
2021-04-06
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Remove obsolete comment for WaitForProcSignalBarrier().
Thomas Munro
2021-03-02
*
Use condition variables for ProcSignalBarriers.
Thomas Munro
2021-03-01
*
Use EVFILT_SIGNAL for kqueue latches.
Thomas Munro
2021-03-01
*
Use signalfd(2) for epoll latches.
Thomas Munro
2021-03-01
*
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-03-01
*
Optimize latches to send fewer signals.
Thomas Munro
2021-03-01
*
Remove latch.c workaround for Linux < 2.6.27.
Thomas Munro
2021-03-01
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Fix typo
Alvaro Herrera
2021-02-22
*
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
*
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-09
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
*
Allow for error or refusal while absorbing a ProcSignalBarrier.
Robert Haas
2021-01-18
*
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
*
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-24
*
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-17
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
*
Add BarrierArriveAndDetachExceptLast().
Thomas Munro
2020-11-19
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Fix some typos
Michael Paquier
2020-11-14
*
Fix typos.
Amit Kapila
2020-11-03
*
Fix wrong data table horizon computation during backend startup.
Andres Freund
2020-10-28
[next]