Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Add code to provide useful dynamic-linking error messages on OS X. | Tom Lane | 2003-04-13 |
| | |||
* | Pass less-unsafe parameters to Darwin's NSLinkModule. While this change ↵ | Tom Lane | 2002-10-01 |
| | | | | prevents a backend coredump when loading a broken shlib, it also seems to suppress the error messages that might help debug the problem :-(. Perhaps someone would like to supply a 'linkEdit' hook to get the best of both worlds. But in the meantime, backend crash trumps error reporting. | ||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
| | |||
* | Fix return type | Peter Eisentraut | 2000-11-14 |
| | |||
* | Real dynamic loader code | Peter Eisentraut | 2000-11-09 |
| | |||
* | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 |
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library support, regression test map, and the usual template files. The dynamic loader is missing, the spin lock code apparently doesn't assemble due to syntax problems, and semaphores are to be hoped for from Apple. |