aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/freebsd.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane2005-07-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Update copyrights to 2003.Bruce Momjian2003-08-04
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* 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
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Suppress trivial compiler warning.Tom Lane2001-11-01
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut2001-05-15
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-02
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add:Bruce Momjian2000-01-26
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* pgindent run over code.Bruce Momjian1999-05-25
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-17
* small error message improvement from Dmitry SamersoffBruce Momjian1999-05-05
* Don't forget to create the dynloader files...Marc G. Fournier1998-10-27