postgresql/src/backend
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000
and 100 respectively, if the platform will allow it.  initdb selects
values that are not too large to allow the postmaster to start, and
places these values in the installed postgresql.conf file.  This allows
us to continue to start up out-of-the-box on platforms with small SHMMAX,
while having somewhat-realistic default settings on platforms with
reasonable SHMMAX.  Per recent pghackers discussion.
2003-07-14 20:00:23 +00:00
..
access Add comment pointing out that XLByteToPrevSeg macro is not broken. 2003-06-26 18:23:07 +00:00
bootstrap Ensure that in all flex lexers that are part of the backend, a 2003-05-29 22:30:02 +00:00
catalog Some early work on error message editing. Operator-not-found and 2003-07-04 02:51:34 +00:00
commands Some early work on error message editing. Operator-not-found and 2003-07-04 02:51:34 +00:00
executor Aggregates can be polymorphic, using polymorphic implementation functions. 2003-07-01 19:10:53 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq STRENGH => STRENGTH, per Jon Jensen. 2003-07-01 13:49:47 +00:00
main Add --help-config facility to dump information about GUC parameters 2003-07-04 16:41:22 +00:00
nodes Code review for UPDATE tab SET col = DEFAULT patch ... whack it around 2003-07-03 16:34:26 +00:00
optimizer Do honest transformation and preprocessing of LIMIT/OFFSET clauses, 2003-07-03 19:07:54 +00:00
parser Some early work on error message editing. Operator-not-found and 2003-07-04 02:51:34 +00:00
po Add missing PO files from last commit. 2003-06-29 10:13:13 +00:00
port The default values for shared_buffers and max_connections are now 1000 2003-07-14 20:00:23 +00:00
postmaster IPv6 cleanups. 2003-06-12 07:36:51 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Code review for UPDATE tab SET col = DEFAULT patch ... whack it around 2003-07-03 16:34:26 +00:00
storage Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and 2003-06-12 01:42:21 +00:00
tcop Add new USERLIMIT GUC source level so certain options can be disabled 2003-07-09 06:47:34 +00:00
utils The default values for shared_buffers and max_connections are now 1000 2003-07-14 20:00:23 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Merge PO file updates from 7.3 branch. 2003-06-28 22:31:01 +00:00