summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-04-05Print 'Group' as name of Group plan.Vadim B. Mikheev
1997-04-05Changes for GROUP BY func_results:Vadim B. Mikheev
1997-04-05Changes for GROUP BY func_results.Vadim B. Mikheev
1997-04-05Now we can GROUP BY func_results.Vadim B. Mikheev
1997-04-05Fix for 'SET var_name TO var_value': var_name already defined.Vadim B. Mikheev
1997-04-05Check for attributeList is NULL in ConstructTupleDescriptor ().Vadim B. Mikheev
1997-04-05From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-04-04Move YACC and YFLAGS into the template filesMarc G. Fournier
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-04Again, needs float.hMarc G. Fournier
1997-04-04needs float.h for DBL_MIN under FreeBSDMarc G. Fournier
1997-04-03Remove code associated with !ACLGROUP_PATCH, and appropriate #ifdef'sMarc G. Fournier
1997-04-03From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-04-03From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-04-02removed as already installed as part of system headers on NetBSD/FreeBSDMarc G. Fournier
1997-04-02From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-04-02From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-04-02New keyword: SEQUENCE.Vadim B. Mikheev
1997-04-02Call DefineSequence () for T_CreateSeqStmt node.Vadim B. Mikheev
1997-04-02Can't INSERT/UPDATE/DELETE sequence relation.Vadim B. Mikheev
1997-04-02CREATE/DROP SEQUENCE ...Vadim B. Mikheev
1997-04-02Can't COPY TO sequence relation.Vadim B. Mikheev
1997-04-02Sequence numbers generators code.Vadim B. Mikheev
1997-04-02vc_getrels(p, VacRelP) returns NIL for special relations (indices,Vadim B. Mikheev
1997-04-02Hack for heap_creat to enable relkind to be 'S' for sequences.Vadim B. Mikheev
1997-04-02CloseSequences () at xact commit/abort.Vadim B. Mikheev
1997-04-02Use $(CC), not gcc, to compileMarc G. Fournier
1997-04-01Misc port related issuesMarc G. Fournier
1997-03-28Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>Marc G. Fournier
1997-03-28From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-03-28From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-03-28From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-28From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-03-28From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-03-28On some systems limits.h is needed to define DBL_MIN.Marc G. Fournier
1997-03-27Added call to heap_endscan in IndexIsUniqueNoCache - to releaseVadim B. Mikheev
1997-03-26Add string.h for strerror() prototypeMarc G. Fournier
1997-03-26include float.h *after* postgres.h :(Marc G. Fournier
1997-03-26Disallow to create multi-column indices using non-btree.Vadim B. Mikheev
1997-03-26need float.h under FreeBSD for DBL_MINMarc G. Fournier
1997-03-26Added syntax for multi-column indices.Vadim B. Mikheev
1997-03-26Someone forgot about 'case sizeof(int32)' forVadim B. Mikheev
1997-03-25Add checs for float.hMarc G. Fournier
1997-03-25Add float.h for DBL_{MIN,MAX} under FreeBSDMarc G. Fournier
1997-03-25MIssed adding a file to the repositoryMarc G. Fournier
1997-03-25From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-03-25Rather than make this a Linux test, we should just test for the existenceMarc G. Fournier
1997-03-25Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist...Marc G. Fournier
1997-03-25From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier