summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader
Commit message (Expand)AuthorAgeFilesLines
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-152-23/+34
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-011-2/+4
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-052-3/+6
* pgindent run.Bruce Momjian2002-09-041-2/+1
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-024-10/+9
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-124-16/+28
* Update copyright to 2002.Bruce Momjian2002-06-2026-46/+46
* Change made to elog:Bruce Momjian2002-03-064-16/+16
* 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
* 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
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-081-14/+14
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0524-49/+50
* Suppress trivial compiler warning.Tom Lane2001-11-011-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2821-17/+39
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2527-58/+26
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-252-4/+13
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-071-18/+3
* 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
* 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
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-023-9/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-227-46/+58
* Add missing include.Peter Eisentraut2001-03-011-2/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-1023-45/+21
* Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane2001-02-071-2/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2425-41/+41
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-181-1/+6
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-112-11/+19
* Fix return typePeter Eisentraut2000-11-141-3/+4
* Real dynamic loader codePeter Eisentraut2000-11-092-23/+32
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-312-0/+41
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-105-79/+17
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-104-2/+2
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-072-50/+47
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-032-2/+2
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-022-0/+93
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-292-8/+28
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-1/+2
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-287-15/+17
* On HPUX, shl_load should be called with options BIND_IMMEDIATE ratherTom Lane2000-04-261-2/+11
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-082-0/+156
* Add:Bruce Momjian2000-01-2623-38/+61
* Remove unused files.Bruce Momjian1999-12-172-11365/+0
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-172-139/+1408
* Update for QNX.Bruce Momjian1999-12-162-1340/+130
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-164-0/+11376