index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-08
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
Improve 64bit atomics support.
Andres Freund
2017-03-10
Enable 64 bit atomics on ARM64.
Andres Freund
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-24
Fix unportable definition of BSWAP64() macro.
Tom Lane
2017-01-04
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-06-03
Fix various common mispellings.
Greg Stark
2016-04-29
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-27
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Remove dead code in win32.h.
Tom Lane
2016-04-14
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-12
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-02-20
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-15
Replace broken link in comment.
Noah Misch
2016-01-15
Fix minor typo in comment
Magnus Hagander
2016-01-08
Fix typo in comment
Magnus Hagander
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-09
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-08
Add BSWAP64 macro.
Robert Haas
2015-08-31
Allow icc to use the same atomics infrastructure as gcc.
Tom Lane
2015-08-07
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-07
Don't include low level locking code from frontend code.
Andres Freund
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
Fix comment atomics.h.
Andres Freund
2015-07-09
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-09
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-05-25
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-14
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-01-20
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-13
Fix typos in comment.
Heikki Linnakangas
2015-01-11
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-08
Move comment about sun cc's __machine_rw_barrier being a full barrier.
Andres Freund
[next]