- May 03, 2008
-
-
Andrew Dunstan authored
any hardcoding of those options. Along the way, reorder the expression used to calculate RELSEG_SIZE to make it slightly clearer. For now wal_segsize is only allowed to have a value of 1 on Windows - we can relax that when we get full large file support in the backend.
-
- May 02, 2008
-
-
Tom Lane authored
let XLOG_BLCKSZ and XLOG_SEG_SIZE be set via configure. Per a proposal by Mark Wong, though I thought it better to call the switches after "wal" rather than "xlog".
-
Tom Lane authored
support for a nonsegmented mode from md.c. Per recent discussions, there doesn't seem to be much value in a "never segment" option as opposed to segmenting with a suitably large segment size. So instead provide a configure-time switch to set the desired segment size in units of gigabytes. While at it, expose a configure switch for BLCKSZ as well. Zdenek Kotala
-
- Apr 29, 2008
-
-
Tom Lane authored
which is a global variable not a function, and so the probe failed on machines where the linker makes a distinction (cf. Red Hat bug #444317). Probe for an actual function instead.
-
- Apr 21, 2008
-
-
Tom Lane authored
where Datum is 8 bytes wide. Since this will break old-style C functions (those still using version 0 calling convention) that have arguments or results of these types, provide a configure option to disable it and retain the old pass-by-reference behavior. Likewise, provide a configure option to disable the recently-committed float4 pass-by-value change. Zoltan Boszormenyi, plus configurability stuff by me.
-
- Mar 30, 2008
-
-
Neil Conway authored
This requires a working 64-bit integer type. If such a type cannot be found, "--disable-integer-datetimes" can be used to switch back to the previous floating point-based datetime implementation.
-
- Mar 10, 2008
-
-
Tom Lane authored
This prevents compiler optimizations that assume overflow won't occur, which breaks numerous overflow tests that we need to have working. It is known that gcc 4.3 causes problems and possible that 4.1 does. Per my proposal of some time ago and a recent report from Kris Jurka. Backpatch as far as 8.0, which is as far as the patch conveniently goes. 7.x was pretty short of overflow tests anyway, so it may not matter there, even assuming that anyone cares whether 7.x builds on recent gcc.
-
Tom Lane authored
than dividing them into 1GB segments as has been our longtime practice. This requires working support for large files in the operating system; at least for the time being, it won't be the default. Zdenek Kotala
-
- Feb 24, 2008
-
-
Tom Lane authored
versions don't handle long options the way we want. Per Zdenek Kotala.
-
- Feb 19, 2008
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 18, 2008
-
-
Bruce Momjian authored
reorganize code for NetBSD/BSDi port/fseeko.c usage, and make code more modular.
-
- Feb 17, 2008
-
-
Peter Eisentraut authored
- Change configure.in to use Autoconf 2.61 and update generated files. - Update build system and documentation to support now directory variables offered by Autoconf 2.61. - Replace usages of PGAC_CHECK_ALIGNOF by AC_CHECK_ALIGNOF, now available in Autoconf 2.61. - Drop our patched version of AC_C_INLINE, as Autoconf now has the change.
-
- Feb 13, 2008
-
-
Tom Lane authored
-
- Feb 01, 2008
-
-
Marc G. Fournier authored
configure tag'd 8.3.0 and built witih autoconf 2.59
-
- Jan 24, 2008
-
-
Peter Eisentraut authored
-
- Jan 18, 2008
-
-
Marc G. Fournier authored
must commit after autoconf ... and yes, I used the right autoconf
-
- Jan 03, 2008
-
-
Tom Lane authored
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
-
- Jan 01, 2008
-
-
Bruce Momjian authored
-
- Dec 31, 2007
-
-
Bruce Momjian authored
mismatch; backpatch.
-
Bruce Momjian authored
mismatch. Batckpatch to 8.2.X.
-
- Dec 03, 2007
-
- Nov 26, 2007
-
-
Peter Eisentraut authored
-
- Nov 16, 2007
-
-
Marc G. Fournier authored
update files for beta3
-
- Nov 13, 2007
-
-
Tom Lane authored
itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all).
-
- Nov 05, 2007
-
-
Bruce Momjian authored
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
-
- Nov 04, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Nikolay Samokhvalov
-
- Oct 29, 2007
-
-
Magnus Hagander authored
for this.
-
- Oct 27, 2007
-
- Oct 23, 2007
-
-
Tom Lane authored
Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas
-
- Oct 05, 2007
-
-
Marc G. Fournier authored
tag it 8.3beta1 ... the beta cycle begins
-
- Oct 02, 2007
-
-
Tom Lane authored
OpenSSL libraries --- just don't call them if they're not there. This might possibly lead to misleading error messages, but we'll just have to live with that.
-
- Sep 21, 2007
-
-
Tom Lane authored
it ought to know that you need -DLINUX_PROFILE on Linux.
-
- Sep 12, 2007
-
-
Tom Lane authored
Jeremy Drake.
-
- Sep 11, 2007
-
-
Tom Lane authored
switch, viz '-fno-alias'. Since we have a separate code path here anyway, it's just as easy to cooperate.
-
- Aug 20, 2007
-
-
Peter Eisentraut authored
database.
-
- Aug 05, 2007
-
-
Tom Lane authored
even if the compiler is not defining __GNUC__. Per report from Dirk Tilger that it is possible for icc to not do that.
-
- Jul 19, 2007
-
-
Tom Lane authored
Minor rearrangements to make a few tests in a more logical order.
-
- Jul 14, 2007
-
-
Magnus Hagander authored
by Solaris 10 and possibly others. Stefan Kaltenbrunner
-