- 10 Dec, 2002 1 commit
-
-
Tom Lane authored
-
- 06 Dec, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
ALTER DOMAIN .. SET / DROP DEFAULT ALTER DOMAIN .. ADD / DROP CONSTRAINT New files: - doc/src/sgml/ref/alter_domain.sgml Rod Taylor
-
- 21 Nov, 2002 1 commit
-
-
Tom Lane authored
comparison file, instead of geometry-positive-zeros. Per report from Patrick Welche.
-
- 12 Nov, 2002 2 commits
- 08 Nov, 2002 1 commit
-
-
Tom Lane authored
variation. To do this, set extra_float_digits to -3 in the geometry test, and tweak the CIRCLE_TBL dataset to avoid values that suffer from severe cancellation error (eg, circles that just touch an axis). We still need two geometry 'expected' files to account for the difference between platforms that display minus zero as '-0' and those that just say '0', but with luck that's all we'll need.
-
- 01 Nov, 2002 1 commit
-
-
Tom Lane authored
-
- 29 Oct, 2002 1 commit
-
-
Bruce Momjian authored
-
- 21 Dec, 2001 1 commit
-
-
Tom Lane authored
Per report from Christopher Kings-Lynne.
-
- 20 Dec, 2001 1 commit
-
-
Tatsuo Ishii authored
-
- 19 Dec, 2001 1 commit
-
-
Tom Lane authored
-
- 10 Dec, 2001 1 commit
-
-
Tom Lane authored
-
- 02 Dec, 2001 1 commit
-
-
Tom Lane authored
as is needed for HPUX 9 and 10.
-
- 26 Aug, 2001 1 commit
-
-
Bruce Momjian authored
OU8. Larry Rosenman
-
- 06 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
Add some resultmap entries for SCO OpenServer.
-
- 10 May, 2001 1 commit
-
-
Bruce Momjian authored
-
- 26 Mar, 2001 1 commit
-
-
Bruce Momjian authored
I posted this to the list a few days ago, but it was not addressed. Can someone please make the changes to the src/test/regress/resultmap? Thanks. - brandon
-
- 22 Mar, 2001 1 commit
-
-
Marc G. Fournier authored
geometry tests 'FAILED' from a precision standpoint, but differently then what solaris-precision takes into account ... its possible that solaris-precision is 'stale', but created a new one "just in case" ...
-
- 13 Feb, 2001 1 commit
-
-
Bruce Momjian authored
as previously discussed. It makes AIX and IRIX not use DST for dates before 1970. The following expected files need to be removed from the regression tests, they contain wrong results and are not needed any more. src/test/regress/expected/horology-1947-PDT.out src/test/regress/expected/tinterval-1947-PDT.out src/test/regress/expected/abstime-1947-PDT.out Zeugswetter Andreas
-
- 27 Jan, 2001 1 commit
-
-
Bruce Momjian authored
regression tests for Pgsql 7.1beta3 pass. This is very similr to the one I submitted back in July for Linux/Alpha. Apparently non-x86 Linux machines like to compute nth place float point digits like Sun/Solaris does? Otherwise, 7.1beta3 runs without problems (i.e. all other regression tests pass) on my Sparc 20 running Debian GNU/Linux 2.2. Ryan Kirkpatrick
-
- 07 Jan, 2001 1 commit
-
-
Tom Lane authored
-
- 30 Dec, 2000 1 commit
-
-
Tom Lane authored
when using vendor cc, not gcc.
-
- 11 Dec, 2000 1 commit
-
-
Tom Lane authored
-
- 22 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 06 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 31 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library support, regression test map, and the usual template files. The dynamic loader is missing, the spin lock code apparently doesn't assemble due to syntax problems, and semaphores are to be hoped for from Apple.
-
- 24 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
source). Adjust resultmap accordingly and fix some other regexps.
-
- 22 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
* Makefile: Add more standard targets. Improve shell redirection in GNU make detection. * src/backend/access/transam/rmgr.c: Fix incorrect(?) C. * src/backend/libpq/pqcomm.c (StreamConnection): Work around accept() bug. * src/include/port/unixware.h: ...with help from here. * src/backend/nodes/print.c (plannode_type): Remove some "break"s after "return"s. * src/backend/tcop/dest.c (DestToFunction): ditto. * src/backend/nodes/readfuncs.c: Add proper prototypes. * src/backend/utils/adt/numutils.c (pg_atoi): Cope specially with strtol() setting EINVAL. This saves us from creating an extra set of regression test output for the affected systems. * src/include/storage/s_lock.h (tas): Correct prototype. * src/interfaces/libpq/fe-connect.c (parseServiceInfo): Don't use variable as dimension in array definition. * src/makefiles/Makefile.unixware: Add support for GCC. * src/template/unixware: same here * src/test/regress/expected/abstime-solaris-1947.out: Adjust whitespace. * src/test/regress/expected/horology-solaris-1947.out: Part of this file was evidently missing. * src/test/regress/pg_regress.sh: Fix shell. mkdir -p returns non-zero if the directory exists. * src/test/regress/resultmap: Add entries for Unixware.
-
- 16 Oct, 2000 1 commit
-
-
Bruce Momjian authored
I have noticed that there are some identical files in postgresql-7.0.2/src/test/regress/expected/ > diff float8-cygwin.out float8-small-is-zero.out #I recommend deleting float8-cygwin.out > diff geometry-cygwin-precision.out geometry-solaris-precision.out #I recommend deleting geometry-cygwin-precision.out below is the diff of postgresql-7.0.2/src/test/regress/resultmap that has the above files deleted plus the addition of an alpha regression test built with alphaev56-dec-osf4.0e/2.95.2/ . The alpha geometry regression file is attached 11c11 < float8/i.86-pc-cygwin*=float8-cygwin --- > float8/i.86-pc-cygwin*=float8-small-is-zero 18c18 < geometry/i.86-pc-cygwin*=geometry-cygwin-precision --- > geometry/i.86-pc-cygwin*=geometry-solaris-precision 21a22 > geometry/alpha.*-dec-osf=geometry-alpha-precision Ricardo Muggli Systems Manager Information and Technology Services Minnesota State University, Mankato
-
- 14 Oct, 2000 1 commit
-
-
Bruce Momjian authored
I have counted 9 differences in the least significant digit compared with geometry-positive-zeros.out. It would be wise for someone else to double check. Pete Forman
-
- 07 Oct, 2000 1 commit
-
-
Bruce Momjian authored
It builds and run nicely now it seem that the resultmap file have not been updated. Cyril VELTER
-
- 28 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 24 Sep, 2000 1 commit
-
-
Tom Lane authored
file on LinuxPPC, which is identified by config.guess as powerpc-unknown-linux-gnu (not ...-gnulibc1).
-
- 12 Sep, 2000 1 commit
-
-
Bruce Momjian authored
The regression tests abstime, horology, int2, int4, and tinterval fail by default. They will pass if comparison is made to one of the variant expected/*.out files. (A related problem is that the geometry test fails. This seems to be just a matter of FP precision but more rigorous inspection is needed. No existing expected/geometry-*.out variant matches.) Pete Forman
-
- 05 Jul, 2000 1 commit
-
-
Bruce Momjian authored
-
- 17 Apr, 2000 1 commit
-
-
Bruce Momjian authored
-
- 08 Apr, 2000 2 commits
-
-
Tom Lane authored
could output several different high digits on most PC Unixen.
-
Bruce Momjian authored
-