summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-01Suppress GCC 6 warning about self-comparisonTom Lane
2016-08-08Stamp 9.3.14.REL9_3_14Tom Lane
2016-05-09Stamp 9.3.13.REL9_3_13Tom 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.3.12.REL9_3_12Tom Lane
2016-02-08Stamp 9.3.11.REL9_3_11Tom Lane
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-05Stamp 9.3.10.REL9_3_10Tom 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.3.9.REL9_3_9Tom Lane
2015-06-01Stamp 9.3.8.REL9_3_8Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Stamp 9.3.7.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-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.3.6.REL9_3_6Tom Lane
2015-02-02port/snprintf(): fix overflow and do paddingBruce Momjian
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
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-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-07-21Stamp 9.3.5.REL9_3_5Tom Lane
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-17Stamp 9.3.4.REL9_3_4Tom Lane
2014-02-17Stamp 9.3.3.REL9_3_3Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix unportable coding in tarCreateHeader().Tom Lane
2013-12-15Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii
2013-12-02Stamp 9.3.2.REL9_3_2Tom Lane
2013-11-23Ensure _dosmaperr() actually sets errno correctly.Tom Lane
2013-10-08Stamp 9.3.1.REL9_3_1Peter Eisentraut
2013-06-15Use SA_RESTART for all signals, including SIGALRM.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-08Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.Heikki Linnakangas
2013-02-27Add standard file header comment to quotes.c.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-16Warn about initdb using mount-pointsBruce Momjian