aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-12
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Introduce replication slots.Robert Haas2014-01-31
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Allow background workers to be started dynamically.Robert Haas2013-07-16
* Update copyrights for 2013Bruce Momjian2013-01-01
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs2012-05-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25