aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update files and dates for 6.1.1 release.REL6_1_1Bruce Momjian1997-07-21
|
* Solaris .similar update.Bruce Momjian1997-07-16
|
* Solaris version update.Bruce Momjian1997-07-16
|
* Search for ginstall before the other installs...Marc G. Fournier1997-07-15
| | | | As requested by Dr. Andrew C.R. Martin
* .similar patch for irixBruce Momjian1997-07-15
|
* Update supported ports.Bruce Momjian1997-07-15
|
* Prevent psql optarg free-ingBruce Momjian1997-07-14
|
* Update for DGUX.Bruce Momjian1997-07-14
|
* Mips sysv4 support.Bruce Momjian1997-07-14
|
* Add sysv4 support to configure and docs.Bruce Momjian1997-07-14
|
* Update supported ports for 6.1.1 release.Bruce Momjian1997-07-14
|
* Update new items for 6.1.1Bruce Momjian1997-07-14
|
* Update new items in 6.1.1.Bruce Momjian1997-07-14
|
* Update HISTORY file for 6.1.1 release.Bruce Momjian1997-07-13
|
* Updates for 6.1.1.Bruce Momjian1997-07-13
|
* AIX nm fix from GerhardBruce Momjian1997-07-13
|
* Change char to int as used in EOF compare, GerhardBruce Momjian1997-07-12
|
* Have pg_dumpall return proper status on exitBruce Momjian1997-07-12
|
* Remove endian information which is now in port-specific header files.Thomas G. Lockhart1997-07-11
| | | | Note that this version is probably identical to two versions ago.
* Modify port-specific definitions to support missing endian information.Thomas G. Lockhart1997-07-11
| | | | Add extra include file for aix to find endian information.
* Fix for assembler from Yoshihiko ICHIKAWABruce Momjian1997-07-10
|
* Allow underscores in user names.Bruce Momjian1997-07-10
|
* Fixes from Jody WinstonBruce Momjian1997-07-10
|
* Date-type fixes from Tatsuo IshiiBruce Momjian1997-07-08
|
* Add information regarding date and time types and functions,Thomas G. Lockhart1997-07-02
| | | | including arguments allowed.
* Add test results for "SET DateStyle" alternative datetime formats.Thomas G. Lockhart1997-07-02
|
* Include tests for DateStyle output format variations.Thomas G. Lockhart1997-07-01
|
* Fix code to do the right thing with mixed-endian clients and servers.Thomas G. Lockhart1997-07-01
|
* Include definitions for endian info if not in system includes.Thomas G. Lockhart1997-07-01
|
* Add flags to allow dynamic loader to find Postgres sharable libraries withoutThomas G. Lockhart1997-07-01
| | | | having to modify the system-wide library database.
* Rearrange DTK_x constants.Thomas G. Lockhart1997-07-01
| | | | | 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-01
| | | | | | 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-29
|
* Fix memory leak in psql.Bruce Momjian1997-06-29
|
* _hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev1997-06-28
|
* lextest cleanup.Bruce Momjian1997-06-25
|
* Small pg_dumpall cleanup.Bruce Momjian1997-06-25
|
* MANPATH cleanup.Bruce Momjian1997-06-25
|
* fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian1997-06-25
|
* Typo changes in tests/ examples.Bruce Momjian1997-06-25
|
* Test "SET DateStyle TO..." output options.Thomas G. Lockhart1997-06-23
|
* Adapt expected output to drop ".00" from datetime seconds field.Thomas G. Lockhart1997-06-23
| | | | This is compatible with abstime formats.
* Test the "SET DateStyle TO..." date formatting modes.Thomas G. Lockhart1997-06-23
|
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-23
| | | | #defines.
* Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart1997-06-23
| | | | Add timezone info to abstime2tm().
* Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart1997-06-23
| | | | This allows use of the DateStyle session variable.
* Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart1997-06-23
| | | | | | 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-23
|
* pg_dump, pg_dumpall cleanups.Bruce Momjian1997-06-21
|
* Fix predicted output for month boundary arithmetic problems inThomas G. Lockhart1997-06-20
| | | | | datetime +/- timespan. Only manifested when date is at end of month and time pushes the date into the next month.