aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Make WaitLatchOrSocket's timeout detection more robust.Tom Lane2015-07-18
* Fix the fallback memory barrier implementation to be reentrant.Andres Freund2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Remove the option to service interrupts during PGSemaphoreLock().Andres Freund2015-02-03
* Add barriers to the latch code.Andres Freund2015-01-13
* Allow latches to wait for socket writability without waiting for readability.Andres Freund2015-01-13
* Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Assorted message improvementsPeter Eisentraut2014-08-29
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-25
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Fix weird spacing in error message.Tom Lane2014-06-18
* Fix typos in comments.Noah Misch2014-06-11
* 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