summaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust use of sizeof(EXE).Bruce Momjian2004-11-011-4/+4
* Clarify coding of .exe patchBruce Momjian2004-11-011-4/+4
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-271-6/+11
* On Windows, cause get_progname to strip any .EXE suffix.Tom Lane2004-10-241-4/+27
* Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane2004-09-241-2/+2
* Remove useless variable.Tom Lane2004-09-021-7/+1
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-22/+34
* Pgindent run for 8.0.Bruce Momjian2004-08-291-56/+60
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-181-1/+22