summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/darwin.c
AgeCommit message (Expand)Author
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-08-13Remove obsolete darwin dynloader codePeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-04Fix incorrect use of boolPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2011-05-31Recode non-ASCII characters in source to UTF-8Peter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2006-10-08Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-04-13Add code to provide useful dynamic-linking error messages on OS X.Tom Lane
2002-10-01Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-11Darwin porting patches from Peter Bierman <[email protected]>Tom Lane
2000-11-14Fix return typePeter Eisentraut
2000-11-09Real dynamic loader codePeter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut