| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -2/+4 |
| * | Preserve errno across free(). | Tom Lane | 2014-04-04 | 1 | -0/+3 |
| * | Make sure -D is an absolute path when starting server on Windows. | Tom Lane | 2014-04-04 | 1 | -1/+110 |
| * | C comments: remove odd blank lines after #ifdef WIN32 lines | Bruce Momjian | 2014-03-13 | 1 | -2/+0 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Don't try to trim "../" in join_path_components(). | Tom Lane | 2012-07-05 | 1 | -29/+24 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
| * | Use abort() instead of exit() to abort library functions | Peter Eisentraut | 2012-01-30 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Fix join_path_components() to not add a leading slash when joining to an | Bruce Momjian | 2011-11-26 | 1 | -1/+2 |
| * | Add \ir command to psql. | Robert Haas | 2011-07-06 | 1 | -0/+11 |
| * | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 | 1 | -1/+1 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -9/+10 |
| * | Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. | Bruce Momjian | 2011-02-13 | 1 | -1/+1 |
| * | Properly handle Win32 paths of 'E:abc', which can be either absolute or | Bruce Momjian | 2011-02-12 | 1 | -0/+33 |
| * | Simplify code used in is_absolute_path() macro; also add comment about | Bruce Momjian | 2011-02-03 | 1 | -6/+0 |
| * | Rename function to first_path_var_separator() to clarify it works with | Bruce Momjian | 2011-02-02 | 1 | -2/+2 |
| * | Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a path | Bruce Momjian | 2011-02-02 | 1 | -3/+3 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | 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 |