aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
Commit message (Expand)AuthorAge
* Stamp 10.13.REL_10_13Tom Lane2020-05-11
* Stamp 10.12.REL_10_12Tom Lane2020-02-10
* Stamp 10.11.REL_10_11Tom Lane2019-11-11
* Stamp 10.10.REL_10_10Tom Lane2019-08-05
* Stamp 10.9.REL_10_9Tom Lane2019-06-17
* Stamp 10.8.REL_10_8Tom Lane2019-05-06
* Stamp 10.7.REL_10_7Tom Lane2019-02-11
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Stamp 10.6.REL_10_6Tom Lane2018-11-05
* Fix detection of the result type of strerror_r().Tom Lane2018-09-30
* Stamp 10.5.REL_10_5Tom Lane2018-08-06
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-18
* Stamp 10.4.REL_10_4Tom Lane2018-05-07
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-04
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Stamp 10.3.REL_10_3Tom Lane2018-02-26
* Stamp 10.2.REL_10_2Tom Lane2018-02-05
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Stamp 10.1.Tom Lane2017-11-06
* Stamp 10.0.REL_10_0Tom Lane2017-10-02
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Stamp 10rc1.REL_10_RC1Tom Lane2017-09-18
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Stamp 10beta4.REL_10_BETA4Tom Lane2017-08-28
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-10
* Stamp 10beta3.REL_10_BETA3Tom Lane2017-08-07
* 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