summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-17Fix a low-probability crash in our qsort implementation.Tom Lane
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-22Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-19Revert error-throwing wrappers for the printf family of functions.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-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-14Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
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