summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-07-11Remove endian information which is now in port-specific header files.Thomas G. Lockhart
1997-07-11Modify port-specific definitions to support missing endian information.Thomas G. Lockhart
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
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
1997-07-01Rearrange DTK_x constants.Thomas G. Lockhart
1997-07-01Use common parser and encoder for timestamp data type.Thomas G. Lockhart
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-25MANPATH 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
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
1997-06-23Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart
1997-06-23Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart
1997-06-23Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart
1997-06-23Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart
1997-06-21pg_dump, pg_dumpall cleanups.Bruce Momjian
1997-06-20Fix predicted output for month boundary arithmetic problems inThomas G. Lockhart
1997-06-20Fix broken parsing for lists of options. Apparently broken when support wasThomas G. Lockhart
1997-06-20Add parser category for "DST" Daylight Savings Time qualifier on time zones.Thomas G. Lockhart
1997-06-20Fix leap year and month boundary arithmetic for datetime +/- timespan;Thomas G. Lockhart
1997-06-20Check pgdump return request.Bruce Momjian
1997-06-20Allow pg_dump to preserve owners of all objects.Bruce Momjian
1997-06-13Update LInux and Irix FAQs.Bruce Momjian
1997-06-13setVarAttrLenForCreateTable(): use varnoold/varoattno instead ofVadim B. Mikheev
1997-06-12Add a few words from Vadim and an example on explain output.Thomas G. Lockhart
1997-06-12Fix replace_agg_clause() for unary operators.Vadim B. Mikheev
1997-06-12Update psql EXPLAIN help description, from Thomas.Bruce Momjian
1997-06-12Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev
1997-06-12Datum *idatum;Vadim B. Mikheev
1997-06-11Update docs for release.Bruce Momjian
1997-06-11Compare 'char' and 'text' lexicographically.Vadim B. Mikheev
1997-06-11Lexicographically compare 'char' and 'text'.Vadim B. Mikheev
1997-06-11geqo_rel_paths(): compute_joinrel_size() shouldn't be calledVadim B. Mikheev
1997-06-11From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-06-11From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier