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