summaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+18
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-231-18/+69
* 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
* Move setlocale() outside of NLS-only defines.Bruce Momjian2004-05-261-1/+3
* Allow relative paths as long as the hardcoded path matches the bin pathBruce Momjian2004-05-251-81/+67
* Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...Bruce Momjian2004-05-251-2/+2
* Skip settting LC_ALL in the backend.Bruce Momjian2004-05-251-2/+5
* Make the locale location relocatable.Bruce Momjian2004-05-251-21/+80
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-4/+7
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-191-19/+1
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-2/+2
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-37/+241
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-3/+3
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-1/+2
* The win32 port backend will require the functionality provided byBruce Momjian2004-03-091-1/+27