postgresql/src/bin
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix
socket file, in favor of having an ordinary lockfile beside the socket file.
Clean up a few robustness problems in the lockfile code.  If postmaster is
going to reject a connection request based on database state, it will now
tell you so before authentication exchange not after.  (Of course, a failure
after is still possible if conditions change meanwhile, but this makes life
easier for a yet-to-be-written pg_ping utility.)
2000-11-29 20:59:54 +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 This patch allow pg_dump save name of primary key constraint (if primary 2000-11-27 20:51:40 +00:00
pg_encoding Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pg_id The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
pg_passwd Pay attention to fgets() failure return. 2000-11-27 03:58:58 +00:00
pgaccess Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
pgtclsh Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
psql Pay attention to failure returns from fgets() in all cases. 2000-11-27 02:20:36 +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