aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20
* Handle EACCES errors from kevent() better.Thomas Munro2020-10-15
* Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.Thomas Munro2020-10-15
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Fix assorted typosMagnus Hagander2020-03-31
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Don't use EV_CLEAR for kqueue events.Thomas Munro2020-03-18
* Fix kqueue support under debugger on macOS.Thomas Munro2020-03-18
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Report time spent in posix_fallocate() as a wait event.Thomas Munro2020-01-31
* Adjust DSM and DSA slot usage constants.Thomas Munro2020-01-31
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Use standard compare_exchange loop style in ProcArrayGroupClearXid().Noah Misch2019-10-18
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* 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