postgresql/src/backend/utils/misc
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
..
.cvsignore Keep CVS quiet about derived file guc-file.c. 2000-06-02 00:04:26 +00:00
database.c Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
guc-file.l Syslog Facility Patch 2000-11-16 05:50:01 +00:00
guc.c Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 2000-11-29 20:59:54 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
postgresql.conf.sample New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
ps_status.c Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
superuser.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00