aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Stamp 9.4.16.REL9_4_16Tom Lane2018-02-05
* Stamp 9.4.15.REL9_4_15Tom Lane2017-11-06
* Stamp 9.4.14.REL9_4_14Tom Lane2017-08-28
* Stamp 9.4.13.REL9_4_13Tom Lane2017-08-07
* Stamp 9.4.12.REL9_4_12Tom Lane2017-05-08
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Stamp 9.4.11.REL9_4_11Tom Lane2017-02-06
* Make pgwin32_putenv() visit debug CRTs.Noah Misch2016-12-03
* Remove wrong CloseHandle() call.Noah Misch2016-12-03
* Refine win32env.c cosmetics.Noah Misch2016-12-03
* Stamp 9.4.10.REL9_4_10Tom Lane2016-10-24
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Suppress GCC 6 warning about self-comparisonTom Lane2016-09-01
* Stamp 9.4.9.REL9_4_9Tom Lane2016-08-08
* Stamp 9.4.8.REL9_4_8Tom Lane2016-05-09
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Stamp 9.4.7.REL9_4_7Tom Lane2016-03-28
* Stamp 9.4.6.REL9_4_6Tom Lane2016-02-08
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Stamp 9.4.5.REL9_4_5Tom Lane2015-10-05
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-16
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* Stamp 9.4.4.REL9_4_4Tom Lane2015-06-09
* Stamp 9.4.3.REL9_4_3Tom Lane2015-06-01
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Stamp 9.4.2.Tom Lane2015-05-18
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-18
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Improve pg_check_dir code and comments.Robert Haas2015-02-17
* Add missing float.h include to snprintf.c.Andres Freund2015-02-04
* Stamp 9.4.1.REL9_4_1Tom Lane2015-02-02
* port/snprintf(): fix overflow and do paddingBruce Momjian2015-02-02
* Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas2015-01-16
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Fix win32setlocale.c const-related warnings.Noah Misch2014-11-02
* Work around Windows locale name with non-ASCII character.Heikki Linnakangas2014-10-24
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Suppress dead, unportable src/port/crypt.c code.Noah Misch2014-10-12
* Report success when Windows kill() emulation signals an exiting process.Noah Misch2014-07-23
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Preserve errno across free().Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21