summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.6.12.REL9_6_12Tom Lane2019-02-111-2/+2
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-6/+5
* Stamp 9.6.11.REL9_6_11Tom Lane2018-11-051-2/+2
* Set snprintf.c's maximum number of NL arguments to be 31.Tom Lane2018-10-021-6/+10
* Make snprintf.c follow the C99 standard for snprintf's result value.Tom Lane2018-08-151-31/+63
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-151-1/+1
* Stamp 9.6.10.REL9_6_10Tom Lane2018-08-061-2/+2
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-231-29/+19
* Stamp 9.6.9.REL9_6_9Tom Lane2018-05-071-2/+2
* Stamp 9.6.8.REL9_6_8Tom Lane2018-02-261-2/+2
* Stamp 9.6.7.REL9_6_7Tom Lane2018-02-051-2/+2
* Stamp 9.6.6.REL9_6_6Tom Lane2017-11-061-2/+2
* Stamp 9.6.5.REL9_6_5Tom Lane2017-08-281-2/+2
* Stamp 9.6.4.REL9_6_4Tom Lane2017-08-071-2/+2
* Stamp 9.6.3.REL9_6_3Tom Lane2017-05-081-2/+2
* Run the postmaster's signal handlers without SA_RESTART.Tom Lane2017-04-241-1/+30
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-211-4/+20
* Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas2017-03-241-38/+143
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-171-142/+38
* Stamp 9.6.2.REL9_6_2Tom Lane2017-02-061-2/+2
* 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
* Stamp 9.6.1.REL9_6_1Tom Lane2016-10-241-2/+2
* Include <sys/select.h> where neededAlvaro Herrera2016-09-271-0/+3
* Re-add translation markers that were lostPeter Eisentraut2016-09-201-3/+3
* 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