Commit Graph

288 Commits (ba0d38fd89c19fe742bccfc8c4d82e7e8bbb3623)

Author SHA1 Message Date
Tom Lane 31773533bd Fix typo. 23 years ago
Tom Lane 33ab177a56 Don't assume that struct option is available just because we can find a 23 years ago
PostgreSQL Daemon d10146c067 change tag to 7.4beta1 and update the Copyright to 2003 23 years ago
Bruce Momjian 98bf004421 Re-add USE_THREADS, used by ecpg. 23 years ago
Bruce Momjian 5c15cb4752 Fix thread handling in configure. 23 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 23 years ago
Tom Lane 850489ab7e Don't pull in libbind except on BeOS, per pgsql-bugs discussion around 23 years ago
Tom Lane 13ac54d1ca Since HPUX now exists for Itanium, we should decouple the assumption 23 years ago
Bruce Momjian 55103553ad --enable-thread-safeness -> --enable-thread-safety 23 years ago
Tom Lane df63503dc2 Have a go at fixing various outstanding portability issues in code that 23 years ago
Bruce Momjian bd95e21594 Rename --with-threads to --enable-thread-safeness, per Peter. 23 years ago
Bruce Momjian 277dbb0c34 Fix threading configure tests, from Peter. 23 years ago
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