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
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
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
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-21
*
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
*
Fix typo in comment
Magnus Hagander
2016-01-08
*
Fix comment atomics.h.
Andres Freund
2015-08-05
*
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-08
*
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-07-08
*
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-20
*
Fix typos in comment.
Heikki Linnakangas
2015-01-13
*
Provide a generic fallback for pg_compiler_barrier using an extern function.
Andres Freund
2015-01-11
*
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-11
*
Move comment about sun cc's __machine_rw_barrier being a full barrier.
Andres Freund
2015-01-08
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add native compiler and memory barriers for solaris studio.
Andres Freund
2014-10-25
*
Further atomic ops portability improvements and bug fixes.
Andres Freund
2014-09-26
*
Fix a couple occurrences of 'the the' in the new atomics API.
Andres Freund
2014-09-26
*
Fix whitespace
Peter Eisentraut
2014-09-26
*
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Andres Freund
2014-09-26
*
Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.
Andres Freund
2014-09-26
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Fix for lack of va_copy() on certain Windows versions
Peter Eisentraut
2013-10-18
*
Remove IRIX port.
Robert Haas
2013-10-18
*
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-20
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add URLs to document why DLLIMPORT is needed on Windows.
Bruce Momjian
2012-11-07
*
Remove checks for now long outdated compilers.
Andrew Dunstan
2012-09-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
*
Remove dead ports
Peter Eisentraut
2012-05-01
*
Lots of doc corrections.
Robert Haas
2012-04-23
[next]