summaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAgeFilesLines
* Add \ir command to psql.Robert Haas2011-07-061-0/+11
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-9/+10
* 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
* 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-021-2/+2
* Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian2011-02-021-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane2009-04-031-5/+7
* Make directory name comparisons on Win32 case insensitive.Magnus Hagander2009-04-031-1/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-181-1/+10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-7/+8
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-231-5/+9
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-5/+5
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-49/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix const cast in get_progname().Bruce Momjian2006-02-011-2/+2
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-011-16/+17
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-231-16/+67
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-38/+37
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-131-2/+2
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-271-1/+19
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-291-1/+17
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-121-14/+75
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-121-50/+16
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-121-16/+50
* Update comments.Bruce Momjian2005-08-121-2/+2
* Document why we only handle trailing "..".Bruce Momjian2005-08-121-2/+8
* Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian2005-08-111-2/+5
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-3/+3
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-101-1/+8
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-1/+2
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-10/+11
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-11/+25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-071-7/+27
* Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane2004-11-061-163/+65
* Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane2004-11-061-3/+3
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-061-56/+130
* Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian2004-11-021-2/+2