Bruce Momjian
504f97a71c
Solaris version update.
1997-07-16 02:20:51 +00:00
Marc G. Fournier
012cb6d8c8
Search for ginstall before the other installs...
...
As requested by Dr. Andrew C.R. Martin
1997-07-15 23:11:38 +00:00
Bruce Momjian
441648d955
.similar patch for irix
1997-07-15 17:16:46 +00:00
Bruce Momjian
aa95de72de
Update supported ports.
1997-07-15 01:02:05 +00:00
Bruce Momjian
5eb4fadeaa
Prevent psql optarg free-ing
1997-07-14 22:08:56 +00:00
Bruce Momjian
741b497f21
Update for DGUX.
1997-07-14 21:18:25 +00:00
Bruce Momjian
31fba1d974
Mips sysv4 support.
1997-07-14 16:52:13 +00:00
Bruce Momjian
10da89c1fb
Add sysv4 support to configure and docs.
1997-07-14 16:47:36 +00:00
Bruce Momjian
e3be2f9dd7
Update supported ports for 6.1.1 release.
1997-07-14 16:37:36 +00:00
Bruce Momjian
1fa3b698af
Update new items for 6.1.1
1997-07-14 03:26:22 +00:00
Bruce Momjian
2546b019dc
Update new items in 6.1.1.
1997-07-14 01:54:39 +00:00
Bruce Momjian
7a6d54da36
Update HISTORY file for 6.1.1 release.
1997-07-13 22:51:20 +00:00
Bruce Momjian
39cefa66c9
Updates for 6.1.1.
1997-07-13 20:00:14 +00:00
Bruce Momjian
69e5d63839
AIX nm fix from Gerhard
1997-07-13 19:52:10 +00:00
Bruce Momjian
0fca4afbf4
Change char to int as used in EOF compare, Gerhard
1997-07-12 20:31:47 +00:00
Bruce Momjian
a89f9731e9
Have pg_dumpall return proper status on exit
1997-07-12 15:57:31 +00:00
Thomas G. Lockhart
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
Thomas G. Lockhart
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
Bruce Momjian
a11ad874e4
Fix for assembler from Yoshihiko ICHIKAWA
1997-07-10 02:32:51 +00:00
Bruce Momjian
3b7ee8f5f9
Allow underscores in user names.
1997-07-10 02:27:27 +00:00
Bruce Momjian
35a952a2ed
Fixes from Jody Winston
1997-07-10 01:15:11 +00:00
Bruce Momjian
a5d80cb0cf
Date-type fixes from Tatsuo Ishii
1997-07-08 22:06:46 +00:00
Thomas G. Lockhart
75ebaa748e
Add information regarding date and time types and functions,
...
including arguments allowed.
1997-07-02 14:13:14 +00:00
Thomas G. Lockhart
54c38a95ee
Add test results for "SET DateStyle" alternative datetime formats.
1997-07-02 01:34:24 +00:00
Thomas G. Lockhart
48b5432769
Include tests for DateStyle output format variations.
1997-07-01 00:34:34 +00:00
Thomas G. Lockhart
3ded6fd511
Fix code to do the right thing with mixed-endian clients and servers.
1997-07-01 00:32:27 +00:00
Thomas G. Lockhart
bf3bcb6a6d
Include definitions for endian info if not in system includes.
1997-07-01 00:31:10 +00:00
Thomas G. Lockhart
7bdf9ba35b
Add flags to allow dynamic loader to find Postgres sharable libraries without
...
having to modify the system-wide library database.
1997-07-01 00:29:40 +00:00
Thomas G. Lockhart
495fdfba98
Rearrange DTK_x constants.
...
Define constants to allow day of week decoding.
Add new datetime and timespan routines.
1997-07-01 00:25:30 +00:00
Thomas G. Lockhart
8507ddb9c6
Use common parser and encoder for timestamp data type.
...
Remove older date and time code (retain NEW_DATE_CODE and NEW_TIME_CODE).
Use common encoder for date and time.
Fix datetime +/- timespan math bug.
1997-07-01 00:22:46 +00:00
Bruce Momjian
43deb7a45f
Fox case-sensitivity for \d and allow trailing ; on backslash commands.
1997-06-29 17:29:28 +00:00
Bruce Momjian
1952f15c5c
Fix memory leak in psql.
1997-06-29 05:06:43 +00:00
Vadim B. Mikheev
eb9c8e0a59
_hash_first: release buf & metabuf if no tuples found for a key.
1997-06-28 05:45:40 +00:00
Bruce Momjian
fc96d50a5c
lextest cleanup.
1997-06-25 22:21:29 +00:00
Bruce Momjian
7e75f5e8b3
Small pg_dumpall cleanup.
1997-06-25 21:24:57 +00:00
Bruce Momjian
b977e15f9f
MANPATH cleanup.
1997-06-25 21:16:24 +00:00
Bruce Momjian
c2010d8e4d
fix for initdb --debug core dump, from Tatsuo Ishii
1997-06-25 21:12:19 +00:00
Bruce Momjian
c666255112
Typo changes in tests/ examples.
1997-06-25 19:59:57 +00:00
Thomas G. Lockhart
c05a7bd972
Test "SET DateStyle TO..." output options.
1997-06-23 15:08:59 +00:00
Thomas G. Lockhart
3267b4b767
Adapt expected output to drop ".00" from datetime seconds field.
...
This is compatible with abstime formats.
1997-06-23 15:07:54 +00:00
Thomas G. Lockhart
89abee4691
Test the "SET DateStyle TO..." date formatting modes.
1997-06-23 15:05:52 +00:00
Thomas G. Lockhart
45409f0cdd
Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME
...
#defines.
1997-06-23 15:03:45 +00:00
Thomas G. Lockhart
742425447d
Drop internal routines for formatting time output. Use default formatter.
...
Add timezone info to abstime2tm().
1997-06-23 14:58:51 +00:00
Thomas G. Lockhart
1f4f4534a0
Use the standard date/time encoder rather than strftime() for output.
...
This allows use of the DateStyle session variable.
1997-06-23 14:56:15 +00:00
Thomas G. Lockhart
01264e84ba
Modify EncodeDateTime() to suppress trailing ".00" in seconds field.
...
This matches the behavior of the original formatting for abstime.
Repair datetime + timespan date arithmetic for year boundaries.
From patch submitted by Dave Skinner.
1997-06-23 14:50:56 +00:00
Thomas G. Lockhart
d9bccec0d2
Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.
1997-06-23 14:47:26 +00:00
Bruce Momjian
a53d85404e
pg_dump, pg_dumpall cleanups.
1997-06-21 16:08:17 +00:00
Thomas G. Lockhart
374b0009fd
Fix predicted output for month boundary arithmetic problems in
...
datetime +/- timespan. Only manifested when date is at end of month
and time pushes the date into the next month.
1997-06-20 17:20:55 +00:00
Thomas G. Lockhart
2f09dd9958
Fix broken parsing for lists of options. Apparently broken when support was
...
added for keyword=value options.
1997-06-20 17:17:03 +00:00
Thomas G. Lockhart
9af564ada6
Add parser category for "DST" Daylight Savings Time qualifier on time zones.
1997-06-20 17:15:00 +00:00