aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/openbsd.c
Commit message (Expand)AuthorAge
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Remove obsolete openbsd dynloader codePeter Eisentraut2018-08-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* 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
* 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
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-10