- 13 Feb, 1998 8 commits
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
of some global variables to support subselects and calls union_planner(). Calls to SS_replace_correlation_vars() and SS_process_sublinks() in query_planner() before planning. Get rid of #ifdef INDEXSCAN_PATCH in createplan.c.
-
Vadim B. Mikheev authored
Get rid of #ifdef INDEXSCAN_PATCH in indxpath.c.
-
Vadim B. Mikheev authored
(Have to re-visit readfuncs.c)
-
Vadim B. Mikheev authored
ExecReScan for nodeAgg, nodeHash, nodeHashjoin, nodeNestloop and nodeResult. Fixed ExecReScan for nodeMaterial. Get rid of #ifdef INDEXSCAN_PATCH. Get rid of ExecMarkPos and ExecRestrPos in nodeNestloop.
-
Vadim B. Mikheev authored
-
- 12 Feb, 1998 6 commits
-
-
Marc G. Fournier authored
Here's the ecpg patch for the local variables bug I reported earlier:
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
pull their data/info from Makefile.global
-
Marc G. Fournier authored
Makefile, as it isn't appropriate for GNUmake
-
Bruce Momjian authored
-
- 11 Feb, 1998 16 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Cleanups for ecpg, as well as a missing patch so that its configured in
-
Marc G. Fournier authored
Cleanups for ecpg, as well as a missing patch so that its configured in
-
Marc G. Fournier authored
Remove "temp" configure files
-
Marc G. Fournier authored
A few minutes ago I sent down the PL/Tcl directory to this list. Look at it and reuse anything that might help to build PL/perl. I really hope that PL/perl and PL/Tcl appear in the 6.3 distribution. I'll do whatever I can to make this happen.
-
Marc G. Fournier authored
A few minutes ago I sent down the PL/Tcl directory to this list. Look at it and reuse anything that might help to build PL/perl. I really hope that PL/perl and PL/Tcl appear in the 6.3 distribution. I'll do whatever I can to make this happen.
-
Marc G. Fournier authored
A few minutes ago I sent down the PL/Tcl directory to this list. Look at it and reuse anything that might help to build PL/perl. I really hope that PL/perl and PL/Tcl appear in the 6.3 distribution. I'll do whatever I can to make this happen.
-
Thomas G. Lockhart authored
to integer unix system time conflict on the input types. Leave in the conversions from integer unix system time to datetime.
-
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
-