summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
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
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-11Stamp HEAD as 9.2devel.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-02Typo fix.Tom Lane
2011-06-02Implement getpeereid() as a src/port compatibility function.Tom Lane
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Give getopt() a prototype and modern style arg specs.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-20Fix up handling of C/POSIX collations.Tom Lane
2011-02-13Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian
2011-02-12Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian
2011-02-10Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-04Move pipe.c into the backend.Robert Haas
2011-02-04Avoid including postgres.h in frontend compiles of src/port.Robert Haas
2011-02-04Use $(MAKE) rather than make.Robert Haas
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-03Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian
2011-02-03Rename function to first_path_var_separator() to clarify it works withBruce Momjian
2011-02-03Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-09Add pgreadlink() on Windows to read junction pointsMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane
2010-12-16Avoid clobbering errno, per comment from Tom.Alvaro Herrera
2010-12-16Fix inconsequential FILE pointer leakageAlvaro Herrera
2010-12-16Add some minor missing error checksAlvaro Herrera
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-11-26Fix portability issues in new src/port/inet_net_ntop.c file.Tom Lane
2010-11-25Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-07Modify pg_upgrade to set/restore all environment variables related toBruce Momjian
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas
2010-07-01Allow copydir() to be interrupted.Robert Haas