Peter Eisentraut
d84b6ef56b
Various message fixes, among those fixes for the previous round of fixes
2003-09-26 15:27:37 +00:00
Bruce Momjian
f3c3deb7d0
Update copyrights to 2003.
2003-08-04 02:40:20 +00:00
Bruce Momjian
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
b556e8200e
elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.
2003-07-27 21:49:55 +00:00
Tom Lane
c72839d5be
Error message editing in backend/bootstrap, /lib, /nodes, /port.
2003-07-22 23:30:39 +00:00
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
Bruce Momjian
789a5b340c
Move attached to shared memory out into a separate function for clarity.
2003-05-08 19:17:07 +00:00
Bruce Momjian
5e7a5c9511
Pass shared memory address on command line to exec'ed backend.
...
Allow backends to attached to specified shared memory address.
2003-05-08 14:49:04 +00:00
Bruce Momjian
d9fd7d12f6
Pass shared memory id and socket descriptor number on command line for
...
fork/exec.
2003-05-06 23:34:56 +00:00
Bruce Momjian
4a10ce5db3
No need for include for Win32 right now.
2003-04-24 21:24:36 +00:00
Bruce Momjian
20ead395c7
Add Win32 shmem/sema prototypes.
2003-04-24 21:23:01 +00:00
Peter Eisentraut
5e5c5cd31a
Merge documentation into one book. (Build with "make html".) Replace
...
vague cross-references with real links.
2003-03-25 16:15:44 +00:00
Bruce Momjian
e50f52a074
pgindent run.
2002-09-04 20:31:48 +00:00
Bruce Momjian
97ac103289
Remove sys/types.h in files that include postgres.h, and hence c.h,
...
because c.h has sys/types.h.
2002-09-02 02:47:07 +00:00
Bruce Momjian
d84fe82230
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
Tom Lane
72a3902a66
Create an internal semaphore API that is not tied to SysV semaphores.
...
As proof of concept, provide an alternate implementation based on POSIX
semaphores. Also push the SysV shared-memory implementation into a
separate file so that it can be replaced conveniently.
2002-05-05 00:03:29 +00:00