postgresql/src
Tom Lane bcb26d74cb Clean up initdb's code for selecting max_connections and shared_buffers
a little bit, and set the minimum buffers-per-connection ratio to 10 not
5.  I folded the two test routines into one to counteract the illusion
that the tests can be twiddled independently, and added some documentation
pointing out the necessary connection between the sets of values tested.
Fixes strange choices of parameters that I noticed CVS tip making on
Darwin with Apple's undersized default SHMMAX.
2005-12-31 23:50:59 +00:00
..
backend Rename variable to cmd_str. 2005-12-31 19:39:11 +00:00
bin Clean up initdb's code for selecting max_connections and shared_buffers 2005-12-31 23:50:59 +00:00
include Rename variable to cmd_str. 2005-12-31 19:39:11 +00:00
interfaces Revert some careless search-and-replace: "ADD" in comment text should 2005-12-29 04:53:18 +00:00
makefiles Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
pl Index: src/pl/plpython/plpython.c 2005-12-29 21:47:32 +00:00
port I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
template Add support for Solaris x86_64 using Sun's compiler. 2005-12-30 21:43:41 +00:00
test Update regression tests for new referential integrity error message 2005-12-28 23:17:09 +00:00
timezone Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
tools Simplify lock manager data structures by making a clear separation between 2005-12-09 01:22:04 +00:00
tutorial Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
utils Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
bcc32.mak
DEVELOPERS
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.global.in Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
Makefile.shlib Add support for Solaris x86_64 using Sun's compiler. 2005-12-30 21:43:41 +00:00
nls-global.mk Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
win32.mak