index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
ipci.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Add backend support for injection points
Michael Paquier
2024-01-22
*
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
*
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-21
*
Fix compilation warning in ipci.c
Michael Paquier
2021-09-08
*
Introduce GUC shared_memory_size
Michael Paquier
2021-09-08
*
Move the shared memory size calculation to its own function
Michael Paquier
2021-09-06
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
[next]