index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
dynloader
/
darwin.c
Age
Commit message (
Expand
)
Author
2018-09-06
Refactor dlopen() support
Peter Eisentraut
2018-08-13
Remove obsolete darwin dynloader code
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-04
Fix incorrect use of bool
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2011-05-31
Recode non-ASCII characters in source to UTF-8
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2006-10-08
Update Darwin dlopen() support to avoid deprecation warnings with latest
Tom Lane
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-04
pgindent run.
Bruce Momjian
2003-04-13
Add code to provide useful dynamic-linking error messages on OS X.
Tom Lane
2002-10-01
Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev...
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2000-12-11
Darwin porting patches from Peter Bierman <
[email protected]
>
Tom Lane
2000-11-14
Fix return type
Peter Eisentraut
2000-11-09
Real dynamic loader code
Peter Eisentraut
2000-10-31
This is the minimal version of the Darwin support patch from
Peter Eisentraut