Commits

Showing commits that first shipped in 8.0 (backpatches included). Clear

DateSubjectAuthorReleases
2006-02-01 Fix const cast in get_progname(). Bruce Momjian 8.0.7
2006-02-01 Set progname early in the postmaster/postgres binary, rather than doing Bruce Momjian 8.0.7
2005-12-23 Fix make_relative_path() to support cases where target_path and bin_path Tom Lane 8.0.6
2005-01-26 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the Tom Lane 8.0.1
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-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-11-07 Removes duplicate slashes from the path in canonicalize_path(). It Bruce Momjian 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-11-02 Add comment about memory failure of get_progname exiting the postmaster: Bruce Momjian 8.0.0
2004-11-01 Adjust use of sizeof(EXE). Bruce Momjian 8.0.0
2004-11-01 Clarify coding of .exe patch Bruce Momjian 8.0.0
2004-10-27 Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. Bruce Momjian 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
2004-08-29 Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. Tom Lane 8.0.0
2004-08-29 Pgindent run for 8.0. Bruce Momjian 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-08-18 Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. Bruce Momjian 8.0.0
2004-08-13 Fix core dumps, inability to count, etc associated with canonicalize_path Tom Lane 8.0.0