Commit Graph

308 Commits (21a7569b1a43d327551b2388a7f6e33e2477439f)

Author SHA1 Message Date
Bruce Momjian 21a7569b1a Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago
Bruce Momjian 49bc9c45c9 Brand 7.4.2. Release notes still need work. 22 years ago
Bruce Momjian 29760bbdaf Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. 22 years ago
Bruce Momjian 735614c1cf Stamp 7.4.1. 22 years ago
Peter Eisentraut 83ab17e051 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
PostgreSQL Daemon 3f78df10b1 k, tag the release 22 years ago
PostgreSQL Daemon ff4ee0eb22 make sure we are tag'd for RC2 22 years ago
PostgreSQL Daemon cc3a149cb0 tag it Release Candidate 1, as previously discussed 22 years ago
Peter Eisentraut 801427abc2 Unset CFLAGS before reading template. This should be more robust. 22 years ago
Tom Lane 573f8c0116 Guard against Ant versions that print CLASSPATH before the version number 22 years ago
Peter Eisentraut 378f59904a Fix CFLAGS selection to actually work. Add test to detect whether gcc's 22 years ago
PostgreSQL Daemon 7533e455f0 up configure to beta5 23 years ago
Tom Lane 37278c063f Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, 23 years ago
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