- 17 May, 1997 11 commits
-
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Initial version.
-
Thomas G. Lockhart authored
Fix typos in TZ setting for regression testing and in gmake redirection.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Noted in trying to port to AIX.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
Add an entry for the Sparc/Linux port in .similar
-
Marc G. Fournier authored
Here are the latest changes to the INSTALL instructions. The main changes are: - Step 5, on flex - Steps 18 and 19, on regression tests - Step 22 c) on starting postmaster on bootup on FreeBSD - Added porting notes for SPARC/Linux at end. If there is time, Thomas should review step 19.
-
- 16 May, 1997 6 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
This results from improvements in datetime.c which ensures that the conversions are done in local time rather than GMT.
-
Thomas G. Lockhart authored
Bring optional new-storage date and time up to date and test. This new storage format should fix the "Sparc gcc -O2 bug". (Enable new code with USE_NEW_DATE and USE_NEW_TIME in dt.h)
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
make doesn't proceed
-
Marc G. Fournier authored
-
- 15 May, 1997 2 commits
-
-
Marc G. Fournier authored
Fixes: Shared objects are not linked correctly
-
Marc G. Fournier authored
Subject: [PATCHES] Patch for INSTALL The following patch makes a number of modifications to file INSTALL. Among other things, it restores some platform specific notes I deleted. It also no longer requires a separate compile for the regression tests. Please note that this patch already incorporates the patch Hal Snyder submitted on Monday. Do not apply Hal's patch.
-
- 14 May, 1997 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
system calls on AIX (and probably other machines too).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
Note: currently, only btree access method supports multi- attribute indices. Up to 7 keys may be specified.
-
- 13 May, 1997 4 commits
-
-
Marc G. Fournier authored
Subject: [PORTS] minor fix for DGUX port src/include/port/dgux.h needs the following three lines appended: #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif I believe this to be correct for DG/UX on M88k processors. I don't have one of the new Intel-based boxes to check on.
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- 12 May, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 11 May, 1997 7 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
tests, including new tests.
-
Thomas G. Lockhart authored
Add regression tests for circles, line segments, and paths. Modify regression tests to allow GEQ optimizer (order results).
-
Thomas G. Lockhart authored
Include some additional path functions which were coded but omitted here. Add translation and rotation/scaling operators for some geometric types. Fix bugs in some geometry comparison operator declarations.
-
Thomas G. Lockhart authored
Pass an additional argument for date/time formatting to better handle timezones.
-
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.
-
Marc G. Fournier authored
manual intervention required :)
-