postgresql/src/backend/storage
Tom Lane 35b7601b04 Add an overall timeout on the client authentication cycle, so that
a hung client or lost connection can't indefinitely block a postmaster
child (not to mention the possibility of deliberate DoS attacks).
Timeout is controlled by new authentication_timeout GUC variable,
which I set to 60 seconds by default ... does that seem reasonable?
2001-09-21 17:06:12 +00:00
..
buffer Whoops, wrong logic. 2001-08-29 11:54:12 +00:00
file This patch is because Hurd does not support NOFILE. It is against current 2001-08-04 19:42:34 +00:00
freespace Minor performance improvement in MultiRecordFreeSpace. 2001-07-19 21:25:37 +00:00
ipc Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
large_object Cleanup some minor oversights in optional-OIDs stuff. 2001-08-10 20:52:25 +00:00
lmgr Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
page pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
smgr Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00