| Commit message (Expand) | Author | Age |
* | [ backpatched to 8.0.X.] | Bruce Momjian | 2005-08-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Change Win32 dlerror message to: | Bruce Momjian | 2004-12-02 |
* | Win32 build cleanups, from Andrew Dunstan. | Neil Conway | 2004-11-17 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rename irix5 port to irix. | Bruce Momjian | 2004-05-19 |
* | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian | 2004-05-13 |
* | Win32: | Bruce Momjian | 2004-03-05 |
* | Write #include <dl.h>, not #include "dl.h", to correctly reflect the | Tom Lane | 2004-02-23 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane | 2004-01-04 |
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Add code to provide useful dynamic-linking error messages on OS X. | Tom Lane | 2003-04-13 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 |
* | 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 |