summaryrefslogtreecommitdiff
path: root/src/backend/port/sysv_shmem.c
AgeCommit message (Expand)Author
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-02Briefly,Bruce Momjian
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-01Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-07Cause stats processes to detach from shared memory when started, so thatTom Lane
2003-10-27Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian
2003-10-26'sun' => '__sun__'Bruce Momjian
2003-10-26Test for 'sun' rather than 'solaris' for intimate shared memory.Bruce Momjian
2003-10-13Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian
2003-10-12Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian
2003-10-11Back out -fstrict-aliasing void* casting.Bruce Momjian
2003-10-11This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-22Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane
2003-07-14The default values for shared_buffers and max_connections are now 1000Tom Lane
2003-05-08Move attached to shared memory out into a separate function for clarity.Bruce Momjian
2003-05-08Pass shared memory address on command line to exec'ed backend.Bruce Momjian
2003-05-06Pass shared memory id and socket descriptor number on command line forBruce Momjian
2003-04-24No need for include for Win32 right now.Bruce Momjian
2003-04-24Add Win32 shmem/sema prototypes.Bruce Momjian
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane