summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader
Commit message (Expand)AuthorAgeFilesLines
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-213-827/+26
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-211-3/+5
* Update copyright for 2009.Bruce Momjian2009-01-0124-48/+48
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-1710-8/+38
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* 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-0124-46/+46
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+3
* Remove Andrew Yu copyright, with permission from author.Bruce Momjian2007-03-261-16/+1
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-263-18/+6
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0524-46/+46
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-2/+2
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-1/+0
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-118-2/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0524-43/+43
* Remove BEOS port.Bruce Momjian2006-01-052-86/+0
* Remove QNX port.Bruce Momjian2006-01-052-73/+0
* Standard pgindent run for 8.1.Bruce Momjian2005-10-158-71/+68
* [ backpatched to 8.0.X.]Bruce Momjian2005-08-121-5/+57
* Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane2005-07-063-5/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3126-47/+47
* Change Win32 dlerror message to:Bruce Momjian2004-12-021-2/+2
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-171-1/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-2926-47/+47
* Rename irix5 port to irix.Bruce Momjian2004-05-192-4/+4
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-133-8/+8
* Win32:Bruce Momjian2004-03-051-0/+5
* Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane2004-02-231-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-075-13/+13
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-042-7/+7
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-232-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-2916-16/+16
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-2912-12/+12
* Update copyrights to 2003.Bruce Momjian2003-08-0426-47/+47
* pgindent run.Bruce Momjian2003-08-044-10/+9
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-223-13/+10
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-152-1/+1
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-131-8/+45
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-214-40/+65
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-087-17/+6
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-152-23/+34
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-011-2/+4
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-052-3/+6
* pgindent run.Bruce Momjian2002-09-041-2/+1