summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update some reltime code to use new common routines.Thomas G. Lockhart1997-07-291-33/+103
| | | | Use standard decoder for isreltime().
* Add debugging statements.Thomas G. Lockhart1997-07-291-8/+16
|
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-297-10/+97
|
* Makefile fix from Tatsuo Ishii.Bruce Momjian1997-07-281-3/+3
|
* fix small memory free error.Bruce Momjian1997-07-281-3/+5
|
* Add SCO files.Bruce Momjian1997-07-287-0/+180
|
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-2820-202/+286
|
* Remove sparc dir, add difftime macro for sunos.Bruce Momjian1997-07-281-0/+5
|
* Rename sparc to sunos4 directory. Was misnamed.Bruce Momjian1997-07-284-3/+3
|
* HPUX 10 patches from Vladimir TurinBruce Momjian1997-07-274-12/+30
|
* Various compile errors concerning overflow due to shifts, unsigned, and bad ↵Bruce Momjian1997-07-2421-71/+51
| | | | prototypes, from Solaris, from Diab Jerius
* psql: Add PAGER for \h and \?,\C fix, indices spell fix.Bruce Momjian1997-07-241-49/+78
|
* Add single quotes to \\h set helpBruce Momjian1997-07-241-2/+2
|
* More pg_dump patch cleanups.Bruce Momjian1997-07-231-6/+9
|
* Fix problems with pg_dump for iheritance, sequences, archive tables.Bruce Momjian1997-07-233-101/+109
|
* Solaris .similar update.Bruce Momjian1997-07-161-0/+1
|
* 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
|
* Prevent psql optarg free-ingBruce Momjian1997-07-141-6/+5
|
* Mips sysv4 support.Bruce Momjian1997-07-142-2/+8
|
* Add sysv4 support to configure and docs.Bruce Momjian1997-07-142-0/+2
|
* Update supported ports for 6.1.1 release.Bruce Momjian1997-07-141-28/+7
|
* 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
|
* 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.