summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix join_path_components() to not add a leading slash when joining to anBruce Momjian2011-11-261-1/+2
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-031-1/+1
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-012-106/+115
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-011-0/+106
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-11/+11
* Make pgbench use erand48() rather than random().Robert Haas2011-08-034-11/+15
* Add \ir command to psql.Robert Haas2011-07-061-0/+11
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* Stamp HEAD as 9.2devel.Tom Lane2011-06-111-2/+2
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-094-7/+7
* Typo fix.Tom Lane2011-06-021-1/+1
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-021-0/+80
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-2/+2
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-251-4/+3
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-1010-55/+56
* Fix up handling of C/POSIX collations.Tom Lane2011-03-201-0/+26