summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
1997-06-12Datum *idatum;Vadim B. Mikheev
1997-06-07Cleanup on xinv# table names.Bruce Momjian
1997-06-07avoid xinv* table name conflict with large objects.Bruce Momjian
1997-06-06lowercase large object table name fix.Bruce Momjian
1997-06-03cc1: warnings being treated as errorsVadim B. Mikheev
1997-06-03Fix deleted tuples re-incarnation possible when vacuum transactionVadim B. Mikheev
1997-06-02Oracle like currval behaviour.Vadim B. Mikheev
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-05-05Kill re-incarnated bug arroundVadim B. Mikheev
1997-04-30More informative NOTICEs in tuple checks.Vadim B. Mikheev
1997-04-23Analyze data only if specified and specified attrs only.Vadim B. Mikheev
1997-04-17The patch fixes a rare bug that may occur when one tries to vacuum a singleVadim B. Mikheev
1997-04-15Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier
1997-04-05Print 'Group' as name of Group plan.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-03-26Disallow to create multi-column indices using non-btree.Vadim B. Mikheev
1997-03-19Fix call to index_create in DefineIndex.Vadim B. Mikheev
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-10Add missing paren.Bruce Momjian
1997-03-10Massimo's Deadlock patches w/o the #ifdefsMarc G. Fournier
1997-03-09Vacuum cleanups from Massimo.Bruce Momjian
1997-03-09Fix vacuum crash Vadim found.Bruce Momjian
1997-03-07Reverse patch for Vadims problem.Bruce Momjian
1997-03-06Fix vacuum bug Vadim found with text fields.Bruce Momjian
1997-03-06Not understandable fix of strange bug in vacuum statistic functions.Vadim B. Mikheev
1997-02-18Clarify clearing of attribute stats memory.Bruce Momjian
1997-02-07Add attribute optimization statistics.Bruce Momjian
1997-01-29New func _vc_scanoneind: scan one index relation to update statisticVadim B. Mikheev
1997-01-25The check should be for getrusage(), not rusage() ... change the definesMarc G. Fournier
1997-01-24Switch over NEED_RUSAGE to HAVE_RUSAGE for configureMarc G. Fournier
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1997-01-18Prevent UNIQUE indexes for non-btree access methods.Bruce Momjian
1997-01-16Change EXPLAIN options to just use VERBOSE.Bruce Momjian
1997-01-13Added VERBOSE option to vacuum command.Bruce Momjian
1997-01-10include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian
1997-01-10Massimo fix for non-existant file copy error.Bruce Momjian
1997-01-10index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev
1997-01-08Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1997-01-05Closing opened indices.Vadim B. Mikheev
1997-01-02ALTER TABLE (text) fixBruce Momjian
1996-12-29explain changeBruce Momjian
1996-12-29Improved EXPLAIN option handling.Bruce Momjian
1996-12-19More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1996-12-19COPY_PATCH...Marc G. Fournier
1996-12-19#ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier
1996-12-14Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev
1996-12-11Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson
1996-12-07Fix from Jan agreed with by Massimo.Bruce Momjian