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
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
*
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 the fallback memory barrier implementation to be reentrant.
Andres Freund
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-02-03
*
Add barriers to the latch code.
Andres Freund
2015-01-13
*
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-13
*
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Assorted message improvements
Peter Eisentraut
2014-08-29
*
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-07-25
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
*
Fix weird spacing in error message.
Tom Lane
2014-06-18
*
Fix typos in comments.
Noah Misch
2014-06-11
*
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
[next]