aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.Heikki Linnakangas2013-03-08
* Add standard file header comment to quotes.c.Heikki Linnakangas2013-02-27
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Warn about initdb using mount-pointsBruce Momjian2013-02-16
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Remove redundant code for getnameinfo() replacementPeter Eisentraut2012-10-04
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Fix typo in comment for pclose_check() function.Kevin Grittner2012-09-12
* Add strerror() string to chdir() error messagePeter Eisentraut2012-08-28
* Improve reporting of error situations in find_other_exec().Tom Lane2012-07-27
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-05
* Stamp HEAD as 9.3devel.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix dependency tracking for src/port/%_srv.o filesPeter Eisentraut2012-05-08
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-07
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-03
* Kill some remaining references to SVR4 and univel.Tom Lane2012-05-02
* Simplify makefile rulePeter Eisentraut2012-04-29
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-28
* Speed up in-memory tuplesorting.Robert Haas2012-02-15
* Attempt to fix MSVC builds and other fls-related breakage.Robert Haas2012-02-09
* Fix typo in comment.Heikki Linnakangas2012-02-07
* Support fls().Robert Haas2012-02-07
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-30
* Revert binary change in copyright year adjustment.Bruce Momjian2012-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* Fix join_path_components() to not add a leading slash when joining to anBruce Momjian2011-11-26
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-03
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Add \ir command to psql.Robert Haas2011-07-06
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Stamp HEAD as 9.2devel.Tom Lane2011-06-11
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Typo fix.Tom Lane2011-06-02
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25