summaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-027-16/+12
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-124-16/+28
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-101-9/+4
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-273-268/+2
* Complete TODO item:Bruce Momjian2002-07-191-2/+6
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-1814-1097/+2
* Add DLLINIT mention in port/Makefile.Bruce Momjian2002-07-161-2/+2
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-162-0/+134
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-151-15/+9
* Update copyright to 2002.Bruce Momjian2002-06-2034-61/+61
* 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