aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Update some reltime code to use new common routines.Thomas G. Lockhart1997-07-29
| | | | Use standard decoder for isreltime().
* Add debugging statements.Thomas G. Lockhart1997-07-29
|
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-29
|
* Makefile fix from Tatsuo Ishii.Bruce Momjian1997-07-28
|
* fix small memory free error.Bruce Momjian1997-07-28
|
* Add SCO files.Bruce Momjian1997-07-28
|
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
|
* Remove sparc dir, add difftime macro for sunos.Bruce Momjian1997-07-28
|
* Rename sparc to sunos4 directory. Was misnamed.Bruce Momjian1997-07-28
|
* HPUX 10 patches from Vladimir TurinBruce Momjian1997-07-27
|
* Various compile errors concerning overflow due to shifts, unsigned, and bad ↵Bruce Momjian1997-07-24
| | | | prototypes, from Solaris, from Diab Jerius
* psql: Add PAGER for \h and \?,\C fix, indices spell fix.Bruce Momjian1997-07-24
|
* Add single quotes to \\h set helpBruce Momjian1997-07-24
|
* More pg_dump patch cleanups.Bruce Momjian1997-07-23
|
* Fix problems with pg_dump for iheritance, sequences, archive tables.Bruce Momjian1997-07-23
|
* Solaris .similar 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
|
* Prevent psql optarg free-ingBruce 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
|
* 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
|
* 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.