aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
...
* Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro2022-07-14
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Don't trust signalfd() on illumos.Thomas Munro2022-06-26
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31
* Add debugging help in OwnLatch().Thomas Munro2022-05-31
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add logging for excessive ProcSignalBarrier waits.Thomas Munro2022-05-11
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-15
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* dsm: allow use in single user mode.Andres Freund2022-04-06
* 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