aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Stamp 9.6.3.REL9_6_3Tom Lane2017-05-08
* Run the postmaster's signal handlers without SA_RESTART.Tom Lane2017-04-24
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas2017-03-24
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-17
* Stamp 9.6.2.REL9_6_2Tom Lane2017-02-06
* Make pgwin32_putenv() visit debug CRTs.Noah Misch2016-12-03
* Remove wrong CloseHandle() call.Noah Misch2016-12-03
* Refine win32env.c cosmetics.Noah Misch2016-12-03
* Stamp 9.6.1.REL9_6_1Tom Lane2016-10-24
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Re-add translation markers that were lostPeter Eisentraut2016-09-20
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* pgindent run for 9.6Robert Haas2016-06-09
* Fix typo in VS2015 patchAndrew Dunstan2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Standardize GetTokenInformation() error reporting.Noah Misch2016-04-06
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Suppress GCC 6 warning about self-comparisonPeter Eisentraut2016-03-08
* Add new system view, pg_configJoe Conway2016-02-17
* Fix order of arguments to va_start()Alvaro Herrera2016-01-07
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Message improvementsPeter Eisentraut2015-11-16
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-16
* Stamp HEAD as 9.6devel.Tom Lane2015-06-30
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* pgindent run for 9.5Bruce Momjian2015-05-23
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-18
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-14
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane2015-03-25
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).Noah Misch2015-03-07
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Try to fix busted gettimeofday() code.Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.Tom Lane2015-02-21
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-21
* Improve pg_check_dir code and comments.Robert Haas2015-02-17
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09