- 11 Feb, 1998 5 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Use explicit tokens to decode CREATE TRIGGER clauses. Allow ROW and STATEMENT as column identifiers. Fix CAST syntax to require parens per SQL92 spec. Define TypeId to allow correct translation of type names in CREATE FUNCTION and other statements. Need to do this without looking up defined type names because CREATE FUNCTION can specify undefined (new) types. Define UserId to complete removal of "Id" generic entity. Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH() functions to calls to length(). Define func_name parser entity for contexts requiring a function name. Have xlateSqlType() translate "float" to "float8".
-
Thomas G. Lockhart authored
Throw elog(NOTICE) to flag promotion.
-
Thomas G. Lockhart authored
-
- 10 Feb, 1998 6 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Clean up strings.out , removed func_get_detail from error message
-
Bruce Momjian authored
-
- 09 Feb, 1998 2 commits
-
-
Marc G. Fournier authored
This patch fixes the following: * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't handle default table types. * It now reports an error if the client opens a database using properties, and either the user or password properties are missing. This should make the recent problem with Servlets easier to find. * Commented out obsolete property in Driver.getPropertyInfo()
-
Marc G. Fournier authored
source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks
-
- 07 Feb, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Feb, 1998 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
I have implemented a better user interface (well part of) so you can use it as expected. As usual there are some bug fixes. :-)
-
- 05 Feb, 1998 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Well this is not really a patch. But I mananged to get Linus' old Postgres95 precompiler to compile and work with PostgreSQL. The next step would be to collect bug/missing feature reports and to put it into the distribution so that it is made with the standard make procedure. Warning! So far it is not tested much and it does not install correctly. But I was able to create a small binary with it.
-
Marc G. Fournier authored
select from a table with attrs (a int, b char(20)) crashed in bpcharout() (palloc of -1 bytes). But a table with attrs (a int, b varchar(20)) worked. From: Jan Wieck <jwieck@debis.com>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
output at least doesn't appear that its missing something. wasn't particularly confident with removing 'caller' altogether :(
-
Marc G. Fournier authored
of configure
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
"more info then user requires"
-
Marc G. Fournier authored
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
-
- 04 Feb, 1998 3 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Thomas G. Lockhart authored
surrounded by parentheses (but not all are meaningful). Remove unused keywords ACL, APPEND, MERGE. Requires a "make clean" to recompile all code since keyword numeric assignments have changed with keyword removal.
-
- 03 Feb, 1998 3 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-