Age | Commit message (Expand) | Author |
---|---|---|
2002-02-12 | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-06-20 | There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>. | Peter Eisentraut |
2001-05-15 | Add missing dlfcn.h includes. Fix "" vs <>. | Peter Eisentraut |
2001-05-14 | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. | Peter Eisentraut |
2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-10-10 | Some dynloader files missed the template rename a while back. | Peter Eisentraut |