postgresql/src/port
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)
environment variable processing to libpq.

The patch also adds code to our client apps so we set the environment
variable directly based on our binary location, unless it is already
set. This will allow our applications to emit proper locale messages
that are generated in libpq.
2004-06-03 00:07:38 +00:00
..
copydir.c Replace opendir/closedir calls throughout the backend with AllocateDir 2004-02-23 23:03:10 +00:00
crypt.c
dirmod.c For immediate application to HEAD. 2004-02-26 02:59:26 +00:00
exec.c Remove pstrdup() call from exec.c because DLLIMPORT flag on 2004-05-24 22:35:37 +00:00
fseeko.c fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c. 2004-03-23 05:26:53 +00:00
getaddrinfo.c
gethostname.c
getopt_long.c
getopt.c
getrusage.c
gettimeofday.c Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
inet_aton.c
isinf.c
kill.c Move pgkill out into /port so pg_ctl can use it on Win32. 2004-05-27 13:08:57 +00:00
Makefile Add thread library to libpgport creation. 2004-05-30 14:07:47 +00:00
memcmp.c
noblock.c Move non-blocking code into its own /port file, for code clarity. 2004-03-10 21:12:49 +00:00
open.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
path.c Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 2004-06-03 00:07:38 +00:00
pgsleep.c Here's an attempt at new socket and signal code for win32. 2004-04-12 16:19:18 +00:00
pgstrcasecmp.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
pipe.c Move find_my_exec() way up into main.c so it is available to the 2004-05-18 20:18:59 +00:00
qsort.c
rand.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
random.c
rint.c
snprintf.c
sprompt.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
srandom.c
strdup.c
strerror.c
strtol.c
strtoul.c
thread.c Add new auto-detection of thread flags. 2004-04-23 18:15:55 +00:00
unsetenv.c Second try at a portable unsetenv(). 2004-05-05 21:18:29 +00:00