aboutsummaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAge
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-13
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-27
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-12
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-12
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-12
* Update comments.Bruce Momjian2005-08-12
* Document why we only handle trailing "..".Bruce Momjian2005-08-12
* Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian2005-08-11
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-10
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-06
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-06
* Make the various places that determine the user's "home directory"Tom Lane2005-01-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-07
* Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane2004-11-06
* Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane2004-11-06
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-06
* Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian2004-11-02
* Adjust use of sizeof(EXE).Bruce Momjian2004-11-01
* Clarify coding of .exe patchBruce Momjian2004-11-01
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-27
* On Windows, cause get_progname to strip any .EXE suffix.Tom Lane2004-10-24
* Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane2004-09-24
* Remove useless variable.Tom Lane2004-09-02
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-18
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-13
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-09
* Create a C version of pg_config.Bruce Momjian2004-08-01