| Commit message (Expand) | Author | Age |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Add missing includes. | Tom Lane | 2002-05-05 |
* | Add a trivial testbed for pg_sema and pg_shmem code. | Tom Lane | 2002-05-05 |
* | Cope with case that SEM_FAILED is not defined (assume failure code is -1) | Tom Lane | 2002-05-05 |
* | First test of Darwin port with POSIX semaphore code. | Tom Lane | 2002-05-05 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Move | Peter Eisentraut | 2002-03-13 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Make port makefile slightly less crufty. | Tom Lane | 2002-03-04 |
* | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian | 2002-02-18 |
* | 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 |
* | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian | 2001-12-20 |
* | 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 |
* | Test program needs to declare MaxBackends, per Bernd Tegge. | Tom Lane | 2001-11-11 |
* | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 |
* | PostgreSQL works again on Mac OS X 10.1. Hold your nose before | Tom Lane | 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 |
* | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
* | 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 |
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 |
* | 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 |
* | Need to factor out strdup.o for separate treatment since it's in a | Peter Eisentraut | 2001-05-08 |
* | Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works | Tom Lane | 2001-04-02 |
* | The following patch updates the FAQ_AIX and makes C++ code work with | Bruce Momjian | 2001-03-27 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Considering the BeOS port didn't compile without IPC_STAT and shm_nattch, | Tom Lane | 2001-03-18 |
* | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Add missing include. | Peter Eisentraut | 2001-03-01 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | This hasn't been used for anything for a long time... | Tom Lane | 2001-02-09 |
* | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane | 2001-02-07 |
* | Apply patches for QNX from Maurizio | Bruce Momjian | 2001-02-02 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | attached is a patch that makes SysV semaphore emulation | Bruce Momjian | 2001-01-17 |
* | Be more careful about the difference between signed and unsigned ints. | Tom Lane | 2000-12-30 |
* | >> 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 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |