summaryrefslogtreecommitdiff
path: root/src/backend/port
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-15Static assertions cleanupPeter Eisentraut
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-17Fix huge_pages on WindowsMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-02-15Ensure that the argument of shmdt(2) is declared "void *".Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-11-06windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.Andres Freund
2021-10-25Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro
2021-09-30Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-08-12Make EXEC_BACKEND more convenient on macOS.Thomas Munro
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-04Refactor Windows error message for easier translationPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-07-17Add huge_page_size setting for use on Linux.Thomas Munro
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Use only one thread to handle incoming signals on Windows.Tom Lane
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-17Remove mingwcompat.cPeter Eisentraut
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch
2019-04-04Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-02-03Add shared_memory_type GUC.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander