4 days ago |
Tom Lane | Don't treat EINVAL from semget() as a hard failure. |
tree | commitdiff |
2025-04-29 |
Tom Lane | Give up on running with NetBSD/OpenBSD's default semaph... |
tree | commitdiff |
2025-01-01 |
Bruce Momjian | Update copyright for 2025 |
tree | commitdiff |
2024-12-23 |
Tom Lane | Try to avoid semaphore-related test failures on NetBSD... |
tree | commitdiff |
2024-11-28 |
Peter Eisentraut | Remove useless casts to (void *) |
tree | commitdiff |
2024-07-30 |
Thomas Munro | Require memory barrier support. |
tree | commitdiff |
2024-07-30 |
Thomas Munro | Require compiler barrier support. |
tree | commitdiff |
2024-07-30 |
Thomas Munro | Remove --disable-atomics, require 32 bit atomics. |
tree | commitdiff |
2024-07-30 |
Thomas Munro | Remove --disable-spinlocks. |
tree | commitdiff |
2024-05-17 |
Peter Eisentraut | Revise GUC names quoting in messages again |
tree | commitdiff |
2024-03-04 |
Peter Eisentraut | Remove unused #include's from backend .c files |
tree | commitdiff |
2024-02-28 |
Heikki Linnakangas | Remove AIX support |
tree | commitdiff |
2024-01-17 |
Daniel Gustafsson | Close socket in case of errors in setting non-blocking |
tree | commitdiff |
2024-01-04 |
Bruce Momjian | Update copyright for 2024 |
tree | commitdiff |
2023-11-06 |
Peter Eisentraut | Remove distprep |
tree | commitdiff |
2023-10-26 |
Peter Eisentraut | Add trailing commas to enum definitions |
tree | commitdiff |
2023-07-06 |
Michael Paquier | Add GUC parameter "huge_pages_status" |
tree | commitdiff |
2023-01-02 |
Bruce Momjian | Update copyright for 2023 |
tree | commitdiff |
2022-12-20 |
Andrew Dunstan | Add copyright notices to meson files |
tree | commitdiff |
2022-12-15 |
Peter Eisentraut | Static assertions cleanup |
tree | commitdiff |
2022-11-09 |
Thomas Munro | Provide sigaction() for Windows. |
tree | commitdiff |
2022-09-22 |
Andres Freund | meson: Add initial version of meson based build system |
tree | commitdiff |
2022-09-17 |
Michael Paquier | Fix huge_pages on Windows |
tree | commitdiff |
2022-09-13 |
Tom Lane | Split up guc.c for better build speed and ease of maint... |
tree | commitdiff |
2022-08-30 |
Michael Paquier | Cleanup more code and comments related to Windows NT4... |
tree | commitdiff |
2022-08-13 |
Thomas Munro | Remove configure probes for sys/ipc.h, sys/sem.h, sys... |
tree | commitdiff |
2022-08-07 |
Andres Freund | windows: Remove HAVE_MINIDUMP_TYPE test |
tree | commitdiff |
2022-07-16 |
Thomas Munro | Emulate sigprocmask(), not sigsetmask(), on Windows. |
tree | commitdiff |
2022-07-08 |
Thomas Munro | Remove HP-UX port. |
tree | commitdiff |
2022-02-15 |
Tom Lane | Ensure that the argument of shmdt(2) is declared "void *". |
tree | commitdiff |
2022-01-08 |
Bruce Momjian | Update copyright for 2022 |
tree | commitdiff |
2021-12-10 |
Thomas Munro | Check for STATUS_DELETE_PENDING on Windows. |
tree | commitdiff |
2021-11-06 |
Andres Freund | windows: Remove use of WIN32_LEAN_AND_MEAN from crashdu... |
tree | commitdiff |
2021-10-25 |
Thomas Munro | Reject huge_pages=on if shared_memory_type=sysv. |
tree | commitdiff |
2021-09-30 |
Tom Lane | Treat ETIMEDOUT as indicating a non-recoverable connect... |
tree | commitdiff |
2021-09-21 |
Michael Paquier | Introduce GUC shared_memory_size_in_huge_pages |
tree | commitdiff |
2021-08-12 |
Thomas Munro | Make EXEC_BACKEND more convenient on macOS. |
tree | commitdiff |
2021-05-12 |
Tom Lane | Initial pgindent and pgperltidy run for v14. |
tree | commitdiff |
2021-04-23 |
Peter Eisentraut | Use correct format placeholder for WSAGetLastError() |
tree | commitdiff |
2021-02-17 |
Peter Eisentraut | Use errmsg_internal for debug messages |
tree | commitdiff |
2021-02-04 |
Peter Eisentraut | Refactor Windows error message for easier translation |
tree | commitdiff |
2021-01-02 |
Bruce Momjian | Update copyright for 2021 |
tree | commitdiff |
2020-10-21 |
Peter Eisentraut | Fix -Wcast-function-type warnings on Windows/MinGW |
tree | commitdiff |
2020-10-10 |
Tom Lane | Recognize network-failure errnos as indicating hard... |
tree | commitdiff |
2020-07-17 |
Thomas Munro | Add huge_page_size setting for use on Linux. |
tree | commitdiff |
2020-06-07 |
Peter Eisentraut | Spelling adjustments |
tree | commitdiff |
2020-01-01 |
Bruce Momjian | Update copyrights for 2020 |
tree | commitdiff |
2019-12-11 |
Tom Lane | Use only one thread to handle incoming signals on Windows. |
tree | commitdiff |
2019-12-09 |
Tom Lane | Fix race condition in our Windows signal emulation. |
tree | commitdiff |
2019-11-05 |
Andres Freund | Split all OBJS style lines in makefiles into one-line... |
tree | commitdiff |
2019-09-17 |
Peter Eisentraut | Remove mingwcompat.c |
tree | commitdiff |
2019-09-05 |
Tom Lane | Use data directory inode number, not port, to select... |
tree | commitdiff |
2019-08-19 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 11 |
tree | commitdiff |
2019-08-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
tree | commitdiff |
2019-07-22 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-06-08 |
Noah Misch | Update stale comments, and fix comment typos. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Phase 2 pgindent run for v12. |
tree | commitdiff |
2019-05-10 |
Tom Lane | Cope with EINVAL and EIDRM shmat() failures in PGShared... |
tree | commitdiff |
2019-04-13 |
Noah Misch | Consistently test for in-use shared memory. |
tree | commitdiff |
2019-04-09 |
Noah Misch | Avoid "could not reattach" by providing space for concu... |
tree | commitdiff |
2019-04-05 |
Noah Misch | Revert "Consistently test for in-use shared memory." |
tree | commitdiff |
2019-04-04 |
Noah Misch | Silence -Wimplicit-fallthrough in sysv_shmem.c. |
tree | commitdiff |
2019-04-04 |
Noah Misch | Assert that pgwin32_signal_initialize() has been called... |
tree | commitdiff |
2019-04-04 |
Noah Misch | Consistently test for in-use shared memory. |
tree | commitdiff |
2019-02-03 |
Thomas Munro | Add shared_memory_type GUC. |
tree | commitdiff |
2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
tree | commitdiff |
2018-11-02 |
Magnus Hagander | Fix spelling errors and typos in comments |
tree | commitdiff |
2018-09-26 |
Tom Lane | Convert elog.c's useful_strerror() into a globally... |
tree | commitdiff |
2018-09-06 |
Peter Eisentraut | Refactor dlopen() support |
tree | commitdiff |
2018-08-13 |
Peter Eisentraut | Remove obsolete netbsd dynloader code |
tree | commitdiff |
2018-08-13 |
Peter Eisentraut | Remove obsolete openbsd dynloader code |
tree | commitdiff |
2018-08-13 |
Peter Eisentraut | Remove obsolete freebsd dynloader code |
tree | commitdiff |
2018-08-13 |
Peter Eisentraut | Remove obsolete linux dynloader code |
tree | commitdiff |
2018-08-13 |
Peter Eisentraut | Remove obsolete darwin dynloader code |
tree | commitdiff |
2018-07-24 |
Thomas Munro | Pad semaphores to avoid false sharing. |
tree | commitdiff |
2018-05-01 |
Tom Lane | Remove investigative code for can't-reattach-to-shared... |
tree | commitdiff |
2018-05-01 |
Tom Lane | Does it help to wait before reattaching? |
tree | commitdiff |
2018-04-30 |
Tom Lane | Map and unmap the shared memory block before risking... |
tree | commitdiff |
2018-04-30 |
Tom Lane | Further effort at preventing memory map dump from affec... |
tree | commitdiff |
2018-04-30 |
Tom Lane | Remove Windows module-list-dumping code. |
tree | commitdiff |
2018-04-30 |
Tom Lane | Dump full memory maps around failing Windows reattach... |
tree | commitdiff |
2018-04-30 |
Tom Lane | Get still more info about Windows can't-reattach-to... |
tree | commitdiff |
2018-04-29 |
Tom Lane | Get more info about Windows can't-reattach-to-shared... |
tree | commitdiff |
2018-04-28 |
Tom Lane | Try to get some info about Windows can't-reattach-to... |
tree | commitdiff |
2018-04-26 |
Tom Lane | Post-feature-freeze pgindent run. |
tree | commitdiff |
2018-04-07 |
Andres Freund | Fix and improve pg_atomic_flag fallback implementation. |
tree | commitdiff |
2018-01-21 |
Magnus Hagander | Support huge pages on Windows |
tree | commitdiff |
2018-01-03 |
Bruce Momjian | Update copyright for 2018 |
tree | commitdiff |
2017-11-10 |
Peter Eisentraut | Add some const decorations to prototypes |
tree | commitdiff |
2017-11-04 |
Peter Eisentraut | Fix incorrect use of bool |
tree | commitdiff |
2017-06-28 |
Tom Lane | Change pg_ctl to detect server-ready by watching status... |
tree | commitdiff |
2017-06-21 |
Tom Lane | Phase 3 of pgindent updates. |
tree | commitdiff |
2017-06-21 |
Tom Lane | Phase 2 of pgindent updates. |
tree | commitdiff |
2017-06-21 |
Tom Lane | Initial pgindent run with pg_bsd_indent version 2.0. |
tree | commitdiff |
2017-05-17 |
Bruce Momjian | Post-PG 10 beta1 pgindent run |
tree | commitdiff |
2017-04-15 |
Tom Lane | Provide a way to control SysV shmem attach address... |
tree | commitdiff |
2017-04-11 |
Magnus Hagander | Remove symbol WIN32_ONLY_COMPILER |
tree | commitdiff |
2017-04-07 |
Andres Freund | Improve 64bit atomics support. |
tree | commitdiff |
2017-03-17 |
Tom Lane | Fix WaitEventSetWait() to handle write-ready waits... |
tree | commitdiff |
2017-03-14 |
Peter Eisentraut | Spelling fixes |
tree | commitdiff |
next |