index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
ipci.c
Age
Commit message (
Expand
)
Author
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-01-22
Add backend support for injection points
Michael Paquier
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-07-31
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-06
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-08
Fix compilation warning in ipci.c
Michael Paquier
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-06
Move the shared memory size calculation to its own function
Michael Paquier
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-07-31
Preallocate some DSM space at startup.
Thomas Munro
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
[next]