aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* TupleUpdatedByCurXactAndCmd () changed due toVadim B. Mikheev1997-08-29
* New results destination for SPI manager.Vadim B. Mikheev1997-08-29
* SPI manager.Vadim B. Mikheev1997-08-29
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-29
* Fix time_cmpVadim B. Mikheev1997-08-28
* Clean CommandInfo after posting to client.Vadim B. Mikheev1997-08-28
* Fix for "default = '...'" in CREATE TYPEVadim B. Mikheev1997-08-28
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-27
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Remove unneeded stat calls.Bruce Momjian1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Fix for pointer arithmetic.Bruce Momjian1997-08-26
* Change void * to Dllist*.Bruce Momjian1997-08-26
* pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...Bruce Momjian1997-08-25
* Small cleanup.Bruce Momjian1997-08-25
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Remove compile warning.Bruce Momjian1997-08-22
* Restore CONSTRAINT keyword (was lost ... by unknown way)Vadim B. Mikheev1997-08-22
* + ExecConstraints()Vadim B. Mikheev1997-08-22
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-22
* Remove DEFAULT/CHECK infos from catalog on DROP TABLEVadim B. Mikheev1997-08-22
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-22
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-22
* Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev1997-08-22
* There is no NULL constraint in CREATE TABLE - only NOT NULL one.Vadim B. Mikheev1997-08-22
* DEFAULT handlingVadim B. Mikheev1997-08-22
* DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev1997-08-22
* Store attr DEFAULT info in heap_createVadim B. Mikheev1997-08-22
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-22
* Allow functions and operators on internally-identical types to succeed.Bruce Momjian1997-08-22
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-21
* Name change cleanup.Bruce Momjian1997-08-21
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-21
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-21
* Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev1997-08-21
* Syntax for [CONSTRAINT name] CHECK ...Vadim B. Mikheev1997-08-21
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-21
* More NOT_USEDsBruce Momjian1997-08-20
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-20
* CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev1997-08-20
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-20
* Changes for Digital UnixMarc G. Fournier1997-08-20
* Fix for sunos4 difftime() call.Bruce Momjian1997-08-19
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-17