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