- 02 May, 2008 1 commit
-
-
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
-
- 28 Apr, 2008 1 commit
-
-
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.
-
- 21 Apr, 2008 1 commit
-
-
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.
-
- 18 Apr, 2008 1 commit
-
-
Alvaro Herrera authored
uses of the long-deprecated float32 in contrib/seg; the definitions themselves are still there, but no longer used. fmgr/README updated to match. I added a CREATE FUNCTION to account for existing seg_center() code in seg.c too, and some tests for it and the neighbor functions. At the same time, remove checks for NULL which are not needed (because the functions are declared STRICT). I had to do some adjustments to contrib's btree_gist too. The choices for representation there are not ideal for changing the underlying types :-( Original patch by Zoltan Boszormenyi, with some adjustments by me.
-
- 30 Mar, 2008 1 commit
-
-
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.
-
- 10 Mar, 2008 2 commits
-
-
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
-
- 24 Feb, 2008 1 commit
-
-
Tom Lane authored
versions don't handle long options the way we want. Per Zdenek Kotala.
-
- 19 Feb, 2008 3 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Feb, 2008 1 commit
-
-
Bruce Momjian authored
reorganize code for NetBSD/BSDi port/fseeko.c usage, and make code more modular.
-
- 17 Feb, 2008 1 commit
-
-
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.
-
- 13 Feb, 2008 1 commit
-
-
Tom Lane authored
-
- 01 Feb, 2008 1 commit
-
-
Marc G. Fournier authored
configure tag'd 8.3.0 and built witih autoconf 2.59
-
- 24 Jan, 2008 1 commit
-
-
Peter Eisentraut authored
-
- 18 Jan, 2008 1 commit
-
-
Marc G. Fournier authored
must commit after autoconf ... and yes, I used the right autoconf
-
- 03 Jan, 2008 1 commit
-
-
Tom Lane authored
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
-
- 01 Jan, 2008 1 commit
-
-
Bruce Momjian authored
-
- 03 Dec, 2007 1 commit
-
-
Tom Lane authored
-
- 16 Nov, 2007 2 commits
-
-
Tom Lane authored
-
Marc G. Fournier authored
update files for beta3
-
- 13 Nov, 2007 1 commit
-
-
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).
-
- 05 Nov, 2007 1 commit
-
-
Bruce Momjian authored
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
-
- 04 Nov, 2007 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Nikolay Samokhvalov
-
- 29 Oct, 2007 1 commit
-
-
Magnus Hagander authored
for this.
-
- 27 Oct, 2007 1 commit
-
-
Tom Lane authored
-
- 23 Oct, 2007 1 commit
-
-
Tom Lane authored
Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas
-
- 05 Oct, 2007 1 commit
-
-
Marc G. Fournier authored
tag it 8.3beta1 ... the beta cycle begins
-
- 02 Oct, 2007 1 commit
-
-
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.
-
- 21 Sep, 2007 1 commit
-
-
Tom Lane authored
it ought to know that you need -DLINUX_PROFILE on Linux.
-
- 12 Sep, 2007 1 commit
-
-
Tom Lane authored
Jeremy Drake.
-
- 11 Sep, 2007 1 commit
-
-
Tom Lane authored
switch, viz '-fno-alias'. Since we have a separate code path here anyway, it's just as easy to cooperate.
-
- 20 Aug, 2007 1 commit
-
-
Peter Eisentraut authored
database.
-
- 09 Aug, 2007 1 commit
-
-
Tom Lane authored
Brendan Jurd
-
- 05 Aug, 2007 1 commit
-
-
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.
-
- 19 Jul, 2007 1 commit
-
-
Tom Lane authored
Minor rearrangements to make a few tests in a more logical order.
-
- 14 Jul, 2007 1 commit
-
-
Magnus Hagander authored
by Solaris 10 and possibly others. Stefan Kaltenbrunner
-
- 12 Jul, 2007 1 commit
-
-
Magnus Hagander authored
such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner
-