summaryrefslogtreecommitdiff
path: root/src/port/path.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-03Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane
2009-04-03Make directory name comparisons on Win32 case insensitive.Magnus Hagander
2009-01-01Update copyright for 2009.Bruce Momjian
2008-02-18Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-23Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-01Fix const cast in get_progname().Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2005-12-23Fix make_relative_path() to support cases where target_path and bin_pathTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian
2005-08-12Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian
2005-08-12Update comments.Bruce Momjian
2005-08-12Document why we only handle trailing "..".Bruce Momjian
2005-08-11Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-10Un-break MSVC build, per Andrew Dunstan.Tom Lane
2005-01-06Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-07Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian
2004-11-06Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane
2004-11-06Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane
2004-11-06Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane
2004-11-02Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian
2004-11-01Adjust use of sizeof(EXE).Bruce Momjian
2004-11-01Clarify coding of .exe patchBruce Momjian
2004-10-27Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian
2004-10-24On Windows, cause get_progname to strip any .EXE suffix.Tom Lane
2004-09-24Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane
2004-09-02Remove useless variable.Tom Lane
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian