index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
Age
Commit message (
Expand
)
Author
2019-12-09
Fix race condition in our Windows signal emulation.
Tom Lane
2019-05-10
Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.
Tom Lane
2019-04-12
Consistently test for in-use shared memory.
Noah Misch
2019-04-08
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-03
Silence -Wimplicit-fallthrough in sysv_shmem.c.
Noah Misch
2019-04-03
Consistently test for in-use shared memory.
Noah Misch
2018-04-06
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-15
Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.
Tom Lane
2017-03-24
Revert Windows service check refactoring, and replace with a different fix.
Heikki Linnakangas
2017-03-17
Fix and simplify check for whether we're running as Windows service.
Heikki Linnakangas
2017-03-14
Spelling fixes
Peter Eisentraut
2016-10-13
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-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-21
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-04
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-03
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-07-18
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-06-26
Fix the fallback memory barrier implementation to be reentrant.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-02-03
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-01-13
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-11
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-09
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-07-25
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-06-28
Remove Alpha and Tru64 support.
Andres Freund
2014-06-18
Fix weird spacing in error message.
Tom Lane
2014-06-11
Fix typos in comments.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-09
Add missing include.
Robert Haas
2014-04-08
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-07
Remove 'make clean' support for ipc_test.
Robert Haas
2014-04-07
Remove ipc_test.
Robert Haas
2014-03-03
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-01-29
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
Fix thinko in huge_tlb_pages patch.
Heikki Linnakangas
[next]