summaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAgeFilesLines
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-9/+0
* Fix for lack of va_copy() on certain Windows versionsPeter Eisentraut2013-10-181-0/+9
* Remove IRIX port.Robert Haas2013-10-181-7/+0
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-201-20/+10
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian2012-11-071-1/+7
* Remove checks for now long outdated compilers.Andrew Dunstan2012-09-282-8/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-3/+0
* Remove dead portsPeter Eisentraut2012-05-016-97/+0
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-031-0/+22
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-1/+25
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-271-13/+0
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-271-0/+13
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-1/+1
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-0/+2
* Add some more mapping macros for Microsoft wide-character API.Tom Lane2011-04-101-0/+16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-101-0/+14
* Fix typoAndrew Dunstan2011-01-301-1/+1
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-302-1/+18
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-191-0/+3
* Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane2010-12-121-13/+17
* Provide a complete set of file-permission-bit macros in win32.h.Tom Lane2010-12-111-7/+12
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-082-5/+17
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-102-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-2035-35/+35
* Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane2010-09-191-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+1
* PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro2010-05-282-3/+7
* Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro2010-05-272-4/+8
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-161-1/+3
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-10/+1
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-021-9/+1
* Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarmMagnus Hagander2010-01-281-1/+9
* Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander2010-01-021-1/+5
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-071-2/+2
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-241-1/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1110-18/+16
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-191-2/+20
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-1/+6
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-071-1/+13
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-111-1/+3
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-179-4/+31
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-12/+2
* Don't enforce 32-bit time_t for FRONTEND apps. Fixes standaloneMagnus Hagander2008-01-091-2/+2
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-111-1/+12
* Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian2007-11-241-2/+3
* Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian2007-11-241-2/+2