index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
Commit message (
Expand
)
Author
Age
*
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
2018-04-07
*
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
*
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-04
*
Remove outdated/removed Win32 URLs in C comments
Bruce Momjian
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up warnings in MinGW builds.
Tom Lane
2017-11-16
*
Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.
Tom Lane
2017-11-16
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
Remove redundant stdint.h include.
Andres Freund
2017-10-01
*
Fix copy & pasto in 510b8cbff15f.
Andres Freund
2017-09-29
*
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
*
Further marginal hacking on generic atomic ops.
Tom Lane
2017-09-07
*
Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.
Tom Lane
2017-09-06
*
Remove duplicate reads from the inner loops in generic atomic ops.
Tom Lane
2017-09-06
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-11
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Enable 64 bit atomics on ARM64.
Andres Freund
2017-03-10
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix unportable definition of BSWAP64() macro.
Tom Lane
2017-02-24
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-26
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
*
Remove dead code in win32.h.
Tom Lane
2016-04-21
*
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
*
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
*
Replace broken link in comment.
Noah Misch
2016-02-15
*
Fix minor typo in comment
Magnus Hagander
2016-01-15
*
Fix typo in comment
Magnus Hagander
2016-01-08
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-09
*
Add BSWAP64 macro.
Robert Haas
2015-10-08
*
Allow icc to use the same atomics infrastructure as gcc.
Tom Lane
2015-08-31
*
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-08
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Fix comment atomics.h.
Andres Freund
2015-08-05
*
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-08
[next]