summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
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
2014-10-24Work around Windows locale name with non-ASCII character.Heikki Linnakangas
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch
2014-10-13Suppress dead, unportable src/port/crypt.c code.Noah Misch
2014-07-23Report success when Windows kill() emulation signals an exiting process.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-04Preserve errno across free().Tom Lane
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian