summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2019-03-04Fix error handling of readdir() port implementation on first file lookupMichael Paquier
2019-02-11Stamp 9.4.21.REL9_4_21Tom Lane
2019-01-18Use our own getopt() on OpenBSD.Tom Lane
2018-11-05Stamp 9.4.20.REL9_4_20Tom Lane
2018-10-02Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
2018-08-15Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-06Stamp 9.4.19.REL9_4_19Tom Lane
2018-05-23Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane
2018-05-07Stamp 9.4.18.REL9_4_18Tom Lane
2018-02-26Stamp 9.4.17.Tom Lane
2018-02-05Stamp 9.4.16.REL9_4_16Tom Lane
2017-11-06Stamp 9.4.15.REL9_4_15Tom Lane
2017-08-28Stamp 9.4.14.REL9_4_14Tom Lane
2017-08-07Stamp 9.4.13.REL9_4_13Tom Lane
2017-05-08Stamp 9.4.12.REL9_4_12Tom Lane
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-02-06Stamp 9.4.11.REL9_4_11Tom Lane
2016-12-03Make pgwin32_putenv() visit debug CRTs.Noah Misch
2016-12-03Remove wrong CloseHandle() call.Noah Misch
2016-12-03Refine win32env.c cosmetics.Noah Misch
2016-10-24Stamp 9.4.10.REL9_4_10Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-01Suppress GCC 6 warning about self-comparisonTom Lane
2016-08-08Stamp 9.4.9.REL9_4_9Tom Lane
2016-05-09Stamp 9.4.8.REL9_4_8Tom Lane
2016-04-22Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-28Stamp 9.4.7.REL9_4_7Tom Lane
2016-02-08Stamp 9.4.6.REL9_4_6Tom Lane
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-05Stamp 9.4.5.REL9_4_5Tom Lane
2015-07-17Fix a low-probability crash in our qsort implementation.Tom Lane
2015-06-22Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-06-09Stamp 9.4.4.REL9_4_4Tom Lane
2015-06-01Stamp 9.4.3.REL9_4_3Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Stamp 9.4.2.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-02-17Improve pg_check_dir code and comments.Robert Haas
2015-02-04Add missing float.h include to snprintf.c.Andres Freund
2015-02-02Stamp 9.4.1.REL9_4_1Tom Lane
2015-02-02port/snprintf(): fix overflow and do paddingBruce Momjian
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2014-11-03Fix win32setlocale.c const-related warnings.Noah Misch