aboutsummaryrefslogtreecommitdiff
path: root/src/port/path.c
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Suppress GCC 6 warning about self-comparisonPeter Eisentraut2016-03-08
* Add new system view, pg_configJoe Conway2016-02-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* pgindent run for 9.4Bruce Momjian2014-05-06
* Preserve errno across free().Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-05
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix join_path_components() to not add a leading slash when joining to anBruce Momjian2011-11-26
* Add \ir command to psql.Robert Haas2011-07-06
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian2011-02-13
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-12
* Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian2011-02-03
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-02
* Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian2011-02-02
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane2009-04-03
* Make directory name comparisons on Win32 case insensitive.Magnus Hagander2009-04-03
* Update copyright for 2009.Bruce Momjian2009-01-01
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15