summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/darwin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-131-8/+45
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-011-2/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-10/+14
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-111-7/+15
* Fix return typePeter Eisentraut2000-11-141-3/+4
* Real dynamic loader codePeter Eisentraut2000-11-091-19/+25
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-0/+36