summaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.Tom Lane2002-05-052-2/+4
* Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane2002-05-052-3/+285
* Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane2002-05-051-2/+8
* First test of Darwin port with POSIX semaphore code.Tom Lane2002-05-054-407/+8
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-054-2/+1281
* MovePeter Eisentraut2002-03-131-15/+10
* Change made to elog:Bruce Momjian2002-03-065-21/+21
* Make port makefile slightly less crufty.Tom Lane2002-03-041-6/+10
* Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian2002-02-181-5/+3
* Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.Tom Lane2002-02-1217-79/+266
* Fix for old FreeBSD versions that don't have RTLD_GLOBALPeter Eisentraut2002-02-111-1/+6
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-202-2/+38
* Re-enable SunOS4 port. ReplaceTatsuo Ishii2001-12-051-2/+2
* Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut2001-11-151-1/+7
* Test program needs to declare MaxBackends, per Bernd Tegge.Tom Lane2001-11-111-1/+3
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-084-86/+92
* PostgreSQL works again on Mac OS X 10.1. Hold your nose beforeTom Lane2001-11-083-2/+136
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0531-61/+62
* Suppress trivial compiler warning.Tom Lane2001-11-011-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2828-24/+52
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2545-214/+160
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-252-4/+13
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-072-88/+114
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-2412-27/+33
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-072-19/+48
* There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>.Peter Eisentraut2001-06-201-5/+3
* Fix broken $Header$ declaration.Tom Lane2001-05-301-1/+1
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-243-15/+93
* Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut2001-05-156-8/+11
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-151-1/+1
* Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut2001-05-1417-45/+44
* Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut2001-05-081-2/+9
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-023-9/+9
* The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian2001-03-271-1/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-2213-412/+473
* Considering the BeOS port didn't compile without IPC_STAT and shm_nattch,Tom Lane2001-03-182-2/+4
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-182-7/+29
* XLOG (and related) changes:Tom Lane2001-03-132-15/+33
* Add missing include.Peter Eisentraut2001-03-011-2/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-1024-48/+25
* This hasn't been used for anything for a long time...Tom Lane2001-02-091-32/+0
* Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane2001-02-071-2/+4
* Apply patches for QNX from MaurizioBruce Momjian2001-02-021-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2429-48/+48
* attached is a patch that makes SysV semaphore emulationBruce Momjian2001-01-171-3/+7
* Be more careful about the difference between signed and unsigned ints.Tom Lane2000-12-301-14/+13
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-182-19/+77
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-115-12/+436
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-034-15/+16
* Fix return typePeter Eisentraut2000-11-141-3/+4