postgresql/src/port
Tom Lane d97ae8230e Make the various places that determine the user's "home directory"
consistent.  On Unix we now always consult getpwuid(); $HOME isn't used
at all.  On Windows the code currently consults $USERPROFILE, or $HOME
if that's not defined, but I expect this will change as soon as the win32
hackers come to a consensus.  Nothing done yet about changing the file
names used underneath $USERPROFILE.
2005-01-06 01:00:12 +00:00
..
copydir.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
crypt.c License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to 2004-10-05 00:12:49 +00:00
dirmod.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
exec.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fseeko.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
getaddrinfo.c Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
gethostname.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
getopt_long.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
getopt.c Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
getrusage.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
gettimeofday.c Include c.h instead of postgres.h in files that need to be usable in 2004-06-24 18:53:48 +00:00
inet_aton.c Add new macro as shorthand for MS VC and Borland C++: 2004-09-27 23:24:45 +00:00
isinf.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
kill.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Add a missing dependency: the "install" target requires "all" to have 2004-10-27 11:51:40 +00:00
memcmp.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
noblock.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
open.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
path.c Make the various places that determine the user's "home directory" 2005-01-06 01:00:12 +00:00
pgsleep.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pgstrcasecmp.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pipe.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
qsort.c License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to 2004-10-05 00:12:49 +00:00
rand.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
random.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
rint.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
snprintf.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
sprompt.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
srandom.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
strdup.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
strerror.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
strtol.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
strtoul.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
thread.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
unsetenv.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
win32.ico Add as binary mode 2004-10-07 13:59:45 +00:00
win32ver.rc Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00