summaryrefslogtreecommitdiff
path: root/src/include/port
AgeCommit message (Expand)Author
2014-10-25Add native compiler and memory barriers for solaris studio.Andres Freund
2014-09-26Further atomic ops portability improvements and bug fixes.Andres Freund
2014-09-26Fix a couple occurrences of 'the the' in the new atomics API.Andres Freund
2014-09-26Fix whitespacePeter Eisentraut
2014-09-26Fix atomic ops inline x86 inline assembly for older 32bit gccs.Andres Freund
2014-09-26Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.Andres Freund
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-18Fix for lack of va_copy() on certain Windows versionsPeter Eisentraut
2013-10-18Remove IRIX port.Robert Haas
2013-08-20Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-11-07Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian
2012-09-28Remove checks for now long outdated compilers.Andrew Dunstan
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-04-27Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan
2011-04-27Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-10Add some more mapping macros for Microsoft wide-character API.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Add collation support on Windows (MSVC build)Peter Eisentraut
2011-01-31Fix typoAndrew Dunstan
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-12Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane
2010-12-11Provide a complete set of file-permission-bit macros in win32.h.Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-11-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-19Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-28PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro
2010-05-27Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro
2010-02-16Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-02-02Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander
2010-01-28Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarmMagnus Hagander
2010-01-02Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander
2009-09-07Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander
2009-07-24Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian