aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Stamp 9.5.19.REL9_5_19Tom Lane2019-08-05
* Stamp 9.5.18.REL9_5_18Tom Lane2019-06-17
* Stamp 9.5.17.REL9_5_17Tom Lane2019-05-06
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-04
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Stamp 9.5.15.REL9_5_15Tom Lane2018-11-05
* Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane2018-10-02
* Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane2018-08-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-06
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-23
* Stamp 9.5.13.REL9_5_13Tom Lane2018-05-07
* Stamp 9.5.12.Tom Lane2018-02-26
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-05
* Stamp 9.5.10.REL9_5_10Tom Lane2017-11-06
* Stamp 9.5.9.REL9_5_9Tom Lane2017-08-28
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-07
* Stamp 9.5.7.REL9_5_7Tom Lane2017-05-08
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Stamp 9.5.6.REL9_5_6Tom 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.5.5.REL9_5_5Tom Lane2016-10-24
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Suppress GCC 6 warning about self-comparisonTom Lane2016-09-01
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-08
* Stamp 9.5.3.REL9_5_3Tom Lane2016-05-09
* Fix typo in VS2015 patchAndrew Dunstan2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* 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.5.2.REL9_5_2Tom Lane2016-03-28
* Stamp 9.5.1.REL9_5_1Tom Lane2016-02-08
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Message improvementsPeter Eisentraut2015-11-16
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* 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
* pgindent run for 9.5Bruce Momjian2015-05-23
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* 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
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-14
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane2015-03-25