| Commit message (Expand) | Author | Age |
* | Don't need hack copy of system() anymore in OS X 10.3. | Tom Lane | 2003-11-08 |
* | 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 |
* | Mop-up for previous change to determine default shared_buffers and | Tom Lane | 2003-08-26 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 |
* | 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 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 |
* | 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 |
* | Add Win32 Makefile for IPC stuff. | Bruce Momjian | 2003-04-24 |
* | No need for include for Win32 right now. | Bruce Momjian | 2003-04-24 |
* | Add Win32 shmem/sema prototypes. | Bruce Momjian | 2003-04-24 |
* | pgindent new Win32 files. | Bruce Momjian | 2003-04-24 |
* | Add shared memory and semaphore routines for Win32. | Bruce Momjian | 2003-04-24 |
* | Add shared memory and semaphore routines for Win32. | Bruce Momjian | 2003-04-24 |
* | Add code to provide useful dynamic-linking error messages on OS X. | Tom Lane | 2003-04-13 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
* | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane | 2002-10-15 |
* | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian | 2002-10-09 |
* | Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev... | Tom Lane | 2002-10-01 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
* | 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 |
* | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 |
* | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 |
* | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 |
* | Complete TODO item: | Bruce Momjian | 2002-07-19 |
* | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 |
* | Add DLLINIT mention in port/Makefile. | Bruce Momjian | 2002-07-16 |
* | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian | 2002-07-16 |
* | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian | 2002-07-15 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Add missing includes. | Tom Lane | 2002-05-05 |