summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Standardize GetTokenInformation() error reporting.Noah Misch2016-04-061-2/+2
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-2/+6
* Suppress GCC 6 warning about self-comparisonPeter Eisentraut2016-03-081-0/+4
* Add new system view, pg_configJoe Conway2016-02-171-0/+30
* Fix order of arguments to va_start()Alvaro Herrera2016-01-071-1/+1
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-071-0/+282
* Update copyright for 2016Bruce Momjian2016-01-0233-33/+33
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-211-38/+90
* Message improvementsPeter Eisentraut2015-11-161-2/+2
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-24/+11
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-0/+3
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-162-34/+96
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-2/+2
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-211-4/+4
* pgindent run for 9.5Bruce Momjian2015-05-234-18/+19
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-193-158/+2
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-183-40/+211
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-181-1/+2
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-3/+0
* Fix various typos and grammar errors in comments.Andres Freund2015-04-261-1/+1
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-141-13/+28
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-143-2/+121
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-142-1/+1170
* Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane2015-03-251-1/+80
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-141-1/+1
* Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).Noah Misch2015-03-071-1/+1
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+2
* Error when creating names too long for tar formatPeter Eisentraut2015-02-241-1/+9
* Try to fix busted gettimeofday() code.Tom Lane2015-02-211-3/+4
* Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.Tom Lane2015-02-211-6/+6
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-211-8/+12
* Improve pg_check_dir code and comments.Robert Haas2015-02-171-4/+19
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-092-22/+1
* Add missing float.h include to snprintf.c.Andres Freund2015-02-041-0/+3
* port/snprintf(): fix overflow and do paddingBruce Momjian2015-02-021-7/+62
* Remove no-longer-referenced src/port/gethostname.c.Tom Lane2015-01-241-33/+0
* Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas2015-01-161-1/+1
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-15/+1
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-112-5/+15
* Update copyright for 2015Bruce Momjian2015-01-0632-32/+32
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-081-2/+51
* Use GetSystemTimeAsFileTime directly in win32Simon Riggs2014-12-081-6/+12
* Don't include file type bits in tar archive's mode field.Heikki Linnakangas2014-12-051-2/+2
* Fix win32setlocale.c const-related warnings.Noah Misch2014-11-021-4/+8
* Work around Windows locale name with non-ASCII character.Heikki Linnakangas2014-10-241-44/+114
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-211-3/+5
* Suppress dead, unportable src/port/crypt.c code.Noah Misch2014-10-121-1/+1
* Add support for optional_argument to our own getopt_long() implementation.Andres Freund2014-09-101-4/+12
* Report success when Windows kill() emulation signals an exiting process.Noah Misch2014-07-231-7/+22
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-0/+293