aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Increment xactCompletionCount during subtransaction abort.Andres Freund2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Remove obsolete comment for WaitForProcSignalBarrier().Thomas Munro2021-03-02
* Use condition variables for ProcSignalBarriers.Thomas Munro2021-03-01
* Use EVFILT_SIGNAL for kqueue latches.Thomas Munro2021-03-01
* Use signalfd(2) for epoll latches.Thomas Munro2021-03-01
* Use SIGURG rather than SIGUSR1 for latches.Thomas Munro2021-03-01
* Optimize latches to send fewer signals.Thomas Munro2021-03-01
* Remove latch.c workaround for Linux < 2.6.27.Thomas Munro2021-03-01
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera2021-02-23
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix typoAlvaro Herrera2021-02-22
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Hold interrupts while running dsm_detach() callbacks.Thomas Munro2021-02-15
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas2021-01-18
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-13
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-24
* Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao2020-12-17
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-25
* Add BarrierArriveAndDetachExceptLast().Thomas Munro2020-11-19
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Fix some typosMichael Paquier2020-11-14
* Fix typos.Amit Kapila2020-11-03
* Fix wrong data table horizon computation during backend startup.Andres Freund2020-10-28