- 23 Feb, 1998 1 commit
-
-
Vadim B. Mikheev authored
-
- 01 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 29 Jul, 1997 1 commit
-
-
Thomas G. Lockhart authored
Not all cleaned up yet.
-
- 03 Jun, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 29 Apr, 1997 1 commit
-
-
Thomas G. Lockhart authored
Modified a few tests to match results on RedHat Linux/gcc for v6.1beta.
-
- 27 Apr, 1997 2 commits
-
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
-
- 22 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
OK, here are a passel of patches for the geometric data types. These add a "circle" data type, new operators and functions for the existing data types, and change the default formats for some of the existing types to make them consistant with each other. Current formatting conventions (e.g. compatible with v6.0 to allow dump/reload) are supported, but the new conventions should be an improvement and we can eventually drop the old conventions entirely. For example, there are two kinds of paths (connected line segments), open and closed, and the old format was '(1,2,1,2,3,4)' for a closed path with two points (1,2) and (3,4) '(0,2,1,2,3,4)' for an open path with two points (1,2) and (3,4) Pretty arcane, huh? The new format for paths is '((1,2),(3,4))' for a closed path with two points (1,2) and (3,4) '[(1,2),(3,4)]' for an open path with two points (1,2) and (3,4) For polygons, the old convention is '(0,4,2,0,4,3)' for a triangle with points at (0,0),(4,4), and (2,3) and the new convention is '((0,0),(4,4),(2,3))' for a triangle with points at (0,0),(4,4), and (2,3) Other data types which are also represented as lists of points (e.g. boxes, line segments, and polygons) have similar representations (they surround each point with parens). For v6.1, any format which can be interpreted as the old style format is decoded as such; we can remove that backwards compatibility but ugly convention for v7.0. This will allow dump/reloads from v6.0. These include some updates to the regression test files to change the test for creating a data type from "circle" to "widget" to keep the test from trashing the new builtin circle type.
-
- 06 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
Its starting to actually take shape and look as expected...
-
Marc G. Fournier authored
-
- 05 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
user-friendly (and more useful)
-
Marc G. Fournier authored
'master' file Commit mods to regress.sh so that split out tests are run...look forward to finding out how to do a proper redirect to continue visual cleanup :)
-
- 02 Mar, 1997 1 commit
-
-
Bruce Momjian authored
-
- 01 Mar, 1997 1 commit
-
-
Bruce Momjian authored
-
- 16 Jan, 1997 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
sure exactly what it is it fixes...
-
- 14 Jan, 1997 1 commit
-
-
Bruce Momjian authored
-
- 28 Dec, 1996 1 commit
-
-
Bruce Momjian authored
-
- 13 Dec, 1996 1 commit
-
-
Bruce Momjian authored
-
- 02 Dec, 1996 1 commit
-
-
Bruce Momjian authored
-
- 18 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 14 Nov, 1996 1 commit
-
-
Bruce Momjian authored
psql now returns error from queries and errors files, so ignore return code.
-
- 30 Oct, 1996 1 commit
-
-
Bruce Momjian authored
-
- 07 Oct, 1996 1 commit
-
-
Bruce Momjian authored
-
- 06 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
Also, I think that an extra source of noise in the diff of regress.out and expected.out is caused by not substituting the shared library file extension in the regression.input file (much like the paths and the usernames are sub'ed). This seems to be fixed with the following patches to regression.input and the Makefile... If I'm off base here, please tell! Submitted by: Wayde Nie <niew@phoenix.cis.mcmaster.ca>
-
- 02 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 01 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
Submitted by: Dr. Geoge
-
- 27 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
-
- 25 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
submitted by: dr. george
-
- 09 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-