summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/freebsd.c
AgeCommit message (Expand)Author
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-12Convert possibly-unsafe sprintf's to snprintf's.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-01Suppress trivial compiler warning.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-05-15Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut
2001-04-02Tom Ivar Helbekkmo <[email protected]> says that dynamic linking worksTom Lane
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-01-26Add:Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-13Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-17Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier
1999-05-05small error message improvement from Dmitry SamersoffBruce Momjian
1998-10-27Don't forget to create the dynloader files...Marc G. Fournier