summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-11From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
Cleanups for ecpg, as well as a missing patch so that its configured in
1998-02-11From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
Cleanups for ecpg, as well as a missing patch so that its configured in
1998-02-11From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
Remove "temp" configure files
1998-02-11From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
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.
1998-02-11From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
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.
1998-02-11From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
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.
1998-02-11Update test for newly implemented "<=" operator.Thomas G. Lockhart
1998-02-11Try bumping to version two...Thomas G. Lockhart
1998-02-11Define ROW and STATEMENT as parser tokens.Thomas G. Lockhart
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".
1998-02-11Automatically promote out of range integers to floats.Thomas G. Lockhart
Throw elog(NOTICE) to flag promotion.
1998-02-11Fix typos in SQL statement terminators.Thomas G. Lockhart
1998-02-10regression test based off of Solaris/Sparc v2.6Marc G. Fournier
1998-02-10Erk, the whole directory structure changed on us here...Marc G. Fournier
1998-02-10Updated ECPG From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Clean up regression tests for SunOS (based on Solaris v2.6)Marc G. Fournier
Clean up strings.out , removed func_get_detail from error message
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-09From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier
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()
1998-02-09This was a new class that was introduced last weekend. I'm attaching theMarc G. Fournier
source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks
1998-02-07Atttypmod cleanups.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-06Set attcacheoff value to -1 for all tables.Bruce Momjian
1998-02-06Fix for \d on long table names.Bruce Momjian
1998-02-06FIx hasSubLinks for Vadim.Bruce Momjian
1998-02-06From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
I have implemented a better user interface (well part of) so you can use it as expected. As usual there are some bug fixes. :-)
1998-02-05FIx for varchar(), char() and INSERT .. SELECT.Bruce Momjian
1998-02-05Vadim fix for vacuum analyze.Bruce Momjian
1998-02-05FIx for atttypmod on system tables.Bruce Momjian
1998-02-05FIx for atttypmod in system catalogs.Bruce Momjian
1998-02-05Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian
1998-02-05From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
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.
1998-02-05 Symptom:Marc G. Fournier
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>
1998-02-05init_fixup_addr() function removed, so port-protos.h no longer requiredMarc G. Fournier
1998-02-05func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier
output at least doesn't appear that its missing something. wasn't particularly confident with removing 'caller' altogether :(
1998-02-05Build in a 'dummy' tas file...nothing in it, just used for the link processMarc G. Fournier
of configure
1998-02-05char() cleanup and more cacheoff improvements.Bruce Momjian
1998-02-05Fix up this so that it also doesn't use a caller variable...Marc G. Fournier
1998-02-05Clean up func_error() function completely removing caller variable asMarc G. Fournier
"more info then user requires"
1998-02-05Port specific, compiler specfied for SGI/Irix5Marc G. Fournier
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1998-02-04Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian
1998-02-04Try this fix for the tas.s code...Marc G. Fournier
1998-02-04Allow most expressions in BETWEEN clause. Allow all expressions ifThomas G. Lockhart
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.
1998-02-03Vacuum parameter fix.Bruce Momjian
1998-02-03Strange, this should be required, but initialize need_tas to noMarc G. Fournier
1998-02-03I tried to match up the if/test stuff...fixed now, I thinkMarc G. Fournier
1998-02-03Subselects with =, >, etc.Bruce Momjian
Cleanup for vacuum help, manual page, and error message
1998-02-03various i386_solaris cleanups that should fix sparc_solaris and hpuxMarc G. Fournier
1998-02-03Learning a little more about autoconf each day...Marc G. Fournier
Fix inclusion of 'tas.s' for various ports