| Commit message (Expand) | Author | Age | Files | Lines |
* | tag her for beta3, as announced on Friday ...REL7_4_BETA3 | PostgreSQL Daemon | 2003-09-15 | 1 | -9/+9 |
* | Rename --without-spinlocks to --disable-spinlocks, per Peter. | Bruce Momjian | 2003-09-13 | 1 | -32/+30 |
* | autoconf/autoheader run. | Bruce Momjian | 2003-09-13 | 1 | -158/+20 |
* | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian | 2003-09-12 | 1 | -1/+44 |
* | autoconf run. | Bruce Momjian | 2003-09-07 | 1 | -1/+1 |
* | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 | 1 | -11/+29 |
* | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane | 2003-09-07 | 1 | -0/+4 |
* | Clean up after pygresql removal: adjust/remove documentation and remove | Peter Eisentraut | 2003-09-01 | 1 | -10/+2 |
* | update to beta2REL7_4_BETA2 | PostgreSQL Daemon | 2003-08-27 | 1 | -9/+9 |
* | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian | 2003-08-16 | 1 | -21/+162 |
* | Do not link in libwsock32 on non-win32 platforms. Improve grammar | Tom Lane | 2003-08-11 | 1 | -64/+72 |
* | Fix typo. | Tom Lane | 2003-08-07 | 1 | -1/+1 |
* | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 | 1 | -2/+147 |
* | change tag to 7.4beta1 and update the Copyright to 2003 | PostgreSQL Daemon | 2003-08-04 | 1 | -11/+11 |
* | Re-add USE_THREADS, used by ecpg. | Bruce Momjian | 2003-08-04 | 1 | -1/+5 |
* | Fix thread handling in configure. | Bruce Momjian | 2003-08-04 | 1 | -18/+16 |
* | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 | 1 | -38/+0 |
* | Don't pull in libbind except on BeOS, per pgsql-bugs discussion around | Tom Lane | 2003-08-03 | 1 | -0/+3 |
* | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 | 1 | -1/+1 |
* | --enable-thread-safeness -> --enable-thread-safety | Bruce Momjian | 2003-08-01 | 1 | -7/+7 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 1 | -0/+180 |
* | Rename --with-threads to --enable-thread-safeness, per Peter. | Bruce Momjian | 2003-07-23 | 1 | -9/+9 |
* | Fix threading configure tests, from Peter. | Bruce Momjian | 2003-07-22 | 1 | -5/+4 |
* | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 | 1 | -0/+121 |
* | Move thread checking code farther down in conflgure. | Bruce Momjian | 2003-06-18 | 1 | -338/+338 |
* | Run autoconf/autoheader for ecpg change. | Bruce Momjian | 2003-06-15 | 1 | -1/+1 |
* | Move thread os defines into template files. | Bruce Momjian | 2003-06-14 | 1 | -26/+9 |
* | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian | 2003-06-14 | 1 | -3/+19 |
* | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian | 2003-06-14 | 1 | -6/+105 |
* | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 | 1 | -13/+63 |
* | <sys/socket.h> requires <sys/types.h> to already have been included | Tom Lane | 2003-06-12 | 1 | -0/+4 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -0/+65 |
* | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian | 2003-06-11 | 1 | -0/+155 |
* | Make bison version test actually work ... | Tom Lane | 2003-06-09 | 1 | -2/+1 |
* | Change configure check to use $YACC, per Tom. | Bruce Momjian | 2003-06-07 | 1 | -1/+1 |
* | Add configure warning to check for bison version >= 1.875. | Bruce Momjian | 2003-06-06 | 1 | -0/+13 |
* | Add configure thread tests. | Bruce Momjian | 2003-05-27 | 1 | -197/+334 |
* | Adjust configure so that extern tzname[] will be checked for | Tom Lane | 2003-05-22 | 1 | -4/+3 |
* | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian | 2003-05-16 | 1 | -1/+2 |
* | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian | 2003-05-15 | 1 | -2/+3 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -6/+142 |
* | Remove HPUX 9 rint() test. | Bruce Momjian | 2003-05-10 | 1 | -154/+0 |
* | autoconf run for crypt(). | Bruce Momjian | 2003-05-09 | 1 | -1/+2 |
* | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 | 1 | -1/+3 |
* | Add opendir/readdir/closedir() for Win32. | Bruce Momjian | 2003-05-09 | 1 | -1/+2 |
* | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 | 1 | -2/+3 |
* | Properly test for buggy flex 2.5.3. | Bruce Momjian | 2003-05-06 | 1 | -1/+1 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -0/+105 |
* | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian | 2003-04-22 | 1 | -2/+7 |
* | On some systems <sys/types.h> must be included before <sys/socket.h>. | Tom Lane | 2003-04-12 | 1 | -0/+1 |