summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-22Update .similar version file.Bruce Momjian
1997-08-22Fix for no NULL in CREATE TABLE.Bruce Momjian
1997-08-22Remove compile warning.Bruce Momjian
1997-08-22Warning in makefile added from DArcy.Bruce Momjian
1997-08-22+ ExecConstraints ()Vadim B. Mikheev
1997-08-22Restore CONSTRAINT keyword (was lost ... by unknown way)Vadim B. Mikheev
1997-08-22+ ExecConstraints()Vadim B. Mikheev
1997-08-22Turn constraints off for sequences & viewsVadim B. Mikheev
elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom
1997-08-22Remove DEFAULT/CHECK infos from catalog on DROP TABLEVadim B. Mikheev
Store CHECK infos on CREATE TABLE
1997-08-22We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian
1997-08-22Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian
1997-08-22ConstraintDef changedVadim B. Mikheev
1997-08-22Set attbyval for attdisbursion to FALSEVadim B. Mikheev
Set atttype for relchecks to 21 (int2) Set relkind for pg_attrdef & pg_relcheck to 'n'
1997-08-22+ CreateTupleDescCopyConstrVadim B. Mikheev
+ FreeTupleDesc
1997-08-22Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev
1997-08-22There is no NULL constraint in CREATE TABLE - only NOT NULL one.Vadim B. Mikheev
1997-08-22DEFAULT handlingVadim B. Mikheev
Use for 'selct .. into ..' copy of TupleDesc (without constraints) #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy)
1997-08-22DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev
1997-08-22Store attr DEFAULT info in heap_createVadim B. Mikheev
1997-08-22CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev
+ CreateTupleDescCopyConstr to copy them too. + FreeTupleDesc
1997-08-22Make psql use pager only when it has a tty.Bruce Momjian
1997-08-22Allow functions and operators on internally-identical types to succeed.Bruce Momjian
1997-08-21Change time function names to be more consistent, and check for zero ↵Bruce Momjian
divides, from Michael Reifenberg.
1997-08-21Name change cleanup.Bruce Momjian
1997-08-21Remove unused spin function when no spinlocks.Bruce Momjian
1997-08-21#definitions for pg_attrdef & pg_relcheck namesVadim B. Mikheev
1997-08-21AttrConstr --> TupleConstrVadim B. Mikheev
1997-08-21Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian
1997-08-21Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian
call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
1997-08-21+ extern double *box_area(BOX *box);Vadim B. Mikheev
1997-08-21+ struct ConstaintDef - for constraints.Vadim B. Mikheev
1997-08-21New system relations to store DEFAULT/CHECK expressions.Vadim B. Mikheev
1997-08-21Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev
1997-08-21Syntax for [CONSTRAINT name] CHECK ...Vadim B. Mikheev
1997-08-21Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev
from pg_attribute. atthasdef added.
1997-08-20Portability fix for pg_dumpall.Bruce Momjian
1997-08-20More NOT_USEDsBruce Momjian
1997-08-20Add static finding script.Bruce Momjian
1997-08-20HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev
1997-08-20CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev
1997-08-20CHECK/DEFAULT syntaxVadim B. Mikheev
1997-08-20Changes for Digital UnixMarc G. Fournier
1997-08-19Fix for sunos4 difftime() call.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian
NOT_USED.
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-08-18Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian
1997-08-18Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian
1997-08-17Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier
1997-08-17Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier
of assuming it does exist
1997-08-17Make sure that LIBPQDIR points to the right directoryMarc G. Fournier