aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15
* Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas2017-03-24
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-17
* Spelling fixesPeter Eisentraut2017-03-14
* Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane2016-10-13
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-13
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-04
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Make WaitLatchOrSocket's timeout detection more robust.Tom Lane2015-07-18
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Assorted message improvementsPeter Eisentraut2014-08-29
* Fix weird spacing in error message.Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Add missing include.Robert Haas2014-04-09
* Fix silly oversight in patch to remove dsm state file.Robert Haas2014-04-08
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Remove 'make clean' support for ipc_test.Robert Haas2014-04-07
* Remove ipc_test.Robert Haas2014-04-07
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Fix thinko in huge_tlb_pages patch.Heikki Linnakangas2014-01-29
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove IRIX port.Robert Haas2013-10-18
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Message style improvementsPeter Eisentraut2013-08-07
* Use SA_RESTART for all signals, including SIGALRM.Tom Lane2013-06-15
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Change test ExceptionalCondition to return voidAlvaro Herrera2012-11-30
* Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.Tom Lane2012-11-18
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Remove misleading hints about reducing the System V request size.Robert Haas2012-07-03
* Make walsender more responsive.Robert Haas2012-07-02
* Declare AnonymousShmem pointer as "void *".Tom Lane2012-06-30
* Fix confusion between "size" and "AnonymousShmemSize".Tom Lane2012-06-29
* Provide MAP_FAILED if sys/mman.h doesn't.Tom Lane2012-06-28
* Fix broken mmap failure-detection code, and improve error message.Robert Haas2012-06-28
* Dramatically reduce System V shared memory consumption.Robert Haas2012-06-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10