summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-07-29Update some reltime code to use new common routines.Thomas G. Lockhart
Use standard decoder for isreltime().
1997-07-29Add debugging statements.Thomas G. Lockhart
1997-07-29mkLinux patches from Tatsuo Ishii.Bruce Momjian
1997-07-28Makefile fix from Tatsuo Ishii.Bruce Momjian
1997-07-28fix small memory free error.Bruce Momjian
1997-07-28Add SCO files.Bruce Momjian
1997-07-28Added SCO support, from Daniel Harris.Bruce Momjian
1997-07-28Remove sparc dir, add difftime macro for sunos.Bruce Momjian
1997-07-28Rename sparc to sunos4 directory. Was misnamed.Bruce Momjian
1997-07-27HPUX 10 patches from Vladimir TurinBruce Momjian
1997-07-24Various compile errors concerning overflow due to shifts, unsigned, and bad ↵Bruce Momjian
prototypes, from Solaris, from Diab Jerius
1997-07-24psql: Add PAGER for \h and \?,\C fix, indices spell fix.Bruce Momjian
1997-07-24Add single quotes to \\h set helpBruce Momjian
1997-07-23More pg_dump patch cleanups.Bruce Momjian
1997-07-23Fix problems with pg_dump for iheritance, sequences, archive tables.Bruce Momjian
1997-07-16Solaris .similar update.Bruce Momjian
1997-07-15Search for ginstall before the other installs...Marc G. Fournier
As requested by Dr. Andrew C.R. Martin
1997-07-15.similar patch for irixBruce Momjian
1997-07-14Prevent psql optarg free-ingBruce Momjian
1997-07-14Mips sysv4 support.Bruce Momjian
1997-07-14Add sysv4 support to configure and docs.Bruce Momjian
1997-07-14Update supported ports for 6.1.1 release.Bruce Momjian
1997-07-13AIX nm fix from GerhardBruce Momjian
1997-07-12Change char to int as used in EOF compare, GerhardBruce Momjian
1997-07-12Have pg_dumpall return proper status on exitBruce Momjian
1997-07-11Remove endian information which is now in port-specific header files.Thomas G. Lockhart
Note that this version is probably identical to two versions ago.
1997-07-11Modify port-specific definitions to support missing endian information.Thomas G. Lockhart
Add extra include file for aix to find endian information.
1997-07-10Fix for assembler from Yoshihiko ICHIKAWABruce Momjian
1997-07-10Allow underscores in user names.Bruce Momjian
1997-07-10Fixes from Jody WinstonBruce Momjian
1997-07-08Date-type fixes from Tatsuo IshiiBruce Momjian
1997-07-02Add information regarding date and time types and functions,Thomas G. Lockhart
including arguments allowed.
1997-07-02Add test results for "SET DateStyle" alternative datetime formats.Thomas G. Lockhart
1997-07-01Include tests for DateStyle output format variations.Thomas G. Lockhart
1997-07-01Fix code to do the right thing with mixed-endian clients and servers.Thomas G. Lockhart
1997-07-01Include definitions for endian info if not in system includes.Thomas G. Lockhart
1997-07-01Add flags to allow dynamic loader to find Postgres sharable libraries withoutThomas G. Lockhart
having to modify the system-wide library database.
1997-07-01Rearrange DTK_x constants.Thomas G. Lockhart
Define constants to allow day of week decoding. Add new datetime and timespan routines.
1997-07-01Use common parser and encoder for timestamp data type.Thomas G. Lockhart
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-06-29Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian
1997-06-29Fix memory leak in psql.Bruce Momjian
1997-06-28_hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev
1997-06-25lextest cleanup.Bruce Momjian
1997-06-25Small pg_dumpall cleanup.Bruce Momjian
1997-06-25fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian
1997-06-25Typo changes in tests/ examples.Bruce Momjian
1997-06-23Test "SET DateStyle TO..." output options.Thomas G. Lockhart
1997-06-23Adapt expected output to drop ".00" from datetime seconds field.Thomas G. Lockhart
This is compatible with abstime formats.
1997-06-23Test the "SET DateStyle TO..." date formatting modes.Thomas G. Lockhart
1997-06-23Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart
#defines.