OSDN Git Service

8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[pg-rex/syncrep.git] / src / port / path.c
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-03 Tom LaneUse (unsigned char) cast in argument of pg_tolower...
2009-04-03 Magnus HaganderMake directory name comparisons on Win32 case insensitive.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-01 Bruce MomjianFix const cast in get_progname().
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2005-12-23 Tom LaneFix make_relative_path() to support cases where target_...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUse get_progname() in backend main.c, rather than port...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-12 Tom LaneFix up canonicalize_path to do the right thing in all...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-08-12 Bruce MomjianUpdate comments.
2005-08-12 Bruce MomjianDocument why we only handle trailing "..".
2005-08-11 Bruce MomjianFix canonicalize_path so "../.." isn't stripped off...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-10 Tom LaneUn-break MSVC build, per Andrew Dunstan.
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-07 Bruce MomjianRemoves duplicate slashes from the path in canonicalize...
2004-11-06 Tom LaneSimplify relative-path logic, on the assumption that...
2004-11-06 Tom LaneFix sizeof(EXE) arithmetic, per Andrew Dunstan.
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-11-02 Bruce MomjianAdd comment about memory failure of get_progname exitin...
2004-11-01 Bruce MomjianAdjust use of sizeof(EXE).
2004-11-01 Bruce MomjianClarify coding of .exe patch
2004-10-27 Bruce MomjianCanonicalize Win32 path coming in from pg_ctl -D, idea...
2004-10-24 Tom LaneOn Windows, cause get_progname to strip any .EXE suffix.
2004-09-24 Tom LaneFix gratuitous weirdness in function prototype, per...
2004-09-02 Tom LaneRemove useless variable.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-09 Tom LanePath-mangling logic was failing to account for paths...
2004-08-01 Bruce MomjianCreate a C version of pg_config.
2004-07-12 Bruce MomjianAdd blank line to new canonicalize_path file, which...
2004-07-12 Bruce MomjianPut back canonicalization of PGDATA environment variable.
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Bruce MomjianFix trim_trailing_separator() to not trim c:\ nor ...
2004-07-10 Tom LaneFix BSD-only coding in port.c (passing a local variable...
2004-06-11 Bruce MomjianUse sizeof() rather than strlen() in array size.
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-06-08 Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-26 Bruce MomjianMove setlocale() outside of NLS-only defines.
2004-05-25 Bruce MomjianAllow relative paths as long as the hardcoded path...
2004-05-25 Bruce MomjianFix set_pglocale to properly pass my_exec_path to get_l...
2004-05-25 Bruce MomjianSkip settting LC_ALL in the backend.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-08-04 Bruce Momjianpgindent run.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.