summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/linux.h
AgeCommit message (Expand)Author
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2002-10-15Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-02-12Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-05-14Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-01-26Add:Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-01Test for __ELF__ rather than LINUX_ELF in headers.Thomas G. Lockhart
1997-12-20This should get the linux port to work...Marc G. Fournier