- 25 Oct, 1997 4 commits
-
-
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.
-
Thomas G. Lockhart authored
Should have been here in time for 6.2.1 release...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Oct, 1997 1 commit
-
-
Bruce Momjian authored
-
- 22 Oct, 1997 3 commits
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
- 18 Oct, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 17 Oct, 1997 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
Install compiled functions into $(LIBDIR)/contrib. (Thanks to Brook Milligan <brook@trillium.NMSU.Edu>)
-
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
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- 16 Oct, 1997 4 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
- 15 Oct, 1997 5 commits
-
-
Vadim B. Mikheev authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.
-
Thomas G. Lockhart authored
Wrong function referenced in previous versions.
-
- 12 Oct, 1997 2 commits
-
-
Vadim B. Mikheev authored
RelationIdCacheGetRelation() to flush relations from cache in commit time.
-
Vadim B. Mikheev authored
-
- 09 Oct, 1997 7 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
to use bool as the type for arguments and return values.
-
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
-
Thomas G. Lockhart authored
-
- 03 Oct, 1997 2 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-