aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/darwin.c
Commit message (Expand)AuthorAge
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Remove obsolete darwin dynloader codePeter Eisentraut2018-08-13
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix incorrect use of boolPeter Eisentraut2017-11-04
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-31
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-08
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-13
* Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane2002-10-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Fix return typePeter Eisentraut2000-11-14
* Real dynamic loader codePeter Eisentraut2000-11-09
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31