summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-0/+293
* Stamp HEAD as 9.5devel.Tom Lane2014-06-101-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-0621-42/+49
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-0/+117
* Preserve errno across free().Tom Lane2014-04-041-0/+3
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-041-1/+110
* Fix assorted issues in client host name lookup.Tom Lane2014-04-021-4/+8
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-212-13/+9
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-134-8/+0
* Fix unportable coding in tarCreateHeader().Tom Lane2014-02-161-2/+2
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-7/+2
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-0/+26
* Move username lookup functions from /port to /commonBruce Momjian2014-01-102-85/+1
* Update copyright for 2014Bruce Momjian2014-01-0731-31/+31
* Fix whitespacePeter Eisentraut2013-12-271-1/+1
* Fix whitespacePeter Eisentraut2013-12-261-1/+1
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-182-1/+85
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-151-0/+1
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-301-70/+0
* Ensure _dosmaperr() actually sets errno correctly.Tom Lane2013-11-231-3/+5
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-111/+0
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-191-110/+0
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-181-90/+0
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-173-882/+2
* Add asprintf.cPeter Eisentraut2013-10-131-0/+111
* Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera2013-06-281-0/+20
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-261-0/+29
* Add a comment warning against use of pg_usleep() for long sleeps.Tom Lane2013-06-231-0/+10
* Use SA_RESTART for all signals, including SIGALRM.Tom Lane2013-06-151-3/+1
* Stamp HEAD as 9.4devel.Tom Lane2013-06-141-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-294-4/+6
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-171-9/+9
* Move pqsignal() to libpgport.Tom Lane2013-03-172-1/+78
* Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.Heikki Linnakangas2013-03-081-7/+1
* Add standard file header comment to quotes.c.Heikki Linnakangas2013-02-271-0/+15
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-273-28/+104
* Warn about initdb using mount-pointsBruce Momjian2013-02-161-2/+18
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-74/+0
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-062-10/+39
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-241-3/+30
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-052-1/+37
* Move tar function headers to pgtar.hMagnus Hagander2013-01-021-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-0130-30/+30
* Unify some tar functionality across different partsMagnus Hagander2013-01-012-1/+144
* Remove redundant code for getnameinfo() replacementPeter Eisentraut2012-10-041-5/+0
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-2/+10
* Fix typo in comment for pclose_check() function.Kevin Grittner2012-09-121-1/+1
* Add strerror() string to chdir() error messagePeter Eisentraut2012-08-281-3/+5