Age | Commit message (Expand) | Author |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-01 | Fix const cast in get_progname(). | Bruce Momjian |
2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
2005-12-23 | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-13 | Use get_progname() in backend main.c, rather than port-specific hack | Bruce Momjian |
2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom Lane |
2005-08-29 | Fix platform-specific test for path prefix-ness: move it into path.c where | Tom Lane |
2005-08-12 | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane |
2005-08-12 | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian |
2005-08-12 | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian |
2005-08-12 | Update comments. | Bruce Momjian |
2005-08-12 | Document why we only handle trailing "..". | Bruce Momjian |
2005-08-11 | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian |
2005-01-26 | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane |
2005-01-10 | Un-break MSVC build, per Andrew Dunstan. | Tom Lane |
2005-01-06 | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane |
2005-01-06 | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane |
2005-01-06 | Make the various places that determine the user's "home directory" | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-11-07 | Removes duplicate slashes from the path in canonicalize_path(). It | Bruce Momjian |
2004-11-06 | Simplify relative-path logic, on the assumption that compiled-in paths | Tom Lane |
2004-11-06 | Fix sizeof(EXE) arithmetic, per Andrew Dunstan. | Tom Lane |
2004-11-06 | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane |
2004-11-02 | Add comment about memory failure of get_progname exiting the postmaster: | Bruce Momjian |
2004-11-01 | Adjust use of sizeof(EXE). | Bruce Momjian |
2004-11-01 | Clarify coding of .exe patch | Bruce Momjian |
2004-10-27 | Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. | Bruce Momjian |
2004-10-24 | On Windows, cause get_progname to strip any .EXE suffix. | Tom Lane |
2004-09-24 | Fix gratuitous weirdness in function prototype, per Kris Jurka. | Tom Lane |
2004-09-02 | Remove useless variable. | Tom Lane |
2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-18 | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian |
2004-08-13 | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane |
2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
2004-08-12 | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian |
2004-08-09 | Path-mangling logic was failing to account for paths containing mentions | Tom Lane |
2004-08-01 | Create a C version of pg_config. | Bruce Momjian |
2004-07-12 | Add blank line to new canonicalize_path file, which handles "a b\" properly. | Bruce Momjian |
2004-07-12 | Put back canonicalization of PGDATA environment variable. | Bruce Momjian |
2004-07-11 | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian |
2004-07-11 | Fix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32. | Bruce Momjian |
2004-07-10 | Fix BSD-only coding in port.c (passing a local variable to putenv). | Tom Lane |
2004-06-11 | Use sizeof() rather than strlen() in array size. | Bruce Momjian |
2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
2004-06-08 | Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. | Bruce Momjian |
2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |