postgresql/src/backend/utils
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
..
adt Cope with the likelihood that setlocale and localeconv will return 2001-09-29 21:16:30 +00:00
cache Quick-and-dirty fix for recursive plpgsql functions, per bug report from 2001-09-21 00:11:31 +00:00
error Use a fixed error message for ERANGE to avoid duplicate test result files. 2001-08-06 21:55:16 +00:00
fmgr Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00
hash Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
init Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
mb Fix bug in mic2ascii(). It does not handle correctly if none ASCII 2001-09-25 01:27:03 +00:00
misc Create a GUC parameter max_files_per_process that is a configurable 2001-09-30 18:57:45 +00:00
mmgr
sort Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
time Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
.cvsignore
Gen_fmgrtab.sh The Watcom preprocessor adds a space at the start of each line. Therefore 2001-05-22 12:06:51 +00:00
Makefile