Bruce Momjian
b8fd6756e2
Allow unlink/rename of files open by another process on Win32, using a
...
special Win32 open flag FILE_SHARE_DELETE.
Claudio Natoli
2004-03-24 03:54:16 +00:00
Bruce Momjian
34ce6b41cf
Always test getpwuid_r because HEAD always uses *_r if it finds them.
...
Not an issue for 7.4.X.
2004-03-20 16:11:22 +00:00
Bruce Momjian
aaf54d99f0
Handle draft version of getpwuid_r() that accepts only four arguments.
...
Backpatch to 7.4.X. Required for Solaris 7 & 8.
2004-03-20 15:39:27 +00:00
Bruce Momjian
df6b11db52
Add comment for Win32.
2004-03-09 22:40:10 +00:00
Bruce Momjian
6819787c9b
Fix wording of new bison warning, per Peter.
2004-03-03 17:37:22 +00:00
Bruce Momjian
351cf4d04e
Update bison warning to be clearer about its purpose.
2004-03-02 20:08:52 +00:00
Bruce Momjian
c6f0559371
Check and set thread-safe functions separately, rather than as a single
...
variable.
Remove thread locking for non-thread-safe functions, instead throw a
compile error.
Platforms will have to re-run tools/thread to record their thread
safety.
2004-02-11 21:44:06 +00:00
Bruce Momjian
15b330b648
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
...
Without this patch, no thread locking or *_r functions were being used.
2004-02-11 17:29:01 +00:00
Tom Lane
127ea18f48
Add configure support for determining UINT64_FORMAT, the appropriate
...
snprintf format for uint64 items.
2004-02-10 19:55:45 +00:00
Bruce Momjian
9dac52649d
Win32 adjustments for dirmod and configure/configure.in.
2004-02-02 22:20:33 +00:00
Bruce Momjian
98a5284170
Move win32 changes from configure to configure.in, per Tom, autoconf
...
run.
2004-02-02 16:00:49 +00:00
Tom Lane
bd046b99f0
Remove JDBC from the build system and documentation, too.
2004-01-19 21:20:06 +00:00
Bruce Momjian
ee7fbb1eaa
Add WIN32 pipe implementation that uses sockets.
...
Claudio Natoli
2004-01-09 04:58:09 +00:00
Tom Lane
baee5f75c5
Push responsibility for selecting out-of-line-assembler TAS code out to
...
the platform template files, instead of doing it directly in configure.in.
This seems cleaner, and also opens the door to making the choice be
dependent on the compiler being used.
2003-12-23 18:40:53 +00:00
PostgreSQL Daemon
969685ad44
$Header: -> $PostgreSQL Changes ...
2003-11-29 19:52:15 +00:00
Peter Eisentraut
dd01cfe1c4
Remove possibility to specify an installation root after --with-krbx and
...
--with-openssl options. This creates too much risk to pick up the wrong
directory accidentally (for example when there are lib64 directories), and
does not really help much with contemporary installation layouts.
2003-11-27 19:44:56 +00:00
Peter Eisentraut
859accdab3
Make sure vpath_build is set correctly even if config.status --no-create
...
was specified.
2003-11-27 18:14:02 +00:00
Peter Eisentraut
cf87eb4726
Upgrade to DocBook V4.2 SGML.
2003-11-24 19:08:02 +00:00
Peter Eisentraut
b3d72d3ec5
Use --with-docdir to choose installation location of documentation; put
...
back --infodir, which several automatic build environments expect to exist.
Add --without-docdir to prevent installation of documentation, which is
helpful for things like RPM that have their own method of installing
documentation.
2003-11-24 14:52:58 +00:00
Peter Eisentraut
8878cc4cd7
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
...
Fixes compilation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
2003-11-24 13:16:22 +00:00
Tom Lane
0637d52d1f
Tag HEAD as 7.5devel.
2003-11-03 14:42:08 +00:00
PostgreSQL Daemon
cc3a149cb0
tag it Release Candidate 1, as previously discussed
2003-11-03 05:27:18 +00:00
Peter Eisentraut
801427abc2
Unset CFLAGS before reading template. This should be more robust.
...
When --enable-debug is used, then the default CFLAGS for non-GCC is just
-g without -O.
Backpatch enhancement of Autoconf inline test that detects problems with
the HP C compiler.
2003-11-01 20:48:51 +00:00
Tom Lane
573f8c0116
Guard against Ant versions that print CLASSPATH before the version number
...
in -version output. Per report from Johann Uhrmann.
2003-10-28 20:26:47 +00:00
Peter Eisentraut
378f59904a
Fix CFLAGS selection to actually work. Add test to detect whether gcc's
...
option -fno-strict-aliasing is available.
2003-10-25 15:32:11 +00:00
PostgreSQL Daemon
7533e455f0
up configure to beta5
2003-10-22 04:16:39 +00:00
Tom Lane
37278c063f
Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc,
...
per recent pghackers discussions. Also ensure that explicitly setting
CFLAGS in the configure environment will be honored.
2003-10-15 22:23:56 +00:00
Bruce Momjian
fca71f4406
Add compile -O flag only for non-debug mode, per Tom
2003-10-14 00:48:09 +00:00
Bruce Momjian
0e22cb1232
This centralizes the optimization defaults into configure.in, rather
...
than having CFLAGS= in the template files.
It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless
the template overrides it.
2003-10-09 03:20:34 +00:00
PostgreSQL Daemon
17f682488b
brand her beta4
2003-10-03 03:08:14 +00:00
Bruce Momjian
391dceb462
Finalize configuration of thread_test program.
2003-09-27 16:24:45 +00:00
Bruce Momjian
227dd9b427
Rename thread compile flag. Move thread test program to tools/thread,
...
and improve tests.
2003-09-27 15:32:48 +00:00
PostgreSQL Daemon
baba02a84e
tag her for beta3, as announced on Friday ...
2003-09-15 14:32:35 +00:00
Bruce Momjian
bcd8986e7d
Rename --without-spinlocks to --disable-spinlocks, per Peter.
2003-09-13 17:01:09 +00:00
Bruce Momjian
b041d3e3a1
Attempt threading in this order:
...
* use non-*_r function names if they are all thread-safe
* (NEED_REENTRANT_FUNCS=no)
* use *_r functions if they exist (configure test)
* do our own locking and copying of non-threadsafe functions
New to this patch is the last option.
2003-09-13 14:49:51 +00:00
Bruce Momjian
06e3ec7a54
Implement compiler #error if spinlock code not found, add configure flag
...
to bypass the error, --without-spinlocks.
2003-09-12 16:10:27 +00:00
Bruce Momjian
96b4a9ac3a
Add $srcdir for Win32 builds, from Peter.
2003-09-07 16:38:05 +00:00
Bruce Momjian
4b407f6c3c
Changes for MinGW/WIN32:
...
o allow configure to see include/port/win32 include files
o add matching Win32 accept() prototype
o allow pg_id to compile with native Win32 API
o fix invalide mbvalidate() function calls (existing bug)
o allow /scripts to compile with native Win32 API
o add win32.c to Win32 compiles (already in *.mak files)
2003-09-07 03:43:57 +00:00
Tom Lane
7703e55c32
Make the default pg_hba.conf include an entry for ::1 only if configure
...
set HAVE_IPV6. Per recent discussions.
2003-09-07 03:36:03 +00:00
Peter Eisentraut
f10a9033bf
Clean up after pygresql removal: adjust/remove documentation and remove
...
unneeded configure work.
2003-09-01 23:01:49 +00:00
PostgreSQL Daemon
14ef1c8603
update to beta2
2003-08-27 02:35:38 +00:00
Bruce Momjian
edc999b09a
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
...
configure to report if they are not found.
2003-08-16 15:35:51 +00:00
Tom Lane
cae912d05b
Do not link in libwsock32 on non-win32 platforms. Improve grammar
...
of thread-safety comments.
2003-08-11 18:07:38 +00:00
Tom Lane
31773533bd
Fix typo.
2003-08-07 21:38:55 +00:00
Tom Lane
33ab177a56
Don't assume that struct option is available just because we can find a
...
getopt_long(). This is more or less the same problem as we saw earlier
with getaddrinfo() and struct addrinfo, and for the same reason: random
user-added libraries might contain the subroutine, but there's no
guarantee we will find the matching header files.
2003-08-07 21:11:58 +00:00
PostgreSQL Daemon
d10146c067
change tag to 7.4beta1 and update the Copyright to 2003
...
Guess what folks? We are now in Beta!!
2003-08-04 22:30:30 +00:00
Bruce Momjian
98bf004421
Re-add USE_THREADS, used by ecpg.
2003-08-04 21:26:26 +00:00
Bruce Momjian
5c15cb4752
Fix thread handling in configure.
2003-08-04 16:48:03 +00:00
Tom Lane
4c3c8c048d
Remove --enable-recode feature, since it's been broken by IPv6 changes,
...
and seems to have too few users to justify maintaining.
2003-08-04 04:03:10 +00:00
Tom Lane
850489ab7e
Don't pull in libbind except on BeOS, per pgsql-bugs discussion around
...
12 Jun 2003.
2003-08-03 20:23:14 +00:00