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