postgresql/src/bin
Tom Lane 5491233f52 Ensure that 'errno' is saved and restored by all signal handlers that
might change it.  Experimentation shows that the signal handler call
mechanism does not save/restore errno for you, at least not on Linux
or HPUX, so this is definitely a real risk.
2000-12-18 17:33:42 +00:00
..
initdb Advertise --help (rather than '-?') as help option (problems with csh). 2000-11-25 19:05:44 +00:00
initlocation Advertise --help (rather than '-?') as help option (problems with csh). 2000-11-25 19:05:44 +00:00
ipcclean Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_config Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_ctl Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 2000-11-29 20:59:54 +00:00
pg_dump Updates for 7.1 branding. 2000-12-18 16:30:07 +00:00
pg_encoding Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
pg_id Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
pg_passwd Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
pgaccess Change ET_WARN to ET_NOTICE to match internal codes, leave message as 2000-12-15 20:01:55 +00:00
pgtclsh Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
psql Ensure that 'errno' is saved and restored by all signal handlers that 2000-12-18 17:33:42 +00:00
scripts Advertise --help (rather than '-?') as help option (problems with csh). 2000-11-25 19:05:44 +00:00
Makefile Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00