| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -50/+7 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 1 | -1/+146 |
* | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 1 | -57/+55 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 | 1 | -1/+2 |
* | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -2/+5 |
* | Autoconf run for readline/libedit patch. | Bruce Momjian | 2003-02-19 | 1 | -0/+306 |
* | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 | 1 | -32/+155 |
* | Simplify evaluation of TCL_INCLUDE_SPEC. | Peter Eisentraut | 2003-02-11 | 1 | -7/+2 |
* | Factor out the code that detects the long long int snprintf format into a | Peter Eisentraut | 2003-01-28 | 1 | -92/+119 |
* | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -2/+5 |
* | 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 | -19/+15 |
* | Check for sockaddr_in6 for IPv6 code, rather than ip6.h. | Bruce Momjian | 2003-01-07 | 1 | -79/+31 |
* | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 1 | -3/+3 |
* | Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. | Bruce Momjian | 2003-01-06 | 1 | -0/+105 |
* | Update ipv6 comment, move configure test to the right place | Bruce Momjian | 2003-01-06 | 1 | -75/+75 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 1 | -0/+75 |
* | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 | 1 | -0/+7 |
* | Improve comment. | Bruce Momjian | 2002-12-15 | 1 | -1/+1 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -2/+1 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 1 | -1/+2 |
* | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian | 2002-12-03 | 1 | -1/+2 |
* | Brand CVS tip as 7.4devel. | Tom Lane | 2002-11-04 | 1 | -9/+9 |