Commit Graph

335 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
Tom Lane 153e83027d Don't need hack copy of system() anymore in OS X 10.3. 22 years ago
Tom Lane f8a769b47a Cause stats processes to detach from shared memory when started, so that 22 years ago
Bruce Momjian 700f7f4227 Change Solaris tests to test for SHM_SHARE_MMU, per Tom. 22 years ago
Bruce Momjian d47e9bd023 'sun' => '__sun__' 22 years ago
Bruce Momjian 15f98a3e51 Test for 'sun' rather than 'solaris' for intimate shared memory. 22 years ago
Bruce Momjian 4a39057e59 Back out makeNode() patch to fix gcc 3.3.1 warning. 23 years ago
Bruce Momjian 4a2c34d4a0 Use makeNode() to allocate structures that have to be cast to Node *, 23 years ago
Bruce Momjian 7fb9893f42 Back out -fstrict-aliasing void* casting. 23 years ago
Bruce Momjian d51368dbbd This patch will stop gcc from issuing warnings about type-punned objects 23 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 23 years ago
Peter Eisentraut d84b6ef56b Various message fixes, among those fixes for the previous round of fixes 23 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 13ac54d1ca Since HPUX now exists for Itanium, we should decouple the assumption 23 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 23 years ago
Tom Lane c72839d5be Error message editing in backend/bootstrap, /lib, /nodes, /port. 23 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 789a5b340c Move attached to shared memory out into a separate function for clarity. 23 years ago
Bruce Momjian 5e7a5c9511 Pass shared memory address on command line to exec'ed backend. 23 years ago
Bruce Momjian d9fd7d12f6 Pass shared memory id and socket descriptor number on command line for 23 years ago
Bruce Momjian 555fe9dda8 Add Win32 Makefile for IPC stuff. 23 years ago
Bruce Momjian 4a10ce5db3 No need for include for Win32 right now. 23 years ago
Bruce Momjian 20ead395c7 Add Win32 shmem/sema prototypes. 23 years ago
Bruce Momjian a91c5be6a4 pgindent new Win32 files. 23 years ago
Bruce Momjian 1a67e4869c Add shared memory and semaphore routines for Win32. 23 years ago
Bruce Momjian d670bf378c Add shared memory and semaphore routines for Win32. 23 years ago
Tom Lane ff5456feae Add code to provide useful dynamic-linking error messages on OS X. 23 years ago
Peter Eisentraut 5e5c5cd31a Merge documentation into one book. (Build with "make html".) Replace 23 years ago
Peter Eisentraut 1a7f4ed525 Make "win" a separate port from "cygwin". This means you can now 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane 3a2ef59116 Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently 24 years ago
Bruce Momjian 33a6b67b51 > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 24 years ago
Tom Lane 361f1e1656 Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prevents a backend coredump when loading a broken shlib, it also seems to suppress the error messages that might help debug the problem :-(. Perhaps someone would like to supply a 'linkEdit' hook to get the best of both worlds. But in the meantime, backend crash trumps error reporting. 24 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Tom Lane 1ccc2451c6 Convert possibly-unsafe sprintf's to snprintf's. 24 years ago
Bruce Momjian c5354dff20 This patch removes a lot of unused code related to assertions and 24 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 24 years ago
Bruce Momjian 33b3c95200 Complete TODO item: 24 years ago
Bruce Momjian 404e9a12a5 Move libc replacement files from src/backend/port to src/port. 24 years ago
Bruce Momjian 1e07ab78cc Add DLLINIT mention in port/Makefile. 24 years ago
Bruce Momjian 3cbb9eb265 Move few remaining src/utils files to backend/port so everything is in 24 years ago
Bruce Momjian b9104e3a97 Remove certain Makefile dependencies by using full pathnames in 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane d15c30d327 Add missing includes. 24 years ago