aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAge
* Rename some shared memory initialization routinesHeikki Linnakangas2024-08-29
* Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas2024-08-29
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Move cancel key generation to after forking the backendHeikki Linnakangas2024-07-29
* Introduce num_os_semaphores GUC.Nathan Bossart2024-07-26
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()Alexander Korotkov2024-04-03
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-02
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add a slot synchronization function.Amit Kapila2024-02-14
* Add backend support for injection pointsMichael Paquier2024-01-22
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for incremental backup.Robert Haas2023-12-20
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* 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
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Add shared_memory_type GUC.Thomas Munro2019-02-03