]> granicus.if.org Git - postgresql/history - src/include/port
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / port /
2017-11-16 Tom LaneClean up warnings in MinGW builds.
2017-11-16 Tom LaneDefine _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC...
2017-11-16 Tom LaneFurther refactoring of c.h and nearby files.
2017-10-01 Andres FreundRemove redundant stdint.h include.
2017-09-30 Andres FreundFix copy & pasto in 510b8cbff15f.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-07 Tom LaneFurther marginal hacking on generic atomic ops.
2017-09-06 Tom LaneUse more of gcc's __sync_fetch_and_xxx builtin function...
2017-09-06 Tom LaneRemove duplicate reads from the inner loops in generic...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-11 Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-04-08 Andres FreundFix issues in e8fdbd58fe.
2017-04-07 Andres FreundImprove 64bit atomics support.
2017-03-10 Andres FreundEnable 64 bit atomics on ARM64.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-24 Tom LaneFix unportable definition of BSWAP64() macro.
2017-01-04 Tom LanePrefer int-wide pg_atomic_flag over char-wide when...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-11 Tom LaneRemove "sco" and "unixware" ports.
2016-10-07 Andres FreundFix fallback implementation of pg_atomic_write_u32().
2016-09-25 Tom LaneRefer to OS X as "macOS", except for the port name...
2016-06-03 Greg StarkFix various common mispellings.
2016-04-29 Andrew DunstanFix comment whitespace in VS2105 patch
2016-04-29 Andrew DunstanSupport building with Visual Studio 2015
2016-04-27 Noah MischImpose a full barrier in generic-xlc.h atomics functions.
2016-04-21 Tom LaneImprove TranslateSocketError() to handle more Windows...
2016-04-21 Tom LaneRemove dead code in win32.h.
2016-04-14 Tom LaneFix prototype of pgwin32_bind().
2016-04-12 Tom LaneProvide errno-translation wrappers around bind() and...
2016-02-20 Noah MischCall xlc __isync() after, not before, associated compar...
2016-02-15 Noah MischReplace broken link in comment.
2016-01-15 Magnus HaganderFix minor typo in comment
2016-01-08 Magnus HaganderFix typo in comment
2016-01-07 Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-09 Robert HaasMake abbreviated key comparisons for text a bit cheaper.
2015-10-08 Robert HaasAdd BSWAP64 macro.
2015-08-31 Tom LaneAllow icc to use the same atomics infrastructure as...
2015-08-07 Andres FreundAttempt to work around a 32bit xlc compiler bug from...
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-05 Andres FreundFix comment atomics.h.
2015-07-09 Noah MischGiven a gcc-compatible xlc compiler, prefer xlc-style...
2015-07-09 Noah MischFinish generic-xlc.h draft atomics implementation.
2015-05-25 Bruce MomjianRevert 9.5 pgindent changes to atomics directory files
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-04-14 Heikki LinnakangasUse Intel SSE 4.2 CRC instructions where available.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2015-01-13 Heikki LinnakangasFix typos in comment.
2015-01-11 Andres FreundProvide a generic fallback for pg_compiler_barrier...
2015-01-11 Andres FreundFix alignment of pg_atomic_uint64 variables on some...
2015-01-08 Andres FreundMove comment about sun cc's __machine_rw_barrier being...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-25 Andres FreundAdd native compiler and memory barriers for solaris...
2014-09-26 Andres FreundFurther atomic ops portability improvements and bug...
2014-09-26 Andres FreundFix a couple occurrences of 'the the' in the new atomic...
2014-09-26 Peter EisentrautFix whitespace
2014-09-26 Andres FreundFix atomic ops inline x86 inline assembly for older...
2014-09-26 Andres FreundFix atomic ops for x86 gcc compilers that don't underst...
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-18 Peter EisentrautFix for lack of va_copy() on certain Windows versions
2013-10-18 Robert HaasRemove IRIX port.
2013-08-20 Andrew DunstanUnconditionally use the WSA equivalents of Socket error...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2012-11-07 Bruce MomjianAdd URLs to document why DLLIMPORT is needed on Windows.
2012-09-28 Andrew DunstanRemove checks for now long outdated compilers.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-03 Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-05-01 Peter EisentrautRemove dead ports
2012-04-24 Robert HaasLots of doc corrections.
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-04-27 Andrew DunstanRevert "Force use of "%I64d" format for 64 bit ints...
2011-04-27 Andrew DunstanForce use of "%I64d" format for 64 bit ints on MinGW.
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-10 Tom LaneAdd some more mapping macros for Microsoft wide-charact...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-01-31 Andrew DunstanFix typo
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-12 Tom LaneMake S_IRGRP etc available in mingw builds as well...
2010-12-11 Tom LaneProvide a complete set of file-permission-bit macros...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Tom LaneFix several broken $PostgreSQL$ keywords. Noted while...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
next