| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 7 | -16/+12 |
| * | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 | 4 | -16/+28 |
| * | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 | 1 | -9/+4 |
| * | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 | 3 | -268/+2 |
| * | Complete TODO item: | Bruce Momjian | 2002-07-19 | 1 | -2/+6 |
| * | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian | 2002-07-18 | 14 | -1097/+2 |
| * | Add DLLINIT mention in port/Makefile. | Bruce Momjian | 2002-07-16 | 1 | -2/+2 |
| * | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian | 2002-07-16 | 2 | -0/+134 |
| * | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian | 2002-07-15 | 1 | -15/+9 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 34 | -61/+61 |
| * | Add missing includes. | Tom Lane | 2002-05-05 | 2 | -2/+4 |
| * | Add a trivial testbed for pg_sema and pg_shmem code. | Tom Lane | 2002-05-05 | 2 | -3/+285 |
| * | Cope with case that SEM_FAILED is not defined (assume failure code is -1) | Tom Lane | 2002-05-05 | 1 | -2/+8 |
| * | First test of Darwin port with POSIX semaphore code. | Tom Lane | 2002-05-05 | 4 | -407/+8 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 4 | -2/+1281 |
| * | Move | Peter Eisentraut | 2002-03-13 | 1 | -15/+10 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 5 | -21/+21 |
| * | Make port makefile slightly less crufty. | Tom Lane | 2002-03-04 | 1 | -6/+10 |
| * | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian | 2002-02-18 | 1 | -5/+3 |
| * | 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 |
| * | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian | 2001-12-20 | 2 | -2/+38 |
| * | 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 |
| * | Test program needs to declare MaxBackends, per Bernd Tegge. | Tom Lane | 2001-11-11 | 1 | -1/+3 |
| * | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 4 | -86/+92 |
| * | PostgreSQL works again on Mac OS X 10.1. Hold your nose before | Tom Lane | 2001-11-08 | 3 | -2/+136 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 31 | -61/+62 |
| * | 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 | 28 | -24/+52 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 45 | -214/+160 |
| * | Add do { ... } while (0) to more bad macros. | Bruce Momjian | 2001-10-25 | 2 | -4/+13 |
| * | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 | 2 | -88/+114 |
| * | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 12 | -27/+33 |
| * | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian | 2001-08-07 | 2 | -19/+48 |
| * | 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 |
| * | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 | 3 | -15/+93 |
| * | 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 |
| * | Need to factor out strdup.o for separate treatment since it's in a | Peter Eisentraut | 2001-05-08 | 1 | -2/+9 |
| * | Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works | Tom Lane | 2001-04-02 | 3 | -9/+9 |
| * | The following patch updates the FAQ_AIX and makes C++ code work with | Bruce Momjian | 2001-03-27 | 1 | -1/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 13 | -412/+473 |
| * | Considering the BeOS port didn't compile without IPC_STAT and shm_nattch, | Tom Lane | 2001-03-18 | 2 | -2/+4 |
| * | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 | 2 | -7/+29 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 2 | -15/+33 |
| * | 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 | 24 | -48/+25 |