aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
Commit message (Expand)AuthorAge
* Stamp 10beta2.REL_10_BETA2Tom Lane2017-07-10
* Define HAVE_UCOL_STRCOLLUTF8 on WindowsPeter Eisentraut2017-06-17
* Stamp 10beta1.REL_10_BETA1Tom Lane2017-05-15
* Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane2017-04-24
* Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane2017-04-24
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Fix hardcoded typeof check result for WindowsPeter Eisentraut2017-03-29
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane2017-03-20
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* De-support floating-point timestamps.Tom Lane2017-02-23
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-02
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-08
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-18
* Stamp 9.6beta2.REL9_6_BETA2Tom Lane2016-06-20
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-09
* Add BSD authentication method.Tom Lane2016-04-08
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Add BSWAP64 macro.Robert Haas2015-10-08
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-31
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Stamp HEAD as 9.6devel.Tom Lane2015-06-30
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-29
* Oops, fix misspelled #endifHeikki Linnakangas2015-04-14
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-10
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-21
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-15
* Remove some useless code in the configure script.Tom Lane2014-07-01
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* Stamp 9.4beta1.REL9_4_BETA1Tom Lane2014-05-11
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-30
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-04
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-05
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-15
* Stamp HEAD as 9.4devel.Tom Lane2013-06-14
* Stamp 9.3beta1.REL9_3_BETA1Tom Lane2013-05-06
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07