OSDN Git Service

pg-rex/syncrep.git
1997-04-05 Marc G. FournierChange Postgres95 to PostgreSQL
1997-04-05 Marc G. FournierMore splits of the regression tests in order to make...
1997-04-05 Marc G. FournierPurge out tests/expected that are now in sql/expected...
1997-04-05 Marc G. FournierAgain, add more tests
1997-04-05 Marc G. FournierAdd more expected.out results
1997-04-05 Marc G. FournierThere are the broken out 'sql' queries from queries...
1997-04-05 Marc G. FournierThese are the broken down 'expected.output' files creat...
1997-04-05 Vadim B. MikheevPrint 'Group' as name of Group plan.
1997-04-05 Vadim B. MikheevChanges for GROUP BY func_results:
1997-04-05 Vadim B. MikheevChanges for GROUP BY func_results.
1997-04-05 Vadim B. MikheevNow we can GROUP BY func_results.
1997-04-05 Vadim B. MikheevFix for 'SET var_name TO var_value': var_name already...
1997-04-05 Vadim B. MikheevPut resdom into GroupClause (GROUP BY func_results)
1997-04-05 Vadim B. MikheevCheck for attributeList is NULL in ConstructTupleDescri...
1997-04-05 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-04 Marc G. FournierMove YACC and YFLAGS into the template files
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-04 Marc G. FournierGot AROPT setting backwards...correct it
1997-04-04 Marc G. FournierAdd distclean to target listing
1997-04-04 Marc G. FournierAgain, needs float.h
1997-04-04 Marc G. Fournierneeds float.h for DBL_MIN under FreeBSD
1997-04-04 Marc G. FournierRemove some files that were inadvertantly created
1997-04-04 Marc G. FournierOne helluva mess.
1997-04-04 Marc G. FournierInstall os.h when we install the other headers...
1997-04-03 Marc G. FournierMore modifications to make building more interactive:
1997-04-03 Marc G. FournierRemove code associated with !ACLGROUP_PATCH, and approp...
1997-04-03 Marc G. FournierVarious improvements to reduce questions :)
1997-04-03 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-04-03 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. Fournierremoved as already installed as part of system headers...
1997-04-02 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-02 Marc G. FournierFrom: Anton de Wet <adw@obsidian.co.za>
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1997-04-02 Vadim B. MikheevNew keyword: SEQUENCE.
1997-04-02 Vadim B. MikheevManuals for SEQUENCEs.
1997-04-02 Vadim B. Mikheev\h create/drop sequence.
1997-04-02 Vadim B. MikheevDumping sequence relations as 'CREATE SEQUENCE ...'.
1997-04-02 Vadim B. MikheevCall DefineSequence () for T_CreateSeqStmt node.
1997-04-02 Vadim B. MikheevCan't INSERT/UPDATE/DELETE sequence relation.
1997-04-02 Vadim B. MikheevCREATE/DROP SEQUENCE ...
1997-04-02 Vadim B. MikheevCan't COPY TO sequence relation.
1997-04-02 Vadim B. MikheevSequence numbers generators code.
1997-04-02 Vadim B. Mikheevvc_getrels(p, VacRelP) returns NIL for special relation...
1997-04-02 Vadim B. MikheevHack for heap_creat to enable relkind to be 'S' for...
1997-04-02 Vadim B. MikheevCloseSequences () at xact commit/abort.
1997-04-02 Vadim B. MikheevNew node T_CreateSeqStmt.
1997-04-02 Vadim B. MikheevNew relkind ('S') for sequence relations.
1997-04-02 Vadim B. MikheevPrototypes for sequence.c
1997-04-02 Marc G. FournierUse $(CC), not gcc, to compile
1997-04-01 Marc G. FournierMisc port related issues
1997-03-28 Marc G. FournierSlight Linux related bug pointed out by Gabriel Akos...
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-28 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-28 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-28 Marc G. FournierOn some systems limits.h is needed to define DBL_MIN.
1997-03-27 Vadim B. MikheevAdded call to heap_endscan in IndexIsUniqueNoCache...
1997-03-27 Marc G. Fournierturn GEQO code on by default
1997-03-26 Marc G. FournierRemove customize in favor of 'build'
1997-03-26 Marc G. FournierAdd ability to change installation directory in build...
1997-03-26 Marc G. FournierAdd string.h for strerror() prototype
1997-03-26 Marc G. Fournierinclude float.h *after* postgres.h :(
1997-03-26 Vadim B. MikheevDisallow to create multi-column indices using non-btree.
1997-03-26 Marc G. Fournierneed float.h under FreeBSD for DBL_MIN
1997-03-26 Vadim B. Mikheev'\h create index' shows that multi-column indices are...
1997-03-26 Vadim B. MikheevAdded syntax for multi-column indices.
1997-03-26 Vadim B. MikheevSomeone forgot about 'case sizeof(int32)' for
1997-03-25 Marc G. FournierAdd checs for float.h
1997-03-25 Marc G. FournierAdd float.h for DBL_{MIN,MAX} under FreeBSD
1997-03-25 Marc G. Fournieranother one missed
1997-03-25 Marc G. FournierMIssed adding a file to the repository
1997-03-25 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-25 Marc G. FournierVarious patches for shared libraries under i386-solaris by:
1997-03-25 Marc G. FournierHere's two more diffs...
1997-03-25 Marc G. FournierRather than make this a Linux test, we should just...
1997-03-25 Marc G. FournierUse $(LD_ADD) from Makefile.global instead of $(LDADD...
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-25 Marc G. FournierMOre univel port patches/files from:
1997-03-25 Marc G. FournierStart of a univel port by "Michael P. Snyder" <msnyder...
1997-03-25 Vadim B. MikheevFree memory allocated by command in the BlankPortal...
1997-03-25 Marc G. Fournier - Renamed the variable names to something shorter...
1997-03-25 Marc G. FournierAdd in alpha port
1997-03-25 Marc G. FournierI don't know whether this breaks what the previous...
1997-03-25 Marc G. FournierNeeds USE_POSIX_SIGNALS
1997-03-24 Vadim B. Mikheev+ NULLs handling
1997-03-24 Vadim B. MikheevNew func _bt_checkkeys() added to let caller know numbe...
1997-03-24 Vadim B. MikheevSetting index' attributes attcacheoff to -1 in index_cr...
1997-03-24 Vadim B. MikheevAdded #define NullValueRegProcedure and #define NonNull...
1997-03-21 Marc G. FournierForgot to add an AC_SUBST(STRERROR) to configure.in...
1997-03-21 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-20 Marc G. Fournierchange strtok(0.. to strtok(NULL..
1997-03-20 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-20 Marc G. FournierCheck for and set HAVE_CRYPT_H if <crypt.h> exists
1997-03-20 Marc G. Fournieruse autoconf 2.12 instead of 2.10 to gernate configure...
1997-03-19 Vadim B. MikheevFix call to index_create in DefineIndex.
1997-03-19 Vadim B. MikheevFix index_create for multi-column indices
1997-03-19 Vadim B. MikheevFix index_create for multi-column indices
next