OSDN Git Service

pg-rex/syncrep.git
1998-02-20 Edmund Mergl1.7.01.7.0
1998-02-20 Edmund Mergl1.7.0
1998-02-20 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-20 Marc G. FournierMissign a comma...
1998-02-20 Marc G. Fournier*** empty log message ***
1998-02-20 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-20 Marc G. FournierUpdate bugs section of ecpg...
1998-02-20 Marc G. FournierOkay, revert back to non-REVOKED...happy now? :)
1998-02-19 Marc G. FournierFrom: Andreas.Zeugswetter@telecom.at
1998-02-19 Bruce MomjianPassword fix. Now people have to do the REVOKE themselves.
1998-02-19 Marc G. Fournieroops, missed one...
1998-02-19 Marc G. FournierMakefile required some cleaning up for install and...
1998-02-19 Marc G. FournierDon't make shared libraries for i386_solaris yet.....
1998-02-19 Marc G. FournierUpdated from 0.61->0.76
1998-02-19 Bruce MomjianFIFO lock wait queue, with readers grouped together.
1998-02-19 Marc G. FournierVarious minor modes for i386_solaris
1998-02-19 Marc G. FournierCheck for <netinet/in.h>, required by DG/ux
1998-02-19 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-19 Vadim B. MikheevFix for InitPlan-s: have to copy subselect' result...
1998-02-19 Marc G. FournierAlready moved to the appropriate documentation directories
1998-02-18 Bruce MomjianUpdate FAQ's for release.
1998-02-18 Bruce MomjianFix -t for pg_dump when table is uppercase.
1998-02-18 Vadim B. MikheevRestore 6.2.1 output
1998-02-18 Vadim B. MikheevGroupState changed.
1998-02-18 Vadim B. MikheevNew nodeGroup.c code uses own copy of first tuple in...
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...
next