Commit Graph

895 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Bruce Momjian fca71f4406 Add compile -O flag only for non-debug mode, per Tom 23 years ago
Bruce Momjian 0e22cb1232 This centralizes the optimization defaults into configure.in, rather 23 years ago
PostgreSQL Daemon 17f682488b brand her beta4 23 years ago
Bruce Momjian 391dceb462 Finalize configuration of thread_test program. 23 years ago
Bruce Momjian 227dd9b427 Rename thread compile flag. Move thread test program to tools/thread, 23 years ago
PostgreSQL Daemon baba02a84e tag her for beta3, as announced on Friday ... 23 years ago
Bruce Momjian bcd8986e7d Rename --without-spinlocks to --disable-spinlocks, per Peter. 23 years ago
Bruce Momjian b041d3e3a1 Attempt threading in this order: 23 years ago
Bruce Momjian 06e3ec7a54 Implement compiler #error if spinlock code not found, add configure flag 23 years ago
Bruce Momjian 96b4a9ac3a Add $srcdir for Win32 builds, from Peter. 23 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 23 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 23 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 23 years ago
PostgreSQL Daemon 14ef1c8603 update to beta2 23 years ago
Bruce Momjian edc999b09a Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to 23 years ago
Tom Lane cae912d05b Do not link in libwsock32 on non-win32 platforms. Improve grammar 23 years ago
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 4f70680177 Make ecpg thread safe. 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 66e0a8cb39 Add crypt() to /port for Win32. 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