postgresql/src/include/storage
Tom Lane f9f258281e Create a GUC parameter max_files_per_process that is a configurable
upper limit on what we will believe from sysconf(_SC_OPEN_MAX).  The
default value is 1000, so that under ordinary conditions it won't
affect the behavior.  But on platforms where the kernel promises far
more than it can deliver, this can be used to prevent running out of
file descriptors.  See numerous past discussions, eg, pgsql-hackers
around 23-Dec-2000.
2001-09-30 18:57:45 +00:00
..
backendid.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
block.h First non-stub implementation of shared free space map. It's not super 2001-07-02 20:50:46 +00:00
buf_internals.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
buf.h Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
buffile.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
bufmgr.h Implement LockBufferForCleanup(), which will allow concurrent VACUUM 2001-07-06 21:04:26 +00:00
bufpage.h Replace implementation of pg_log as a relation accessed through the 2001-08-25 18:52:43 +00:00
fd.h Create a GUC parameter max_files_per_process that is a configurable 2001-09-30 18:57:45 +00:00
freespace.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
ipc.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
item.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
itemid.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
itempos.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
itemptr.h Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData 2001-03-30 05:25:51 +00:00
large_object.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
lmgr.h Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. 2001-07-09 22:18:34 +00:00
lock.h Back out change. Too many place to change too close to beta: 2001-09-30 00:45:48 +00:00
lwlock.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
off.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
page.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pos.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
proc.h Back out change. Too many place to change too close to beta: 2001-09-30 00:45:48 +00:00
relfilenode.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
s_lock.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
shmem.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
sinval.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
sinvaladt.h Clean up some longstanding problems in shared-cache invalidation. 2001-06-19 19:42:16 +00:00
smgr.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
spin.h Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00