summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update files and dates for 6.1.1 release.REL6_1_1Bruce Momjian1997-07-213-10/+12
|
* Solaris .similar update.Bruce Momjian1997-07-161-0/+1
|
* Solaris version update.Bruce Momjian1997-07-162-2/+2
|
* Search for ginstall before the other installs...Marc G. Fournier1997-07-152-184/+184
| | | | As requested by Dr. Andrew C.R. Martin
* .similar patch for irixBruce Momjian1997-07-151-4/+4
|
* Update supported ports.Bruce Momjian1997-07-152-2/+2
|
* Prevent psql optarg free-ingBruce Momjian1997-07-141-6/+5
|
* Update for DGUX.Bruce Momjian1997-07-142-2/+2
|
* Mips sysv4 support.Bruce Momjian1997-07-142-2/+8
|
* Add sysv4 support to configure and docs.Bruce Momjian1997-07-144-2/+4
|
* Update supported ports for 6.1.1 release.Bruce Momjian1997-07-143-33/+12
|
* Update new items for 6.1.1Bruce Momjian1997-07-142-3/+3
|
* Update new items in 6.1.1.Bruce Momjian1997-07-142-10/+8
|
* Update HISTORY file for 6.1.1 release.Bruce Momjian1997-07-131-4/+1
|
* Updates for 6.1.1.Bruce Momjian1997-07-134-1045/+987
|
* AIX nm fix from GerhardBruce Momjian1997-07-131-1/+13
|
* Change char to int as used in EOF compare, GerhardBruce Momjian1997-07-121-2/+2
|
* Have pg_dumpall return proper status on exitBruce Momjian1997-07-121-1/+5
|
* Remove endian information which is now in port-specific header files.Thomas G. Lockhart1997-07-111-7/+1
| | | | Note that this version is probably identical to two versions ago.
* Modify port-specific definitions to support missing endian information.Thomas G. Lockhart1997-07-117-7/+63
| | | | Add extra include file for aix to find endian information.
* Fix for assembler from Yoshihiko ICHIKAWABruce Momjian1997-07-101-2/+0
|
* Allow underscores in user names.Bruce Momjian1997-07-101-2/+2
|
* Fixes from Jody WinstonBruce Momjian1997-07-101-3/+16
|
* Date-type fixes from Tatsuo IshiiBruce Momjian1997-07-082-3/+6
|
* Add information regarding date and time types and functions,Thomas G. Lockhart1997-07-021-51/+60
| | | | including arguments allowed.
* Add test results for "SET DateStyle" alternative datetime formats.Thomas G. Lockhart1997-07-021-0/+515
|
* Include tests for DateStyle output format variations.Thomas G. Lockhart1997-07-011-0/+58
|
* Fix code to do the right thing with mixed-endian clients and servers.Thomas G. Lockhart1997-07-011-11/+15
|
* Include definitions for endian info if not in system includes.Thomas G. Lockhart1997-07-011-1/+7
|
* Add flags to allow dynamic loader to find Postgres sharable libraries withoutThomas G. Lockhart1997-07-011-1/+1
| | | | having to modify the system-wide library database.
* Rearrange DTK_x constants.Thomas G. Lockhart1997-07-011-6/+12
| | | | | Define constants to allow day of week decoding. Add new datetime and timespan routines.
* Use common parser and encoder for timestamp data type.Thomas G. Lockhart1997-07-013-33/+625
| | | | | | 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.
* Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian1997-06-292-4/+10
|
* Fix memory leak in psql.Bruce Momjian1997-06-291-2/+3
|
* _hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev1997-06-281-1/+5
|
* lextest cleanup.Bruce Momjian1997-06-251-0/+2
|
* Small pg_dumpall cleanup.Bruce Momjian1997-06-251-1/+0
|
* MANPATH cleanup.Bruce Momjian1997-06-251-1/+1
|
* fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian1997-06-251-4/+4
|
* Typo changes in tests/ examples.Bruce Momjian1997-06-252-6/+6
|
* Test "SET DateStyle TO..." output options.Thomas G. Lockhart1997-06-231-398/+907
|
* Adapt expected output to drop ".00" from datetime seconds field.Thomas G. Lockhart1997-06-231-319/+319
| | | | This is compatible with abstime formats.
* Test the "SET DateStyle TO..." date formatting modes.Thomas G. Lockhart1997-06-231-0/+58
|
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-233-63/+3
| | | | #defines.
* Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart1997-06-231-11/+2
| | | | Add timezone info to abstime2tm().
* Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart1997-06-231-122/+63
| | | | This allows use of the DateStyle session variable.
* Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart1997-06-231-16/+56
| | | | | | This matches the behavior of the original formatting for abstime. Repair datetime + timespan date arithmetic for year boundaries. From patch submitted by Dave Skinner.
* Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart1997-06-231-461/+2
|
* pg_dump, pg_dumpall cleanups.Bruce Momjian1997-06-212-7/+11
|
* Fix predicted output for month boundary arithmetic problems inThomas G. Lockhart1997-06-202-13/+13
| | | | | datetime +/- timespan. Only manifested when date is at end of month and time pushes the date into the next month.