summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve reporting of error situations in find_other_exec().Tom Lane2012-07-271-2/+10
* Make new event trigger facility actually do something.Robert Haas2012-07-201-0/+9
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-051-29/+24
* Stamp HEAD as 9.3devel.Tom Lane2012-06-131-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-105-31/+31
* Fix dependency tracking for src/port/%_srv.o filesPeter Eisentraut2012-05-081-1/+8
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-073-296/+0
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-22/+2
* Kill some remaining references to SVR4 and univel.Tom Lane2012-05-021-3/+1
* Simplify makefile rulePeter Eisentraut2012-04-291-2/+1
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-281-1/+2
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-282-2/+23
* Speed up in-memory tuplesorting.Robert Haas2012-02-152-2/+2
* Attempt to fix MSVC builds and other fls-related breakage.Robert Haas2012-02-091-1/+1
* Fix typo in comment.Heikki Linnakangas2012-02-071-1/+1
* Support fls().Robert Haas2012-02-071-0/+64
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-301-1/+1
* Revert binary change in copyright year adjustment.Bruce Momjian2012-01-011-0/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-0131-30/+30
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-3/+1