Update obsolete comments in ResultRelInfo struct.
[postgresql.git] / src / backend / port /
4 days ago Tom LaneDon't treat EINVAL from semget() as a hard failure.
2025-04-29 Tom LaneGive up on running with NetBSD/OpenBSD's default semaph...
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-23 Tom LaneTry to avoid semaphore-related test failures on NetBSD...
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-07-30 Thomas MunroRequire memory barrier support.
2024-07-30 Thomas MunroRequire compiler barrier support.
2024-07-30 Thomas MunroRemove --disable-atomics, require 32 bit atomics.
2024-07-30 Thomas MunroRemove --disable-spinlocks.
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-02-28 Heikki LinnakangasRemove AIX support
2024-01-17 Daniel GustafssonClose socket in case of errors in setting non-blocking
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-11-06 Peter EisentrautRemove distprep
2023-10-26 Peter EisentrautAdd trailing commas to enum definitions
2023-07-06 Michael PaquierAdd GUC parameter "huge_pages_status"
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-15 Peter EisentrautStatic assertions cleanup
2022-11-09 Thomas MunroProvide sigaction() for Windows.
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-17 Michael PaquierFix huge_pages on Windows
2022-09-13 Tom LaneSplit up guc.c for better build speed and ease of maint...
2022-08-30 Michael PaquierCleanup more code and comments related to Windows NT4...
2022-08-13 Thomas MunroRemove configure probes for sys/ipc.h, sys/sem.h, sys...
2022-08-07 Andres Freundwindows: Remove HAVE_MINIDUMP_TYPE test
2022-07-16 Thomas MunroEmulate sigprocmask(), not sigsetmask(), on Windows.
2022-07-08 Thomas MunroRemove HP-UX port.
2022-02-15 Tom LaneEnsure that the argument of shmdt(2) is declared "void *".
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-12-10 Thomas MunroCheck for STATUS_DELETE_PENDING on Windows.
2021-11-06 Andres Freundwindows: Remove use of WIN32_LEAN_AND_MEAN from crashdu...
2021-10-25 Thomas MunroReject huge_pages=on if shared_memory_type=sysv.
2021-09-30 Tom LaneTreat ETIMEDOUT as indicating a non-recoverable connect...
2021-09-21 Michael PaquierIntroduce GUC shared_memory_size_in_huge_pages
2021-08-12 Thomas MunroMake EXEC_BACKEND more convenient on macOS.
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-04-23 Peter EisentrautUse correct format placeholder for WSAGetLastError()
2021-02-17 Peter EisentrautUse errmsg_internal for debug messages
2021-02-04 Peter EisentrautRefactor Windows error message for easier translation
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-10-21 Peter EisentrautFix -Wcast-function-type warnings on Windows/MinGW
2020-10-10 Tom LaneRecognize network-failure errnos as indicating hard...
2020-07-17 Thomas MunroAdd huge_page_size setting for use on Linux.
2020-06-07 Peter EisentrautSpelling adjustments
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-11 Tom LaneUse only one thread to handle incoming signals on Windows.
2019-12-09 Tom LaneFix race condition in our Windows signal emulation.
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-09-17 Peter EisentrautRemove mingwcompat.c
2019-09-05 Tom LaneUse data directory inode number, not port, to select...
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-06-08 Noah MischUpdate stale comments, and fix comment typos.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-10 Tom LaneCope with EINVAL and EIDRM shmat() failures in PGShared...
2019-04-13 Noah MischConsistently test for in-use shared memory.
2019-04-09 Noah MischAvoid "could not reattach" by providing space for concu...
2019-04-05 Noah MischRevert "Consistently test for in-use shared memory."
2019-04-04 Noah MischSilence -Wimplicit-fallthrough in sysv_shmem.c.
2019-04-04 Noah MischAssert that pgwin32_signal_initialize() has been called...
2019-04-04 Noah MischConsistently test for in-use shared memory.
2019-02-03 Thomas MunroAdd shared_memory_type GUC.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-09-26 Tom LaneConvert elog.c's useful_strerror() into a globally...
2018-09-06 Peter EisentrautRefactor dlopen() support
2018-08-13 Peter EisentrautRemove obsolete netbsd dynloader code
2018-08-13 Peter EisentrautRemove obsolete openbsd dynloader code
2018-08-13 Peter EisentrautRemove obsolete freebsd dynloader code
2018-08-13 Peter EisentrautRemove obsolete linux dynloader code
2018-08-13 Peter EisentrautRemove obsolete darwin dynloader code
2018-07-24 Thomas MunroPad semaphores to avoid false sharing.
2018-05-01 Tom LaneRemove investigative code for can't-reattach-to-shared...
2018-05-01 Tom LaneDoes it help to wait before reattaching?
2018-04-30 Tom LaneMap and unmap the shared memory block before risking...
2018-04-30 Tom LaneFurther effort at preventing memory map dump from affec...
2018-04-30 Tom LaneRemove Windows module-list-dumping code.
2018-04-30 Tom LaneDump full memory maps around failing Windows reattach...
2018-04-30 Tom LaneGet still more info about Windows can't-reattach-to...
2018-04-29 Tom LaneGet more info about Windows can't-reattach-to-shared...
2018-04-28 Tom LaneTry to get some info about Windows can't-reattach-to...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-07 Andres FreundFix and improve pg_atomic_flag fallback implementation.
2018-01-21 Magnus HaganderSupport huge pages on Windows
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-04 Peter EisentrautFix incorrect use of bool
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-15 Tom LaneProvide a way to control SysV shmem attach address...
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-07 Andres FreundImprove 64bit atomics support.
2017-03-17 Tom LaneFix WaitEventSetWait() to handle write-ready waits...
2017-03-14 Peter EisentrautSpelling fixes
next