- Apr 26, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 25, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 24, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add test for cross-compiles that they have to run the thread_test program on the target machine.
-
- Apr 23, 2004
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- Apr 20, 2004
-
-
PostgreSQL Daemon authored
Remove all of the libpgtcl and pgtclsh files, including all references to them within the various makefiles with_tcl is still required for the src/pl/tcl language
-
- Mar 24, 2004
-
-
Bruce Momjian authored
special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
-
- Mar 20, 2004
-
-
Bruce Momjian authored
Not an issue for 7.4.X.
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- Mar 09, 2004
-
-
Bruce Momjian authored
-
- Mar 03, 2004
-
-
Bruce Momjian authored
-
- Mar 02, 2004
-
-
Bruce Momjian authored
-
- Feb 11, 2004
-
-
Bruce Momjian authored
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.
-
Bruce Momjian authored
Without this patch, no thread locking or *_r functions were being used.
-
- Feb 10, 2004
-
-
Tom Lane authored
snprintf format for uint64 items.
-
- Feb 02, 2004
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-fno-strict-aliasing.
-
Bruce Momjian authored
* configure + Makefile changes * shared memory attaching in EXEC_BACKEND case (+ minor fix for apparent cygwin bug under cygwin/EXEC_BACKEND case only) * PATH env var separator differences * missing win32 rand functions added * placeholder replacements for sync etc under port.h To those who are really interested, and there are a few of you: the attached patch + file will allow the source base to be compiled (and, for some definition, "run") under MingW, with the following caveats (I wanted to first properly fix all but the last of these, but y'all won't quit asking for a patch :-): * child death: SIGCHLD not yet sent, so as a minimum, you'll need to put in some sort of delay after StartupDatabase, and handle setting StartupPID to 0 etc (ie. the stuff the reaper() signal function is supposed to do) * dirmod.c: comment out the elog calls * dfmgr.c: some hackage required to substitute_libpath_macro * slru/xact.c: comment out the errno checking after the readdir (fixed by next version of MingW) Again, this is only if you *really* want to see postgres compile and start, and is a nice leg-up for working on the other Win32 TODO list items. Just don't expect too much else from it at this point... Claudio Natoli
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Jan 09, 2004
-
-
Bruce Momjian authored
Claudio Natoli
-
- Dec 23, 2003
-
-
Tom Lane authored
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.
-
- Dec 13, 2003
-
-
Bruce Momjian authored
docbook style sheets, as discussed with Peter.
-
- Nov 27, 2003
-
-
Peter Eisentraut authored
--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.
-
Peter Eisentraut authored
was specified.
-
- Nov 24, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
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.
-
Peter Eisentraut authored
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
-
- Nov 06, 2003
-
-
Peter Eisentraut authored
-
- Nov 03, 2003
-
-
Tom Lane authored
-
PostgreSQL Daemon authored
tag it Release Candidate 1, as previously discussed
-
- Nov 01, 2003
-
-
Peter Eisentraut authored
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.
-
- Oct 28, 2003
-
-
Tom Lane authored
in -version output. Per report from Johann Uhrmann.
-
- Oct 25, 2003
-
-
Peter Eisentraut authored
option -fno-strict-aliasing is available.
-
- Oct 22, 2003
-
-
PostgreSQL Daemon authored
up configure to beta5
-
- Oct 16, 2003
-
-
Tom Lane authored
per recent pghackers discussions. Also ensure that explicitly setting CFLAGS in the configure environment will be honored.
-