Commit Graph

264 Commits (ffa3bfbc30fe69cddc26bbf6b4ca548fa09e5f9c)

Author SHA1 Message Date
Bruce Momjian ffa3bfbc30 Move thread os defines into template files. 22 years ago
Bruce Momjian a16a031411 Make libpq thread-safe with configure --with-threads option. 22 years ago
Bruce Momjian 62b532b736 Add thread.c for libpq threading, and hook it into libpq/configure. 22 years ago
Bruce Momjian 02d847fe9f Add --with-threads configure option to control threaded libpq. 22 years ago
Tom Lane ccd99a5eb5 <sys/socket.h> requires <sys/types.h> to already have been included 22 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 22 years ago
Bruce Momjian 65fb311a97 Add Rendezvous support to postmaster, from Chris Campbell 22 years ago
Tom Lane 2df532d9a2 Make bison version test actually work ... 22 years ago
Bruce Momjian 152ce7a490 Change configure check to use $YACC, per Tom. 22 years ago
Bruce Momjian fee9b7ca9b Add configure warning to check for bison version >= 1.875. 22 years ago
Bruce Momjian 24daeb8e73 Add configure thread tests. 22 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 22 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 22 years ago
Bruce Momjian 09aad5a3a6 Add copydir() function because xcopy doesn't work in XP without a 22 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 22 years ago
Bruce Momjian 37627eb571 Remove HPUX 9 rint() test. 22 years ago
Bruce Momjian 66e0a8cb39 Add crypt() to /port for Win32. 22 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 22 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 22 years ago
Bruce Momjian 07d35e4277 Change alternate database location patch to test for symlink() rather 22 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
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 adc3b34b9c Here's the patch I promised over on HACKERS - it alters the 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 91ef6b071b Small syntax cleanup. 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 c9d8712043 Clean up quoting in configure.in. configure did not change. 23 years ago
Bruce Momjian 90b3a0b6fd Improve comment. 23 years ago
Bruce Momjian 38ffbb95d5 Back out V6 code, caused postmaster startup failure. 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
Bruce Momjian 24135fbf09 Stamp beta4. 23 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 23 years ago
Bruce Momjian d36caf103b Stamp for 7.3 beta3. 23 years ago