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