- 10 Jan, 1999 1 commit
-
-
Thomas G. Lockhart authored
I think NAN is already guaranteed to be there from Jan's work on NUMERIC, but perhaps HUGE_VAL needs some #ifndef's in the same place. Should also include "-Infinity" as -HUGE_VAL sometime; not there yet.
-
- 29 Nov, 1998 1 commit
-
-
Tom Lane authored
than silently returning zero on some machines. Correct float8 regress test to agree. Also fix pow() overflow/underflow check to work correctly on HPUX.
-
- 17 Nov, 1998 1 commit
-
-
Thomas G. Lockhart authored
This will fix the problem reported by Jose' Soares when trying to cast a float to text.
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
Ok, I have finally gotten all of the defines for Dec/Alpha and Linux/Alpha sorted out as Marc asked. There is no longer any need for '-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha template files (./src/template/{alpha,linuxalpha}). I have replaced every instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be the common symbol between C compilers on both operating systems (RH4.2 & DecUnix 4.0b) for alpha.
-
- 12 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 02 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
configure vs port specific #ifdef's...
-
- 13 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 05 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 24 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 23 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 13 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 08 Sep, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 28 Jul, 1997 1 commit
-
-
Bruce Momjian authored
-
- 03 Jun, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 14 May, 1997 1 commit
-
-
Thomas G. Lockhart authored
system calls on AIX (and probably other machines too).
-
- 11 May, 1997 1 commit
-
-
Thomas G. Lockhart authored
Add type conversion functions for floating point numbers. Check for zero in unary minus floating point code (IEEE allows an explicit negative zero which looks ugly in a query result!). Ensure circle type has non-negative radius.
-
- 12 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway.
-
- 19 Feb, 1997 1 commit
-
-
Bruce Momjian authored
-
- 14 Feb, 1997 1 commit
-
-
Bruce Momjian authored
-
- 24 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 18 Jan, 1997 1 commit
-
-
Bruce Momjian authored
-
- 06 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
Submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
-
- 06 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 31 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 26 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-
- 27 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h
-
- 19 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
```yaml below my signature, there are a coupls of diffs and files in a shell archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs MIPS based SINIX systems. Except for the compiler switches "-W0" and "-LD-Blargedynsym" these diffs should also apply for other SVR4 based systems. The changes in "Makefile.global" and "genbki.sh" can probably be ignored (I needed gawk, to make the script run). There is one bugfix thou. In "src/backend/parser/sysfunc.c" the function in this file didn't honor the EUROPEAN_DATES ifdef. ``` Submitted by: Frank Ridderbusch <ridderbusch.pad@sni.de>
-
- 20 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
-
- 09 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-