aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unify error messagesAlvaro Herrera2019-04-24
* 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
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-25
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Remove volatile from latch APIPeter Eisentraut2019-03-04
* Fix race in dsm_unpin_segment() when handles are reused.Thomas Munro2019-02-18
* Fix race in dsm_attach() when handles are reused.Thomas Munro2019-02-15
* Add shared_memory_type GUC.Thomas Munro2019-02-03
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.Andres Freund2018-11-10
* Combine two flag tests in GetSnapshotData().Andres Freund2018-11-09
* Remove some remaining traces of dsm_resize().Thomas Munro2018-11-06
* Remove dsm_resize() and dsm_remap().Thomas Munro2018-11-06
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier2018-10-14
* Refactor user-facing SQL functions signalling backendsMichael Paquier2018-10-04
* Replace CAS loop with single TAS in ProcArrayGroupClearXid()Alexander Korotkov2018-09-22
* Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane2018-09-19
* Allow DSM allocation to be interrupted.Thomas Munro2018-09-18
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut2018-07-12
* Fix wrong file path in header commentAlexander Korotkov2018-07-11
* Use signals for postmaster death on FreeBSD.Thomas Munro2018-07-11
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-26
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Remove spurious code comments in standby related codeSimon Riggs2018-06-14
* Remove cut-off bug from RunningTransactionDataSimon Riggs2018-06-14
* Exclude VACUUMs from RunningXactDataSimon Riggs2018-06-07
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-10
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09