aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* Update copyright for 2025Bruce Momjian2025-01-01
* Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane2024-12-23
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Require memory barrier support.Thomas Munro2024-07-30
* Require compiler barrier support.Thomas Munro2024-07-30
* Remove --disable-atomics, require 32 bit atomics.Thomas Munro2024-07-30
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Remove AIX supportHeikki Linnakangas2024-02-28
* Close socket in case of errors in setting non-blockingDaniel Gustafsson2024-01-17
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove distprepPeter Eisentraut2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Fix huge_pages on WindowsMichael Paquier2022-09-17
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier2022-08-30
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-14
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Remove HP-UX port.Thomas Munro2022-07-08
* Ensure that the argument of shmdt(2) is declared "void *".Tom Lane2022-02-15
* Update copyright for 2022Bruce Momjian2022-01-07
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.Andres Freund2021-11-06
* Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro2021-10-26
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-30
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Refactor Windows error message for easier translationPeter Eisentraut2021-02-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Add huge_page_size setting for use on Linux.Thomas Munro2020-07-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* 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