summaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-131-4/+4
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-121-3/+12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-121-1/+18
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-091-5/+27
* Create a C version of pg_config.Bruce Momjian2004-08-011-3/+35
* Add blank line to new canonicalize_path file, which handles "a b\" properly.Bruce Momjian2004-07-121-1/+2
* Put back canonicalization of PGDATA environment variable.Bruce Momjian2004-07-121-8/+18
* Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian2004-07-111-23/+34
* Fix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32.Bruce Momjian2004-07-111-2/+21
* Fix BSD-only coding in port.c (passing a local variable to putenv).Tom Lane2004-07-101-12/+12
* Use sizeof() rather than strlen() in array size.Bruce Momjian2004-06-111-2/+2
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-17/+36
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-081-6/+6
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-7/+22