aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* 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
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian2011-02-13
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-12
* Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian2011-02-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Move pipe.c into the backend.Robert Haas2011-02-04
* Avoid including postgres.h in frontend compiles of src/port.Robert Haas2011-02-04
* Use $(MAKE) rather than make.Robert Haas2011-02-04
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian2011-02-03
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-02
* Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian2011-02-02
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Avoid clobbering errno, per comment from Tom.Alvaro Herrera2010-12-16
* Fix inconsequential FILE pointer leakageAlvaro Herrera2010-12-16
* Add some minor missing error checksAlvaro Herrera2010-12-16
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-10
* Fix portability issues in new src/port/inet_net_ntop.c file.Tom Lane2010-11-26
* Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian2010-11-25
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Modify pg_upgrade to set/restore all environment variables related toBruce Momjian2010-09-07
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Stamp HEAD as 9.1devel.Tom Lane2010-07-09
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-02
* Allow copydir() to be interrupted.Robert Haas2010-07-01
* Use __bsdi__ consistently.Bruce Momjian2010-05-15
* Code page for EUC-KR is surely 51949.Itagaki Takahiro2010-05-06
* Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale()Itagaki Takahiro2010-04-28
* Update a number of broken links in comments.Magnus Hagander2010-04-02