summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/netbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up double negative, per Tom Lane.Alvaro Herrera2008-03-051-3/+2
* Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera2008-03-051-4/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-261-6/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-1/+1
* Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane2005-07-061-1/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-1/+1
* Update copyright to 2004.Bruce Momjian2004-08-291-1/+1
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-231-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-1/+1
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-3/+0
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+2
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-121-5/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut2001-05-151-1/+1
* Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking worksTom Lane2001-04-021-3/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-0/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-1/+1
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-0/+107