- Jan 05, 1998
-
-
Bruce Momjian authored
-
- Jan 01, 1998
-
-
Thomas G. Lockhart authored
Change declarations from "struct varlena *" to "text *". Remove register variables since compiler should do better on its own.
-
- Dec 29, 1997
-
-
Bruce Momjian authored
-
- Dec 23, 1997
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
names over 16 characters. datet_datetime() -> datetime_datetime(), etc.
-
- Dec 20, 1997
-
-
Marc G. Fournier authored
some of the ports...
-
Marc G. Fournier authored
-
- Dec 19, 1997
-
-
Marc G. Fournier authored
Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
-
- Dec 18, 1997
-
-
Thomas G. Lockhart authored
Define an "ISO-style" timespan output format with "hh:mm:ss" fields. Enabled by DateStyle = USE_ISO_DATES.
-
- Dec 16, 1997
-
-
Thomas G. Lockhart authored
-
- Dec 08, 1997
-
-
Bruce Momjian authored
-
- Dec 06, 1997
-
-
Bruce Momjian authored
-
- Dec 05, 1997
-
-
Thomas G. Lockhart authored
Probably have it wrong (dd.mm/yyyy) but can change it when we know. Input routines always handled it.
-
- Nov 24, 1997
-
-
Bruce Momjian authored
-
- Nov 23, 1997
-
-
Bruce Momjian authored
-
- Nov 21, 1997
-
-
Bruce Momjian authored
-
- Nov 17, 1997
-
-
Thomas G. Lockhart authored
hardcoded values.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Check valid numeric input more carefully for delta times. Implement day of year as possible input to datetime_part().
-
- Nov 15, 1997
-
-
Bruce Momjian authored
-
- Nov 07, 1997
-
-
Thomas G. Lockhart authored
Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE.
-
- Nov 02, 1997
-
-
Vadim B. Mikheev authored
-
- Nov 01, 1997
-
-
Bruce Momjian authored
-
- Oct 30, 1997
-
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- Oct 25, 1997
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
in DecodeTimeOnly(). Only present when seconds are not specified for input.
-
Thomas G. Lockhart authored
Rename date+time conversion to datetime to ensure less than 16 characters in routine name (required to fit in pg_proc table).
-
Thomas G. Lockhart authored
Before, char16 was missing last character for output.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Allow true/false, yes/no, 1/0. Throw elog warning if anything else. Allow shorter strings, so "t", "tr", "tru" and "true" match "true". Old behavior accepted anything starting with "t" as TRUE, everything else as FALSE.
-
Bruce Momjian authored
-
- Oct 17, 1997
-
-
Thomas G. Lockhart authored
Leave all other input values to return FALSE. In next version, do more checking for valid inputs for both TRUE and FALSE.
-
Thomas G. Lockhart authored
-
- Oct 09, 1997
-
-
Thomas G. Lockhart authored
rather than just 't' and 'T'. This allows yes/no and 1/0 to be interpreted as one might expect. Clean up function declarations to use bool as the type for arguments and return values.
-
Thomas G. Lockhart authored
-