]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Remove tqual.h includes not needed.
[postgresql] / src / backend / catalog / heap.c
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1997-09-04 Vadim B. Mikheevheap_destroy:RelationRemoveTriggers()
1997-08-22 Vadim B. MikheevRemove DEFAULT/CHECK infos from catalog on DROP TABLE
1997-08-22 Vadim B. MikheevStore attr DEFAULT info in heap_create
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-06-04 Vadim B. Mikheevheap_destroy() now calls RelationForgetRelation() to...
1997-04-02 Vadim B. MikheevHack for heap_creat to enable relkind to be 'S' for...
1997-01-20 Vadim B. Mikheev1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creat...
1997-01-14 Vadim B. Mikheevheap_destroy () releases dirty buffers of a relation...
1997-01-01 Bruce MomjianFix for SELECT INTO ... GROUP/ORDER BY where table...
1996-12-31 Vadim B. MikheevFixed realloc for increasing tempRels list.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Marc G. FournierAnother patch to quiet the compiler from D'Arcy
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-10-24 Marc G. FournierFixes: Errors when PQexec() in backend creates temp
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01