aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use only one thread to handle incoming signals on Windows.Tom Lane2019-12-11
* Fix race condition in our Windows signal emulation.Tom Lane2019-12-09
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Remove mingwcompat.cPeter Eisentraut2019-09-17
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-10
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch2019-04-03
* 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
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Remove obsolete netbsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete openbsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete freebsd dynloader codePeter Eisentraut2018-08-13
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-13
* Remove obsolete darwin dynloader codePeter Eisentraut2018-08-13
* Pad semaphores to avoid false sharing.Thomas Munro2018-07-25
* Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane2018-05-01
* Does it help to wait before reattaching?Tom Lane2018-04-30
* Map and unmap the shared memory block before risking VirtualFree.Tom Lane2018-04-30
* Further effort at preventing memory map dump from affecting the results.Tom Lane2018-04-30
* Remove Windows module-list-dumping code.Tom Lane2018-04-30
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-30
* Get still more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Get more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Try to get some info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Support huge pages on WindowsMagnus Hagander2018-01-21
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix incorrect use of boolPeter Eisentraut2017-11-04
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15