- Oct 25, 1997
-
-
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 24, 1997
-
-
Bruce Momjian authored
-
- Oct 22, 1997
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev 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 16, 1997
-
-
Vadim B. Mikheev authored
-
- Oct 15, 1997
-
-
Vadim B. Mikheev authored
-
Thomas G. Lockhart authored
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.
-
- Oct 12, 1997
-
-
Vadim B. Mikheev authored
RelationIdCacheGetRelation() to flush relations from cache in commit time.
-
Vadim B. Mikheev authored
-
- Oct 09, 1997
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
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
-
Thomas G. Lockhart authored
-
- Oct 03, 1997
-
-
Thomas G. Lockhart authored
lconv is already taken as a struct identifier defined in a /usr/include file. Only has an effect with USE_LOCALE enabled. (Apparently unique to AIX and/or AIX compiler? thomas)
-
- Oct 02, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 30, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 29, 1997
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
- Sep 27, 1997
-
-
Bruce Momjian authored
-
- Sep 26, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Vadim B. Mikheev authored
-
- Sep 25, 1997
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Should be changed for v6.3!
-
Thomas G. Lockhart authored
Polygon input would not accept single-point polygon output and dump.
-
Vadim B. Mikheev authored
clauses.
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
- Sep 24, 1997
-
-
Thomas G. Lockhart authored
Add SQL/92 types decimal and numeric (temporary for syntax support). These types need more support in the backend to be really implemented, and the parser will need to be changed at that time. Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant arithmetic. Perhaps these limits should be processor-specific or obtained from system include files instead.
-
Thomas G. Lockhart authored
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
-
Thomas G. Lockhart authored
like newline inside quoted strings.
-