| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
| * | Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on | Tom Lane | 2009-04-03 | 1 | -5/+7 |
| * | Make directory name comparisons on Win32 case insensitive. | Magnus Hagander | 2009-04-03 | 1 | -1/+6 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 | 1 | -1/+10 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -7/+8 |
| * | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 | 1 | -5/+9 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -8/+8 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -5/+5 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -2/+2 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 1 | -49/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix const cast in get_progname(). | Bruce Momjian | 2006-02-01 | 1 | -2/+2 |
| * | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 | 1 | -16/+17 |
| * | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane | 2005-12-23 | 1 | -16/+67 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -38/+37 |
| * | Use get_progname() in backend main.c, rather than port-specific hack | Bruce Momjian | 2005-10-13 | 1 | -2/+2 |
| * | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 | 1 | -1/+19 |
| * | Fix platform-specific test for path prefix-ness: move it into path.c where | Tom Lane | 2005-08-29 | 1 | -1/+17 |
| * | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 | 1 | -14/+75 |
| * | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 | 1 | -50/+16 |
| * | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 | 1 | -16/+50 |
| * | Update comments. | Bruce Momjian | 2005-08-12 | 1 | -2/+2 |
| * | Document why we only handle trailing "..". | Bruce Momjian | 2005-08-12 | 1 | -2/+8 |
| * | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian | 2005-08-11 | 1 | -2/+5 |
| * | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 | 1 | -3/+3 |
| * | Un-break MSVC build, per Andrew Dunstan. | Tom Lane | 2005-01-10 | 1 | -1/+8 |
| * | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | 1 | -1/+2 |
| * | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 | 1 | -10/+11 |
| * | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | 1 | -11/+25 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Removes duplicate slashes from the path in canonicalize_path(). It | Bruce Momjian | 2004-11-07 | 1 | -7/+27 |
| * | Simplify relative-path logic, on the assumption that compiled-in paths | Tom Lane | 2004-11-06 | 1 | -163/+65 |
| * | Fix sizeof(EXE) arithmetic, per Andrew Dunstan. | Tom Lane | 2004-11-06 | 1 | -3/+3 |
| * | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane | 2004-11-06 | 1 | -56/+130 |
| * | Add comment about memory failure of get_progname exiting the postmaster: | Bruce Momjian | 2004-11-02 | 1 | -2/+2 |
| * | Adjust use of sizeof(EXE). | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Clarify coding of .exe patch | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. | Bruce Momjian | 2004-10-27 | 1 | -6/+11 |
| * | On Windows, cause get_progname to strip any .EXE suffix. | Tom Lane | 2004-10-24 | 1 | -4/+27 |
| * | Fix gratuitous weirdness in function prototype, per Kris Jurka. | Tom Lane | 2004-09-24 | 1 | -2/+2 |
| * | Remove useless variable. | Tom Lane | 2004-09-02 | 1 | -7/+1 |
| * | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 | 1 | -22/+34 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -56/+60 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 | 1 | -1/+22 |