aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-21
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-21
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* More README src cleanups.Bruce Momjian2008-03-21
* Clean up double negative, per Tom Lane.Alvaro Herrera2008-03-05
* Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera2008-03-05
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove Andrew Yu copyright, with permission from author.Bruce Momjian2007-03-26
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-08
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* [ backpatched to 8.0.X.]Bruce Momjian2005-08-12
* 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
* Change Win32 dlerror message to:Bruce Momjian2004-12-02
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rename irix5 port to irix.Bruce Momjian2004-05-19
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-13
* Win32:Bruce Momjian2004-03-05
* Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane2004-02-23
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-04
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-13
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-15
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-01