| Commit message (Expand) | Author | Age |
* | In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segment | Tom Lane | 2004-11-09 |
* | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 |
* | Change Solaris tests to test for SHM_SHARE_MMU, per Tom. | Bruce Momjian | 2003-10-27 |
* | 'sun' => '__sun__' | Bruce Momjian | 2003-10-26 |
* | Test for 'sun' rather than 'solaris' for intimate shared memory. | Bruce Momjian | 2003-10-26 |
* | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 |
* | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
* | The default values for shared_buffers and max_connections are now 1000 | Tom Lane | 2003-07-14 |
* | Move attached to shared memory out into a separate function for clarity. | Bruce Momjian | 2003-05-08 |
* | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian | 2003-05-08 |
* | Pass shared memory id and socket descriptor number on command line for | Bruce Momjian | 2003-05-06 |
* | No need for include for Win32 right now. | Bruce Momjian | 2003-04-24 |
* | Add Win32 shmem/sema prototypes. | Bruce Momjian | 2003-04-24 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |