aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-04
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Don't need hack copy of system() anymore in OS X 10.3.Tom Lane2003-11-08
* 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
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-01
* 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
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-09
* 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
* Add Win32 Makefile for IPC stuff.Bruce Momjian2003-04-24
* No need for include for Win32 right now.Bruce Momjian2003-04-24
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-24
* pgindent new Win32 files.Bruce Momjian2003-04-24
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-24
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-24
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-13
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-15
* > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian2002-10-09
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-01
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-12
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27