OSDN Git Service

pg-rex/syncrep.git
1998-02-18 Thomas G. LockhartStart shipping gram.y products gram.c and parse.h to...
1998-02-18 Thomas G. LockhartAdd new subselect test.
1998-02-18 Thomas G. LockhartNew table from new subselect test.
1998-02-18 Thomas G. LockhartInclude products of gram.y to allow systems without...
1998-02-18 Thomas G. LockhartAllow LIKE expression in constraint clause.
1998-02-18 Thomas G. LockhartFix parsing for <identifier>-<number> which was mis...
1998-02-18 Thomas G. LockhartFix from Vadim for simple-minded case SELECT 1 WHERE...
1998-02-18 Thomas G. LockhartRemove inclusion of the doc make. Looks like all of...
1998-02-18 Thomas G. LockhartCancel last version which introduced unintended flags
1998-02-18 Vadim B. MikheevFix useor for (a,b...) Op ANY/ALL
1998-02-18 Marc G. FournierI'm getting a SEGV error when testing ecpg using the...
1998-02-18 Marc G. FournierUpdate the preprocessor code
1998-02-18 Marc G. FournierCheck for and include <getopt.h>
1998-02-17 Marc G. FournierJust another missing dummy file
1998-02-17 Marc G. Fournier2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, theref...
1998-02-17 Marc G. FournierMajor update of ecpg preprocessor
1998-02-17 Marc G. FournierTotally forgot to add these files...
1998-02-17 Marc G. FournierThe problem is that $ac_cv_prog_gcc is empty, instead...
1998-02-16 Marc G. FournierRemove all backend/port/${PORTNAME} references from...
1998-02-14 Marc G. FournierFrom: Brian E Gallew <geek+@cmu.edu>
1998-02-14 Marc G. FournierApparently there was a
1998-02-14 Marc G. FournierFrom: plh@opim.uconn.edu
1998-02-14 Marc G. FournierRemove HBA related switch
1998-02-14 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-14 Marc G. FournierI'm including an update to my user defined IP and MAC...
1998-02-13 Marc G. FournierMan page for ecpg.1
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-13 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-13 Marc G. FournierFrom: Zeugswetter Andreas SARZ <Andreas.Zeugswetter...
1998-02-13 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-13 Marc G. FournierAdd missing extern.h file
1998-02-13 Marc G. FournierMakefile.in needs to be configured to use PORTNAME...
1998-02-13 Marc G. FournierRemove interfaces/ecpg/{include,preproc}/Makefile.in...
1998-02-13 Vadim B. Mikheevgram.y: ALL_SUBLINK type was returned for x Op (subquery).
1998-02-13 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-13 Marc G. FournierRemove -m486 option, since it is platform specific...
1998-02-13 Vadim B. MikheevSubselects...
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...
next