summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Put back #include <windows.h> in dirmod.c.Tom Lane2017-02-251-0/+1
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-255-9/+0
* Attempt to handle pending-delete files on WindowsMagnus Hagander2017-01-042-0/+18
* Update copyright via script for 2017Bruce Momjian2017-01-0335-35/+35
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-053-0/+160
* Make pgwin32_putenv() probe every known CRT, regardless of compiler.Noah Misch2016-12-041-5/+5
* Make pgwin32_putenv() follow DLL loading and unloading.Noah Misch2016-12-031-112/+48
* Make pgwin32_putenv() visit debug CRTs.Noah Misch2016-12-031-0/+27
* Remove wrong CloseHandle() call.Noah Misch2016-12-031-1/+0
* Refine win32env.c cosmetics.Noah Misch2016-12-031-29/+21
* pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane2016-11-051-2/+2
* Remove invitation to report a bug about unknown encodingPeter Eisentraut2016-10-271-4/+2
* Allow pg_basebackup to stream transaction log in tar modeMagnus Hagander2016-10-231-1/+1
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-182-149/+1
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-172-1/+149
* Remove "sco" and "unixware" ports.Tom Lane2016-10-111-1/+0
* Include <sys/select.h> where neededAlvaro Herrera2016-09-271-0/+3
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-252-2/+2
* Re-add translation markers that were lostPeter Eisentraut2016-09-201-3/+3
* Simplify correct use of simple_prompt().Tom Lane2016-08-301-27/+17
* Stamp HEAD as 10devel.Tom Lane2016-08-151-2/+2
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-081-1/+2
* pgindent run for 9.6Robert Haas2016-06-091-3/+2
* Fix typo in VS2015 patchAndrew Dunstan2016-04-291-1/+1
* Support building with Visual Studio 2015Andrew Dunstan2016-04-292-13/+51
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-221-0/+3
* 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