summaryrefslogtreecommitdiff
path: root/src/backend/port
AgeCommit message (Expand)Author
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-04-12Consistently test for in-use shared memory.Noah Misch
2019-04-08Avoid "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-03Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch
2019-04-03Consistently test for in-use shared memory.Noah Misch
2018-04-06Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-15Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane
2017-03-24Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas
2017-03-17Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas
2017-03-14Spelling fixesPeter Eisentraut
2016-10-13Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-07Fix fallback implementation of pg_atomic_write_u32().Andres Freund
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-01-03Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-07-18Make WaitLatchOrSocket's timeout detection more robust.Tom Lane
2015-06-26Fix the fallback memory barrier implementation to be reentrant.Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-02-03Remove the option to service interrupts during PGSemaphoreLock().Andres Freund
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-13Allow latches to wait for socket writability without waiting for readability.Andres Freund
2015-01-11Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-09Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-08-29Assorted message improvementsPeter Eisentraut
2014-07-25Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-06-18Fix weird spacing in error message.Tom Lane
2014-06-11Fix typos in comments.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-09Add missing include.Robert Haas
2014-04-08Fix silly oversight in patch to remove dsm state file.Robert Haas
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-04-07Remove 'make clean' support for ipc_test.Robert Haas
2014-04-07Remove ipc_test.Robert Haas
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-01-29Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-29Fix thinko in huge_tlb_pages patch.Heikki Linnakangas