Commit Graph

93 Commits (fe2534e534c0572a71d6f0d2d51a2d058fc3524c)

Author SHA1 Message Date
Peter Eisentraut c6ea8ccea6 Use abort() instead of exit() to abort library functions 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian fd6dbc24ef Fix join_path_components() to not add a leading slash when joining to an 14 years ago
Robert Haas c7f23494c1 Add \ir command to psql. 15 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Bruce Momjian 8e7af60872 Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 15 years ago
Bruce Momjian 0de0cc150a Properly handle Win32 paths of 'E:abc', which can be either absolute or 15 years ago
Bruce Momjian 35b0a6b205 Simplify code used in is_absolute_path() macro; also add comment about 15 years ago
Bruce Momjian 426227850b Rename function to first_path_var_separator() to clarify it works with 15 years ago
Bruce Momjian bffb638d16 Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a path 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 5d7f69936e Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on 17 years ago
Magnus Hagander aa38153d22 Make directory name comparisons on Win32 case insensitive. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 84ce707ba8 Added --htmldir option to pg_config, equivalent to the new configure option. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Magnus Hagander 344d0cae64 Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane c92f7e258e Replace strncpy with strlcpy in selected places that seem possibly relevant 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 568b80168f Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 802c7aa30f Fix const cast in get_progname(). 20 years ago
Bruce Momjian 62a142036b Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 936d43d842 Fix make_relative_path() to support cases where target_path and bin_path 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 32e6c2a160 Use get_progname() in backend main.c, rather than port-specific hack 20 years ago
Tom Lane 4fc935a5d4 Fix problems with PGXS builds against an installation tree that was 21 years ago
Tom Lane 8aec77fb9f Fix platform-specific test for path prefix-ness: move it into path.c where 21 years ago
Tom Lane 0d1ebe0194 Fix up canonicalize_path to do the right thing in all cases (I think ... 21 years ago
Bruce Momjian 3b0ee862d6 Reverse out changes to canonicalize_path(), per suggestion from Tom. 21 years ago
Bruce Momjian 35379e9079 Modify canonicalize_path() so if we would return a trailing "..", throw 21 years ago
Bruce Momjian d95886e734 Update comments. 21 years ago
Bruce Momjian 6effc19d9c Document why we only handle trailing "..". 21 years ago
Bruce Momjian 6a60357588 Fix canonicalize_path so "../.." isn't stripped off and ignored. 21 years ago
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 21 years ago
Tom Lane 8e4f4078d8 Un-break MSVC build, per Andrew Dunstan. 21 years ago
Tom Lane bbeeea1437 Minor mop-up for Windows home-directory stuff, per Magnus. 21 years ago
Tom Lane a3f98d5795 Adjust lookup of client-side profile files (.pgpass and so on) as per 21 years ago
Tom Lane d97ae8230e Make the various places that determine the user's "home directory" 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian 33be9d359a Removes duplicate slashes from the path in canonicalize_path(). It 21 years ago
Tom Lane bffe45a72c Simplify relative-path logic, on the assumption that compiled-in paths 21 years ago