1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00
Commit Graph

17014 Commits

Author SHA1 Message Date
e89d139dbe Add new routines.
Change definition for isreltime().
Change some names of #define constants to avoid conflicts with the yacc parser.
1997-07-29 16:16:14 +00:00
e1d9cf096c Remove some unnecessary include statements (comment out with #ifdef FALSE). 1997-07-29 16:14:40 +00:00
bf138e2139 Add routines for text trimming on both ends, substring, and string position.
Used to support SQL92 compatibility.
1997-07-29 16:12:07 +00:00
d95c93bf99 Fix bug to allow hh:mm:ss time entry for timespan/reltime types. 1997-07-29 16:09:38 +00:00
215bc83d75 Remove #ifdef'd support for old i/o styles.
Change box terminology from "length" to "width".
 Use length terminology in common with other geometric types (usually perimeter).
Fix bugs in line arithmetic which resulted in bad intersection calculations.
Deprecate temporary unstored slope fields.
Check explicitly for intersections at endpoints to avoid rounding ugliness.
Add center() routines for lseg, path, polygon.
Add distance() routines for circle-polygon, polygon-polygon.
Check explicitly for points and polygons contained within polygons
 using an axis-crossing algorithm. (Old code just checked bounding boxes).
Add routine to convert circle-box.
*whew*
1997-07-29 16:08:18 +00:00
1ba73ed3a0 Update some reltime code to use new common routines.
Use standard decoder for isreltime().
1997-07-29 15:54:49 +00:00
9d8ae79774 Add debugging statements. 1997-07-29 15:51:33 +00:00
6e34dc3ea0 Add PPC Linux to port list. 1997-07-29 14:17:48 +00:00
8d25436d70 mkLinux patches from Tatsuo Ishii. 1997-07-29 14:09:11 +00:00
7c5afb87c3 Makefile fix from Tatsuo Ishii. 1997-07-28 23:57:20 +00:00
fd6b3c26ef fix small memory free error. 1997-07-28 23:53:54 +00:00
0dc7abbed0 Add hpux 10 support to list. 1997-07-28 22:37:37 +00:00
702eda9ce8 sco added to ports list 1997-07-28 02:08:10 +00:00
8338f90d4e Add SCO files. 1997-07-28 01:34:24 +00:00
79e78f0b80 Added SCO support, from Daniel Harris. 1997-07-28 00:57:08 +00:00
5a38a119b2 Remove sparc dir, add difftime macro for sunos. 1997-07-28 00:13:39 +00:00
cfd15d16fa Rename sparc to sunos4 directory. Was misnamed. 1997-07-28 00:08:41 +00:00
d5e21e0924 HPUX 10 patches from Vladimir Turin 1997-07-27 18:52:43 +00:00
3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 1997-07-24 20:19:10 +00:00
8447148aad psql: Add PAGER for \h and \?,\C fix, indices spell fix. 1997-07-24 20:01:33 +00:00
4d8a5efcef Add single quotes to \\h set help 1997-07-24 19:11:53 +00:00
9ad6e0db30 More pg_dump patch cleanups. 1997-07-23 17:42:25 +00:00
a7d417cc2f Fix problems with pg_dump for iheritance, sequences, archive tables. 1997-07-23 17:15:13 +00:00
b6d983559a Update files and dates for 6.1.1 release. REL6_1_1 1997-07-21 22:29:41 +00:00
41b805b913 Solaris .similar update. 1997-07-16 02:25:16 +00:00
504f97a71c Solaris version update. 1997-07-16 02:20:51 +00:00
012cb6d8c8 Search for ginstall before the other installs...
As requested by Dr. Andrew C.R. Martin
1997-07-15 23:11:38 +00:00
441648d955 .similar patch for irix 1997-07-15 17:16:46 +00:00
aa95de72de Update supported ports. 1997-07-15 01:02:05 +00:00
5eb4fadeaa Prevent psql optarg free-ing 1997-07-14 22:08:56 +00:00
741b497f21 Update for DGUX. 1997-07-14 21:18:25 +00:00
31fba1d974 Mips sysv4 support. 1997-07-14 16:52:13 +00:00
10da89c1fb Add sysv4 support to configure and docs. 1997-07-14 16:47:36 +00:00
e3be2f9dd7 Update supported ports for 6.1.1 release. 1997-07-14 16:37:36 +00:00
1fa3b698af Update new items for 6.1.1 1997-07-14 03:26:22 +00:00
2546b019dc Update new items in 6.1.1. 1997-07-14 01:54:39 +00:00
7a6d54da36 Update HISTORY file for 6.1.1 release. 1997-07-13 22:51:20 +00:00
39cefa66c9 Updates for 6.1.1. 1997-07-13 20:00:14 +00:00
69e5d63839 AIX nm fix from Gerhard 1997-07-13 19:52:10 +00:00
0fca4afbf4 Change char to int as used in EOF compare, Gerhard 1997-07-12 20:31:47 +00:00
a89f9731e9 Have pg_dumpall return proper status on exit 1997-07-12 15:57:31 +00:00
e66f5c05eb Remove endian information which is now in port-specific header files.
Note that this version is probably identical to two versions ago.
1997-07-11 14:09:00 +00:00
c6df30edb9 Modify port-specific definitions to support missing endian information.
Add extra include file for aix to find endian information.
1997-07-11 14:03:01 +00:00
a11ad874e4 Fix for assembler from Yoshihiko ICHIKAWA 1997-07-10 02:32:51 +00:00
3b7ee8f5f9 Allow underscores in user names. 1997-07-10 02:27:27 +00:00
35a952a2ed Fixes from Jody Winston 1997-07-10 01:15:11 +00:00
a5d80cb0cf Date-type fixes from Tatsuo Ishii 1997-07-08 22:06:46 +00:00
75ebaa748e Add information regarding date and time types and functions,
including arguments allowed.
1997-07-02 14:13:14 +00:00
54c38a95ee Add test results for "SET DateStyle" alternative datetime formats. 1997-07-02 01:34:24 +00:00
48b5432769 Include tests for DateStyle output format variations. 1997-07-01 00:34:34 +00:00