| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane | 2002-10-15 | 2 | -23/+34 |
| * | Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev... | Tom Lane | 2002-10-01 | 1 | -2/+4 |
| * | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 | 2 | -3/+6 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+1 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 4 | -10/+9 |
| * | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 | 4 | -16/+28 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 26 | -46/+46 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 4 | -16/+16 |
| * | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane | 2002-02-12 | 17 | -79/+266 |
| * | Fix for old FreeBSD versions that don't have RTLD_GLOBAL | Peter Eisentraut | 2002-02-11 | 1 | -1/+6 |
| * | Re-enable SunOS4 port. Replace | Tatsuo Ishii | 2001-12-05 | 1 | -2/+2 |
| * | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut | 2001-11-15 | 1 | -1/+7 |
| * | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 1 | -14/+14 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 24 | -49/+50 |
| * | Suppress trivial compiler warning. | Tom Lane | 2001-11-01 | 1 | -1/+1 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 21 | -17/+39 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 27 | -58/+26 |
| * | Add do { ... } while (0) to more bad macros. | Bruce Momjian | 2001-10-25 | 2 | -4/+13 |
| * | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian | 2001-08-07 | 1 | -18/+3 |
| * | There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>. | Peter Eisentraut | 2001-06-20 | 1 | -5/+3 |
| * | Fix broken $Header$ declaration. | Tom Lane | 2001-05-30 | 1 | -1/+1 |
| * | Add missing dlfcn.h includes. Fix "" vs <>. | Peter Eisentraut | 2001-05-15 | 6 | -8/+11 |
| * | Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi | Bruce Momjian | 2001-05-15 | 1 | -1/+1 |
| * | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. | Peter Eisentraut | 2001-05-14 | 17 | -45/+44 |
| * | Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works | Tom Lane | 2001-04-02 | 3 | -9/+9 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 7 | -46/+58 |
| * | Add missing include. | Peter Eisentraut | 2001-03-01 | 1 | -2/+4 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 23 | -45/+21 |
| * | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane | 2001-02-07 | 1 | -2/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 25 | -41/+41 |
| * | >> Here is a patch for the beos port (All regression tests are OK). | Bruce Momjian | 2000-12-18 | 1 | -1/+6 |
| * | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 | 2 | -11/+19 |
| * | Fix return type | Peter Eisentraut | 2000-11-14 | 1 | -3/+4 |
| * | Real dynamic loader code | Peter Eisentraut | 2000-11-09 | 2 | -23/+32 |
| * | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 | 2 | -0/+41 |
| * | Unify solaris_i386 and solaris_sparc templates. They were almost identical | Peter Eisentraut | 2000-10-10 | 5 | -79/+17 |
| * | Some dynloader files missed the template rename a while back. | Peter Eisentraut | 2000-10-10 | 4 | -2/+2 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 2 | -50/+47 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 2 | -2/+2 |
| * | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian | 2000-10-02 | 2 | -0/+93 |
| * | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 | 2 | -8/+28 |
| * | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane | 2000-07-07 | 1 | -1/+2 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 7 | -15/+17 |
| * | On HPUX, shl_load should be called with options BIND_IMMEDIATE rather | Tom Lane | 2000-04-26 | 1 | -2/+11 |
| * | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian | 2000-03-08 | 2 | -0/+156 |
| * | Add: | Bruce Momjian | 2000-01-26 | 23 | -38/+61 |
| * | Remove unused files. | Bruce Momjian | 1999-12-17 | 2 | -11365/+0 |
| * | Fix MULTIBYTE handling in string by using strcat. | Bruce Momjian | 1999-12-17 | 2 | -139/+1408 |
| * | Update for QNX. | Bruce Momjian | 1999-12-16 | 2 | -1340/+130 |
| * | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 | 4 | -0/+11376 |