summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2015-03-25Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-03-07Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).Noah Misch
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-02-21Try to fix busted gettimeofday() code.Tom Lane
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.Tom Lane
2015-02-21Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas
2015-02-17Improve pg_check_dir code and comments.Robert Haas
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-04Add missing float.h include to snprintf.c.Andres Freund
2015-02-02port/snprintf(): fix overflow and do paddingBruce Momjian
2015-01-24Remove no-longer-referenced src/port/gethostname.c.Tom Lane
2015-01-16Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas
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