summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-08Use GetSystemTimeAsFileTime directly in win32Simon Riggs
2014-12-05Don't include file type bits in tar archive's mode field.Heikki Linnakangas
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-09-10Add support for optional_argument to our own getopt_long() implementation.Andres Freund
2014-07-23Report success when Windows kill() emulation signals an exiting process.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-11Stamp HEAD as 9.5devel.Tom Lane
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
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-17Fix unportable coding in tarCreateHeader().Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-28Fix whitespacePeter Eisentraut
2013-12-27Fix whitespacePeter Eisentraut
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-15Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii
2013-11-30Remove use of obsolescent Autoconf macrosPeter Eisentraut
2013-11-23Ensure _dosmaperr() actually sets errno correctly.Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-14Add asprintf.cPeter Eisentraut
2013-06-28Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-23Add a comment warning against use of pg_usleep() for long sleeps.Tom Lane
2013-06-15Use SA_RESTART for all signals, including SIGALRM.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.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