aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader
Commit message (Expand)AuthorAge
* 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
* 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
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* 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
* 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
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-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
* 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
* 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
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-02
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Add missing include.Peter Eisentraut2001-03-01
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane2001-02-07
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Fix return typePeter Eisentraut2000-11-14
* Real dynamic loader codePeter Eisentraut2000-11-09
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-10
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-29
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* On HPUX, shl_load should be called with options BIND_IMMEDIATE ratherTom Lane2000-04-26
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Add:Bruce Momjian2000-01-26
* Remove unused files.Bruce Momjian1999-12-17
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-17
* Update for QNX.Bruce Momjian1999-12-16