summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
AgeCommit message (Expand)Author
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-26Introduce num_os_semaphores GUC.Nathan Bossart
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()Alexander Korotkov
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add support for incremental backup.Robert Haas
2023-12-08Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas
2023-12-03Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-09-08Fix compilation warning in ipci.cMichael Paquier
2021-09-08Introduce GUC shared_memory_sizeMichael Paquier
2021-09-06Move the shared memory size calculation to its own functionMichael Paquier
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-07-31Preallocate some DSM space at startup.Thomas Munro
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2020-04-08Revert 0f5ca02f53Alexander Korotkov