Commits

DateSubjectAuthorReleases
2012-07-05 Don't try to trim "../" in join_path_components(). Tom Lane 8.4.13
2009-04-03 Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on Tom Lane 8.2.14
2009-04-03 Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on Tom Lane 8.3.8
2009-04-03 Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on Tom Lane 8.4.0
2006-09-27 Replace strncpy with strlcpy in selected places that seem possibly relevant Tom Lane 8.2.0
2006-09-22 Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only Tom Lane 8.2.0
2006-09-11 Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in Tom Lane 8.2.0
2005-12-23 Fix make_relative_path() to support cases where target_path and bin_path Tom Lane 8.0.6
2005-12-23 Fix make_relative_path() to support cases where target_path and bin_path Tom Lane 8.1.2
2005-12-23 Fix make_relative_path() to support cases where target_path and bin_path Tom Lane 8.2.0
2005-09-27 Fix problems with PGXS builds against an installation tree that was Tom Lane 8.1.0
2005-08-29 Fix platform-specific test for path prefix-ness: move it into path.c where Tom Lane 8.1.0
2005-08-12 Fix up canonicalize_path to do the right thing in all cases (I think ... Tom Lane 8.1.0
2005-01-26 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the Tom Lane 8.0.1
2005-01-26 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the Tom Lane 8.1.0
2005-01-10 Un-break MSVC build, per Andrew Dunstan. Tom Lane 8.0.0
2005-01-06 Minor mop-up for Windows home-directory stuff, per Magnus. Tom Lane 8.0.0
2005-01-06 Adjust lookup of client-side profile files (.pgpass and so on) as per Tom Lane 8.0.0
2005-01-06 Make the various places that determine the user's "home directory" Tom Lane 8.0.0
2004-11-06 Simplify relative-path logic, on the assumption that compiled-in paths Tom Lane 8.0.0
2004-11-06 Fix sizeof(EXE) arithmetic, per Andrew Dunstan. Tom Lane 8.0.0
2004-11-06 Code cleanup in path.c and exec.c. Handle Windows drive and network specs Tom Lane 8.0.0
2004-10-24 On Windows, cause get_progname to strip any .EXE suffix. Tom Lane 8.0.0
2004-09-24 Fix gratuitous weirdness in function prototype, per Kris Jurka. Tom Lane 8.0.0
2004-09-02 Remove useless variable. Tom Lane 8.0.0