summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian2011-02-131-1/+1
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-121-0/+33
* Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian2011-02-101-2/+2
* Per-column collation supportPeter Eisentraut2011-02-081-9/+12
* Move pipe.c into the backend.Robert Haas2011-02-042-103/+0
* Avoid including postgres.h in frontend compiles of src/port.Robert Haas2011-02-043-0/+13
* Use $(MAKE) rather than make.Robert Haas2011-02-041-1/+1
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-0/+7
* Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian2011-02-031-6/+0
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-022-3/+3
* Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian2011-02-021-3/+3
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-301-2/+1
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-091-0/+118
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0129-29/+29
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-162-18/+22
* Avoid clobbering errno, per comment from Tom.Alvaro Herrera2010-12-161-1/+1
* Fix inconsequential FILE pointer leakageAlvaro Herrera2010-12-161-0/+1
* Add some minor missing error checksAlvaro Herrera2010-12-161-0/+5
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-103-4/+227
* Fix portability issues in new src/port/inet_net_ntop.c file.Tom Lane2010-11-261-1/+24
* Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian2010-11-251-1/+1
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-243-8/+281
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-2043-43/+43
* Modify pg_upgrade to set/restore all environment variables related toBruce Momjian2010-09-071-1/+2
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Stamp HEAD as 9.1devel.Tom Lane2010-07-091-2/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-064-35/+35
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-022-274/+2
* Allow copydir() to be interrupted.Robert Haas2010-07-011-1/+8
* Use __bsdi__ consistently.Bruce Momjian2010-05-151-7/+7
* Code page for EUC-KR is surely 51949.Itagaki Takahiro2010-05-061-2/+2
* Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale()Itagaki Takahiro2010-04-281-1/+2
* Update a number of broken links in comments.Magnus Hagander2010-04-021-2/+2
* Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.Tom Lane2010-03-011-6/+8
* add EPERM to the list of return codes to expect from opening directories base...Greg Stark2010-03-011-3/+5
* Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...Greg Stark2010-02-281-15/+38
* pgindent run for 9.0Bruce Momjian2010-02-265-47/+61
* Some platforms reject fsync() on files opened O_RDONLY.Tom Lane2010-02-231-4/+2
* Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane2010-02-221-1/+4
* Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane2010-02-221-15/+18
* Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark2010-02-221-1/+3
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark2010-02-151-3/+17
* remove an unused variable 'dirfd'.Itagaki Takahiro2010-02-151-2/+1
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-151-27/+57
* Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark2010-02-141-1/+22
* Avoid changing the sign of zero. Per buildfarm failures.Tom Lane2010-02-061-3/+3
* Rewrite rint() to enable removal of copyright mention; patch fromBruce Momjian2010-02-051-20/+2