summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.24.REL9_5_24Tom Lane2020-11-091-2/+2
* Stamp 9.5.23.REL9_5_23Tom Lane2020-08-101-2/+2
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-152-1/+65
* Stamp 9.5.22.REL9_5_22Tom Lane2020-05-111-2/+2
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-012-2/+2
* Be more careful about extracting encoding from locale strings on Windows.Tom Lane2020-03-301-6/+24
* Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane2020-03-231-3/+11
* Stamp 9.5.21.REL9_5_21Tom Lane2020-02-101-2/+2
* In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane2019-12-211-7/+23
* On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane2019-12-161-5/+22
* Stamp 9.5.20.REL9_5_20Tom Lane2019-11-111-2/+2
* Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane2019-10-211-0/+4
* Stamp 9.5.19.REL9_5_19Tom Lane2019-08-051-2/+2
* Stamp 9.5.18.REL9_5_18Tom Lane2019-06-171-2/+2
* Stamp 9.5.17.REL9_5_17Tom Lane2019-05-061-2/+2
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-041-6/+8
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-111-2/+2
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-6/+5
* Stamp 9.5.15.REL9_5_15Tom Lane2018-11-051-2/+2
* Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane2018-10-021-6/+10
* Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane2018-08-151-31/+63
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-151-1/+1
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-061-2/+2
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-231-29/+19
* Stamp 9.5.13.REL9_5_13Tom Lane2018-05-071-2/+2
* Stamp 9.5.12.Tom Lane2018-02-261-2/+2
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-051-2/+2
* Stamp 9.5.10.REL9_5_10Tom Lane2017-11-061-2/+2
* Stamp 9.5.9.REL9_5_9Tom Lane2017-08-281-2/+2
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-071-2/+2
* Stamp 9.5.7.REL9_5_7Tom Lane2017-05-081-2/+2
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-211-4/+20
* Stamp 9.5.6.REL9_5_6Tom Lane2017-02-061-2/+2
* Make pgwin32_putenv() visit debug CRTs.Noah Misch2016-12-031-0/+27
* Remove wrong CloseHandle() call.Noah Misch2016-12-031-1/+0
* Refine win32env.c cosmetics.Noah Misch2016-12-031-29/+21
* Stamp 9.5.5.REL9_5_5Tom Lane2016-10-241-2/+2
* Include <sys/select.h> where neededAlvaro Herrera2016-09-271-0/+3
* Suppress GCC 6 warning about self-comparisonTom Lane2016-09-011-0/+4
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-081-2/+2
* Stamp 9.5.3.REL9_5_3Tom Lane2016-05-091-2/+2
* Fix typo in VS2015 patchAndrew Dunstan2016-04-291-1/+1
* Support building with Visual Studio 2015Andrew Dunstan2016-04-292-13/+51
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-221-0/+3
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-2/+6
* Stamp 9.5.2.REL9_5_2Tom Lane2016-03-281-2/+2
* Stamp 9.5.1.REL9_5_1Tom Lane2016-02-081-2/+2
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-211-38/+90
* Message improvementsPeter Eisentraut2015-11-161-2/+2
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-0/+3