aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Explain why the startup process can't cause a shortage of sinval slots.Robert Haas2022-03-29
* Fix typos in standby.cMichael Paquier2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila2022-01-17
* Improve warning message in pg_signal_backend()John Naylor2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Make some comments use the term "ProcSignal" for consistencyMichael Paquier2021-11-09
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-11-06
* Avoid O(N^2) behavior when the standby process releases many locks.Tom Lane2021-10-31
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-14
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Use int instead of size_t in procarray.c.Fujii Masao2021-09-16
* Fix compilation warning in ipci.cMichael Paquier2021-09-08
* Introduce GUC shared_memory_sizeMichael Paquier2021-09-08
* Move the shared memory size calculation to its own functionMichael Paquier2021-09-06
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Fix lack of message pluralizationPeter Eisentraut2021-07-14
* Remove some dead stores.Thomas Munro2021-07-02
* Improve various places that double the size of a bufferDavid Rowley2021-07-01
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Message style improvementsPeter Eisentraut2021-06-28
* Use correct horizon when vacuuming catalog relations.Andres Freund2021-06-21
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Improve and cleanup ProcArrayAdd(), ProcArrayRemove().Andres Freund2021-06-11
* 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