aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAge
* 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
* Complete TODO item:Bruce Momjian2002-07-19
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-18
* Add DLLINIT mention in port/Makefile.Bruce Momjian2002-07-16
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-16
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Update copyright to 2002.Bruce Momjian2002-06-20
* Add missing includes.Tom Lane2002-05-05
* Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane2002-05-05
* Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane2002-05-05
* First test of Darwin port with POSIX semaphore code.Tom Lane2002-05-05
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* MovePeter Eisentraut2002-03-13
* Change made to elog:Bruce Momjian2002-03-06
* Make port makefile slightly less crufty.Tom Lane2002-03-04
* Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian2002-02-18
* Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.Tom Lane2002-02-12
* Fix for old FreeBSD versions that don't have RTLD_GLOBALPeter Eisentraut2002-02-11
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-20
* Re-enable SunOS4 port. ReplaceTatsuo Ishii2001-12-05
* Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut2001-11-15
* Test program needs to declare MaxBackends, per Bernd Tegge.Tom Lane2001-11-11
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* PostgreSQL works again on Mac OS X 10.1. Hold your nose beforeTom Lane2001-11-08
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Suppress trivial compiler warning.Tom Lane2001-11-01
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-25
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-07
* There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>.Peter Eisentraut2001-06-20
* Fix broken $Header$ declaration.Tom Lane2001-05-30
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut2001-05-15
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-15
* Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut2001-05-14
* Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut2001-05-08
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-02
* The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian2001-03-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22