postgresql/src/backend/postmaster
Tom Lane a7812eb4be Fix Windows-only postmaster code to reject a connection request and continue,
rather than elog(FATAL), when there is no more room in ShmemBackendArray.
This is a security issue since too many connection requests arriving close
together could cause the postmaster to shut down, resulting in denial of
service.  Reported by Yoshiyuki Asaba, fixed by Magnus Hagander.
2006-01-06 02:58:25 +00:00
..
autovacuum.c Rearrange backend startup sequence so that ShmemIndexLock can become 2006-01-04 21:06:32 +00:00
bgwriter.c Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:22 +00:00
fork_process.c Remove BEOS port. 2006-01-05 03:01:38 +00:00
Makefile Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgarch.c Rearrange backend startup sequence so that ShmemIndexLock can become 2006-01-04 21:06:32 +00:00
pgstat.c Rearrange backend startup sequence so that ShmemIndexLock can become 2006-01-04 21:06:32 +00:00
postmaster.c Fix Windows-only postmaster code to reject a connection request and continue, 2006-01-06 02:58:25 +00:00
syslogger.c Rearrange backend startup sequence so that ShmemIndexLock can become 2006-01-04 21:06:32 +00:00