Commit Graph

276 Commits (cdb8a844e62c50e87d5eef19ee29b50837b1c460)

Author SHA1 Message Date
Bruce Momjian 99308891ef Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 23 years ago
Bruce Momjian 4d9eede82f Move thread checking code farther down in conflgure. 23 years ago
Bruce Momjian 228c02c3e5 Run autoconf/autoheader for ecpg change. 23 years ago
Bruce Momjian ffa3bfbc30 Move thread os defines into template files. 23 years ago
Bruce Momjian a16a031411 Make libpq thread-safe with configure --with-threads option. 23 years ago
Bruce Momjian 62b532b736 Add thread.c for libpq threading, and hook it into libpq/configure. 23 years ago
Bruce Momjian 02d847fe9f Add --with-threads configure option to control threaded libpq. 23 years ago
Tom Lane ccd99a5eb5 <sys/socket.h> requires <sys/types.h> to already have been included 23 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 23 years ago
Bruce Momjian 65fb311a97 Add Rendezvous support to postmaster, from Chris Campbell 23 years ago
Tom Lane 2df532d9a2 Make bison version test actually work ... 23 years ago
Bruce Momjian 152ce7a490 Change configure check to use $YACC, per Tom. 23 years ago
Bruce Momjian fee9b7ca9b Add configure warning to check for bison version >= 1.875. 23 years ago
Bruce Momjian 24daeb8e73 Add configure thread tests. 23 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 23 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 23 years ago
Bruce Momjian 09aad5a3a6 Add copydir() function because xcopy doesn't work in XP without a 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian 37627eb571 Remove HPUX 9 rint() test. 23 years ago
Bruce Momjian 384bbdd0e1 autoconf run for crypt(). 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 23 years ago
Bruce Momjian 07d35e4277 Change alternate database location patch to test for symlink() rather 23 years ago
Bruce Momjian e8f4f2f92d Properly test for buggy flex 2.5.3. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Bruce Momjian dfc6649c4d Add Win32 versions of unlink and rename --- loop until success. 23 years ago
Tom Lane e138630251 On some systems <sys/types.h> must be included before <sys/socket.h>. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Peter Eisentraut 82a91eb54e Simplify the socket handling code by supplying a replacement getaddrinfo() 23 years ago
Peter Eisentraut 1a7f4ed525 Make "win" a separate port from "cygwin". This means you can now 23 years ago
Tom Lane 1d57374114 Use poll(2) in preference to select(2), if available. This solves 23 years ago
Bruce Momjian 747c6152fd Autoconf run for readline/libedit patch. 23 years ago
Bruce Momjian 0e010a54a3 Update FAQ's in head and 7.3.X. 23 years ago
Peter Eisentraut 62c35b3098 Simplify evaluation of TCL_INCLUDE_SPEC. 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Bruce Momjian bcf7a35f3c A tiny patch to fix a typo in configure.in and another one in 23 years ago
Peter Eisentraut 9df2c44032 Fix IPv6 detection and IPv6 to 4 conversion to use only standard 23 years ago
Bruce Momjian 7c97b00e4a Check for sockaddr_in6 for IPv6 code, rather than ip6.h. 23 years ago
Peter Eisentraut 939a59ffc6 Use our own version of getopt_long() if the OS doesn't have one. 23 years ago
Bruce Momjian f240746739 Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. 23 years ago
Bruce Momjian 895f954f24 Update ipv6 comment, move configure test to the right place 23 years ago
Bruce Momjian c3e9699f21 Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 23 years ago
Tom Lane 2e1f2c3109 Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad 23 years ago
Bruce Momjian 90b3a0b6fd Improve comment. 23 years ago
Bruce Momjian 05a6b37912 Re-addd Rod's ALTER DOMAIN patch. 23 years ago
Bruce Momjian 8fc86dd593 We have just finished porting the old KAME IPv6 patch over to 23 years ago
Bruce Momjian f988edb4e1 Add OpenBSD local indent credentials, from William Ahern. 23 years ago
Tom Lane b8cdc57ba7 Brand CVS tip as 7.4devel. 23 years ago