]> granicus.if.org Git - postgresql/shortlog
postgresql
1998-02-13 Vadim B. MikheevNew SubPlan node for subselects.
1998-02-13 Vadim B. MikheevEState->->es_param_exec_vals = NULL; in CreateExecutorS...
1998-02-13 Vadim B. MikheevFix for EXISTS.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-13 Vadim B. MikheevCall union_planner() instead of planner().
1998-02-13 Vadim B. MikheevOld planner() becomes union_planner(); new planner...
1998-02-13 Vadim B. MikheevQuite limited support for subselects in clausesel.c.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-12 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-12 Marc G. FournierThere, fixed
1998-02-12 Marc G. FournierScrewed this up...fixing now
1998-02-12 Marc G. FournierClean up Makefiles - shouldn't require configure *...
1998-02-12 Marc G. FournierRemove configure code from ecpg, as well as remove...
1998-02-12 Bruce MomjianMemSet cleanup.
1998-02-11 Bruce MomjianMemset cleanup
1998-02-11 Bruce MomjianChange to MemSet for Alpha.
1998-02-11 Bruce MomjianChange int align.
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-11 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-11 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-11 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-11 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Thomas G. LockhartRemove some definitions which could not work; conversio...
1998-02-11 Thomas G. LockhartUpdate test for newly implemented "<=" operator.
1998-02-11 Thomas G. LockhartTry bumping to version two...
1998-02-11 Thomas G. LockhartDefine ROW and STATEMENT as parser tokens.
1998-02-11 Thomas G. LockhartAutomatically promote out of range integers to floats.
1998-02-11 Thomas G. LockhartFix typos in SQL statement terminators.
1998-02-10 Marc G. Fournierregression test based off of Solaris/Sparc v2.6
1998-02-10 Marc G. FournierErk, the whole directory structure changed on us here...
1998-02-10 Marc G. FournierUpdated ECPG From: Michael Meskes <meskes@topsystem.de>
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Marc G. FournierClean up regression tests for SunOS (based on Solaris...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-09 Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-02-09 Marc G. FournierThis was a new class that was introduced last weekend...
1998-02-07 Bruce MomjianAtttypmod cleanups.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-06 Bruce MomjianSet attcacheoff value to -1 for all tables.
1998-02-06 Bruce MomjianFix for \d on long table names.
1998-02-06 Bruce MomjianFIx hasSubLinks for Vadim.
1998-02-06 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-05 Bruce MomjianFIx for varchar(), char() and INSERT .. SELECT.
1998-02-05 Bruce MomjianVadim fix for vacuum analyze.
1998-02-05 Bruce MomjianFIx for atttypmod on system tables.
1998-02-05 Bruce MomjianFIx for atttypmod in system catalogs.
1998-02-05 Bruce MomjianFix for varchar functions, and indextyple j-1 fix.
1998-02-05 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-05 Marc G. Fournier Symptom:
1998-02-05 Marc G. Fournierinit_fixup_addr() function removed, so port-protos...
1998-02-05 Marc G. Fournierfunc_error() changed so that if caller is passed with...
1998-02-05 Marc G. FournierBuild in a 'dummy' tas file...nothing in it, just used...
1998-02-05 Bruce Momjianchar() cleanup and more cacheoff improvements.
1998-02-05 Marc G. FournierFix up this so that it also doesn't use a caller variab...
1998-02-05 Marc G. FournierClean up func_error() function completely removing...
1998-02-05 Marc G. FournierPort specific, compiler specfied for SGI/Irix5
1998-02-04 Bruce MomjianCleanup getattr code. Make CHAR() use attcacheoff.
1998-02-04 Marc G. FournierTry this fix for the tas.s code...
1998-02-04 Thomas G. LockhartAllow most expressions in BETWEEN clause. Allow all...
1998-02-03 Bruce MomjianVacuum parameter fix.
1998-02-03 Marc G. FournierStrange, this should be required, but initialize need_t...
1998-02-03 Marc G. FournierI tried to match up the if/test stuff...fixed now,...
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-02-03 Marc G. Fourniervarious i386_solaris cleanups that should fix sparc_sol...
1998-02-03 Marc G. FournierLearning a little more about autoconf each day...
1998-02-03 Thomas G. LockhartSupress call to tzset() in reset_timezone() if a new...
1998-02-03 Thomas G. LockhartRemove unused keyword CHANGE.
1998-02-03 Thomas G. LockhartDefine boolean functions and operators for lseg <,...
1998-02-03 Thomas G. LockhartDefine boolean functions for lseg <, <=, <>, >=, >
1998-02-03 Marc G. FournierUse proper symbol for hpux
1998-02-03 Marc G. FournierJust another dummy file
1998-02-03 Marc G. FournierFix for various aix related 'mis-defines'
1998-02-03 Marc G. FournierFix for missing tas.s under sparc_solaris
1998-02-03 Bruce MomjianParser cleanup for expr and subqueries.
1998-02-03 Marc G. FournierClean up the alpha port, remove the backend/port/alpha...
1998-02-03 Marc G. FournierFixes for linux-elf-sparc related template file
1998-02-03 Marc G. FournierFrom: teunis <teunis@mauve.computersupportcentre.com>
1998-02-02 Marc G. FournierMake sure Irix/Linux FAQs are updated
1998-02-02 Marc G. FournierAdd an irix5.c dummy file for irix5 port
1998-02-02 Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-02-02 Marc G. FournierFix up the alpha port/dynloader for configure
1998-02-02 Marc G. FournierFix for ltoa() problem pointed out by Stan Brown <stanb...
1998-02-02 Marc G. Fournierset "caller" value in parse_func.h to func_get_detail...
1998-02-02 Marc G. FournierCurrent output for FreeBSD (2/1/98)
1998-02-02 Bruce MomjianNo datedebug printing of date debug is not defined.
1998-02-02 Bruce MomjianTODO cleanup
1998-02-02 Bruce MomjianInstall migration file and IP contrib/ stuff.
1998-02-02 Marc G. FournierFix HP/ux port for tas.s
1998-02-02 Marc G. FournierFixes:
1998-02-02 Marc G. Fournier#if aix changed to #if HAVE_SYS_SELECT_H
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01 Bruce MomjianFix for psort. fixes regression tests.
1998-02-01 Bruce MomjianUpgrade doc stuff to 6.3.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-02-01 Marc G. Fournierminor change so that it outputs to regression.diffs ...
next