Commit Graph

334 Commits (6a25c6e1d1036db1162f3137bfc8213ecd7446a4)

Author SHA1 Message Date
Bruce Momjian b8fd6756e2 Allow unlink/rename of files open by another process on Win32, using a 22 years ago
Bruce Momjian 34ce6b41cf Always test getpwuid_r because HEAD always uses *_r if it finds them. 22 years ago
Bruce Momjian aaf54d99f0 Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago
Bruce Momjian df6b11db52 Add comment for Win32. 22 years ago
Bruce Momjian 6819787c9b Fix wording of new bison warning, per Peter. 22 years ago
Bruce Momjian 351cf4d04e Update bison warning to be clearer about its purpose. 22 years ago
Bruce Momjian c6f0559371 Check and set thread-safe functions separately, rather than as a single 22 years ago
Bruce Momjian 15b330b648 Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. 22 years ago
Tom Lane 127ea18f48 Add configure support for determining UINT64_FORMAT, the appropriate 22 years ago
Bruce Momjian 9dac52649d Win32 adjustments for dirmod and configure/configure.in. 22 years ago
Tom Lane 67aa1962b7 autoconf run. 22 years ago
Tom Lane 6f295328e5 Do not let external specification of CFLAGS stop us from adding 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
Tom Lane bd046b99f0 Remove JDBC from the build system and documentation, too. 22 years ago
Bruce Momjian ee7fbb1eaa Add WIN32 pipe implementation that uses sockets. 22 years ago
Tom Lane baee5f75c5 Push responsibility for selecting out-of-line-assembler TAS code out to 22 years ago
Bruce Momjian 36b0595d5e Add /usr/local/sgml/docbook-dsssl to the default search patch for 22 years ago
Peter Eisentraut dd01cfe1c4 Remove possibility to specify an installation root after --with-krbx and 22 years ago
Peter Eisentraut 859accdab3 Make sure vpath_build is set correctly even if config.status --no-create 22 years ago
Peter Eisentraut cf87eb4726 Upgrade to DocBook V4.2 SGML. 22 years ago
Peter Eisentraut b3d72d3ec5 Use --with-docdir to choose installation location of documentation; put 22 years ago
Peter Eisentraut 8878cc4cd7 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
Peter Eisentraut 144a2ecd57 Make the detection of nsgmls more robust for funny shells. 22 years ago
Tom Lane 0637d52d1f Tag HEAD as 7.5devel. 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 22 years ago
Tom Lane 37278c063f Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, 22 years ago
Bruce Momjian fca71f4406 Add compile -O flag only for non-debug mode, per Tom 22 years ago
Bruce Momjian 0e22cb1232 This centralizes the optimization defaults into configure.in, rather 22 years ago
PostgreSQL Daemon 17f682488b brand her beta4 22 years ago
Bruce Momjian 391dceb462 Finalize configuration of thread_test program. 22 years ago
Bruce Momjian 227dd9b427 Rename thread compile flag. Move thread test program to tools/thread, 22 years ago
PostgreSQL Daemon baba02a84e tag her for beta3, as announced on Friday ... 22 years ago
Bruce Momjian bcd8986e7d Rename --without-spinlocks to --disable-spinlocks, per Peter. 22 years ago
Bruce Momjian d7635e5c4f autoconf/autoheader run. 22 years ago
Bruce Momjian 06e3ec7a54 Implement compiler #error if spinlock code not found, add configure flag 22 years ago
Bruce Momjian 01a0e9734d autoconf run. 22 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 22 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 22 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 22 years ago
PostgreSQL Daemon 14ef1c8603 update to beta2 22 years ago
Bruce Momjian edc999b09a Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to 22 years ago
Tom Lane cae912d05b Do not link in libwsock32 on non-win32 platforms. Improve grammar 22 years ago
Tom Lane 31773533bd Fix typo. 22 years ago
Tom Lane 33ab177a56 Don't assume that struct option is available just because we can find a 22 years ago
PostgreSQL Daemon d10146c067 change tag to 7.4beta1 and update the Copyright to 2003 22 years ago
Bruce Momjian 98bf004421 Re-add USE_THREADS, used by ecpg. 22 years ago