summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2013-06-28Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-23Add a comment warning against use of pg_usleep() for long sleeps.Tom Lane
2013-06-15Use SA_RESTART for all signals, including SIGALRM.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-08Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.Heikki Linnakangas
2013-02-27Add standard file header comment to quotes.c.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-16Warn about initdb using mount-pointsBruce Momjian
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-01-24Use correct output device for Windows prompts.Andrew Dunstan
2013-01-05Centralize single quote escaping in src/port/quotes.cMagnus Hagander
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Unify some tar functionality across different partsMagnus Hagander
2012-10-05Remove redundant code for getnameinfo() replacementPeter Eisentraut
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-09-13Fix typo in comment for pclose_check() function.Kevin Grittner
2012-08-29Add strerror() string to chdir() error messagePeter Eisentraut
2012-07-27Improve reporting of error situations in find_other_exec().Tom Lane
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-05Don't try to trim "../" in join_path_components().Tom Lane
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-08Fix dependency tracking for src/port/%_srv.o filesPeter Eisentraut
2012-05-07Remove strdup, strtol, strtoul from libpgportPeter Eisentraut
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-02Kill some remaining references to SVR4 and univel.Tom Lane
2012-04-29Simplify makefile rulePeter Eisentraut
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-09Attempt to fix MSVC builds and other fls-related breakage.Robert Haas
2012-02-07Fix typo in comment.Heikki Linnakangas
2012-02-07Support fls().Robert Haas
2012-01-30Use abort() instead of exit() to abort library functionsPeter Eisentraut
2012-01-02Revert binary change in copyright year adjustment.Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-11-26Fix join_path_components() to not add a leading slash when joining to anBruce Momjian
2011-09-03Fix typo in pg_srand48 (srand48 in older branches).Tom Lane
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-07-06Add \ir command to psql.Robert Haas