| Commit message (Expand) | Author | Age | Files | Lines |
| * | change tag to 7.4beta1 and update the Copyright to 2003 | PostgreSQL Daemon | 2003-08-04 | 1 | -3/+3 |
| * | Re-add USE_THREADS, used by ecpg. | Bruce Momjian | 2003-08-04 | 1 | -2/+3 |
| * | Fix thread handling in configure. | Bruce Momjian | 2003-08-04 | 1 | -7/+9 |
| * | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 | 1 | -10/+1 |
| * | Don't pull in libbind except on BeOS, per pgsql-bugs discussion around | Tom Lane | 2003-08-03 | 1 | -2/+5 |
| * | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | --enable-thread-safeness -> --enable-thread-safety | Bruce Momjian | 2003-08-01 | 1 | -8/+8 |
| * | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 1 | -2/+2 |
| * | 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 | -1/+2 |
| * | Move thread checking code farther down in conflgure. | Bruce Momjian | 2003-06-18 | 1 | -24/+24 |
| * | Make ecpg thread safe. | Bruce Momjian | 2003-06-15 | 1 | -3/+3 |
| * | Move thread os defines into template files. | Bruce Momjian | 2003-06-14 | 1 | -25/+8 |
| * | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian | 2003-06-14 | 1 | -5/+21 |
| * | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian | 2003-06-14 | 1 | -7/+26 |
| * | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 | 1 | -11/+24 |
| * | <sys/socket.h> requires <sys/types.h> to already have been included | Tom Lane | 2003-06-12 | 1 | -1/+2 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -1/+2 |
| * | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian | 2003-06-11 | 1 | -1/+16 |
| * | Make bison version test actually work ... | Tom Lane | 2003-06-09 | 1 | -3/+2 |
| * | Change configure check to use $YACC, per Tom. | Bruce Momjian | 2003-06-07 | 1 | -2/+2 |
| * | Add configure warning to check for bison version >= 1.875. | Bruce Momjian | 2003-06-06 | 1 | -1/+11 |
| * | Add configure thread tests. | Bruce Momjian | 2003-05-27 | 1 | -1/+28 |
| * | Adjust configure so that extern tzname[] will be checked for | Tom Lane | 2003-05-22 | 1 | -2/+2 |
| * | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian | 2003-05-16 | 1 | -2/+3 |
| * | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian | 2003-05-15 | 1 | -3/+4 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -7/+7 |
| * | Remove HPUX 9 rint() test. | Bruce Momjian | 2003-05-10 | 1 | -17/+1 |
| * | Add crypt() to /port for Win32. | Bruce Momjian | 2003-05-09 | 1 | -2/+2 |
| * | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 | 1 | -2/+3 |
| * | Add opendir/readdir/closedir() for Win32. | Bruce Momjian | 2003-05-09 | 1 | -2/+3 |
| * | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 | 1 | -2/+2 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -1/+2 |
| * | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian | 2003-04-22 | 1 | -3/+8 |
| * | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -48/+35 |
| * | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 1 | -2/+11 |
| * | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 1 | -9/+7 |
| * | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 | 1 | -2/+3 |
| * | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -3/+3 |
| * | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 | 1 | -5/+8 |
| * | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 | 1 | -2/+4 |
| * | Simplify evaluation of TCL_INCLUDE_SPEC. | Peter Eisentraut | 2003-02-11 | 1 | -9/+2 |
| * | Factor out the code that detects the long long int snprintf format into a | Peter Eisentraut | 2003-01-28 | 1 | -81/+16 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -3/+3 |
| * | A tiny patch to fix a typo in configure.in and another one in | Bruce Momjian | 2003-01-11 | 1 | -2/+2 |
| * | Fix IPv6 detection and IPv6 to 4 conversion to use only standard | Peter Eisentraut | 2003-01-09 | 1 | -6/+6 |
| * | Small syntax cleanup. | Bruce Momjian | 2003-01-07 | 1 | -2/+2 |
| * | Check for sockaddr_in6 for IPv6 code, rather than ip6.h. | Bruce Momjian | 2003-01-07 | 1 | -5/+7 |
| * | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 1 | -3/+3 |