summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-29Cleanup.Bruce Momjian
1997-08-29Add PGINDENT and support program.Bruce Momjian
1997-08-29TupleUpdatedByCurXactAndCmd () changed due toVadim B. Mikheev
Fix very old bug which made tuples changed/inserted by a commnd visible to command itself (so we had multiple update of updated tuples, etc).
1997-08-29New results destination for SPI manager.Vadim B. Mikheev
1997-08-29SPI manager.Vadim B. Mikheev
1997-08-29Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev
visible to command itself (so we had multiple update of updated tuples, etc).
1997-08-29heap_getattr fix for aix.Bruce Momjian
1997-08-28Fix time_cmpVadim B. Mikheev
1997-08-28Clean CommandInfo after posting to client.Vadim B. Mikheev
1997-08-28Fix for "default = '...'" in CREATE TYPEVadim B. Mikheev
1997-08-28Tests for CHECK/DEFAULTVadim B. Mikheev
1997-08-27Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev
1997-08-27heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev
1997-08-27Only need to check for strerror once :)Marc G. Fournier
1997-08-27Remove unneeded stat calls.Bruce Momjian
1997-08-26Inlined heap_getattr().Bruce Momjian
1997-08-26Fix for pointer arithmetic.Bruce Momjian
1997-08-26rename sections.Bruce Momjian
1997-08-26unix.1 renamed to pgintro.1.Bruce Momjian
1997-08-26Manual page renaming.Bruce Momjian
1997-08-26Change void * to Dllist*.Bruce Momjian
1997-08-25pg_passwd cleanup.Bruce Momjian
1997-08-25pg_passwd cleanup.Bruce Momjian
1997-08-25pg_passwd cleanupBruce Momjian
1997-08-25pg_password utility. Cleanup for psql passwords. New datetime contrib ↵Bruce Momjian
stuff for new version. Fix for strutils needing config.h.
1997-08-25Small cleanup.Bruce Momjian
1997-08-24Major patch to speed up backend startup after profiling analysis.Bruce Momjian
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.