summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-9/+0
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-311-3/+0
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-5/+1
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-4/+4
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-291-3/+3
* Oops, fix misspelled #endifHeikki Linnakangas2015-04-141-1/+1
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-2/+21
* Add, optional, support for 128bit integers.Andres Freund2015-03-201-0/+3
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-0/+3
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-3/+0
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+3
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-211-6/+2
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-111-3/+3
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-151-0/+3
* Remove some useless code in the configure script.Tom Lane2014-07-011-7/+0
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-0/+3
* Stamp HEAD as 9.5devel.Tom Lane2014-06-101-4/+4
* Stamp 9.4beta1.REL9_4_BETA1Tom Lane2014-05-111-3/+3
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-261-1/+4
* Remove support for native krb5 authenticationMagnus Hagander2014-01-191-15/+0
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-301-10/+0
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-041-3/+0
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-051-0/+3
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-151-2/+2
* Stamp HEAD as 9.4devel.Tom Lane2013-06-141-4/+4
* Stamp 9.3beta1.REL9_3_BETA1Tom Lane2013-05-061-3/+3
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-0/+9
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-091-2/+2
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-0/+3
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-301-0/+6
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-311-0/+3
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-131-0/+3
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-051-3/+0
* Stamp HEAD as 9.3devel.Tom Lane2012-06-131-4/+4
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-311-3/+3
* Remove leftovers of BeOS portPeter Eisentraut2012-05-141-9/+0
* Stamp 9.2beta1.REL9_2_BETA1Tom Lane2012-05-101-3/+3
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-071-9/+0
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-231-6/+0
* Remove support for on_exit()Peter Eisentraut2011-12-271-6/+0
* Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan2011-08-081-2/+2
* Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan2011-06-171-1/+1
* Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan2011-06-161-0/+9
* Stamp HEAD as 9.2devel.Tom Lane2011-06-111-4/+4
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-091-3/+3
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-311-6/+3
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-271-3/+3
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-0/+3
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-101-1/+7
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-0/+3