]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Fix problem where attbyval was wrong for xid types.
[postgresql] / src / backend / catalog / heap.c
1998-08-26 Bruce MomjianFix problem where attbyval was wrong for xid types.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-20 Bruce Momjianfix for index problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-17 Thomas G. LockhartUse the parser macro IS_BINARY_COMPATIBLE() to allow...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianUse defines rather than constants for types.
1998-07-20 Bruce MomjianFix temp name length.
1998-07-12 Bruce Momjianremoved unneeded long spec on constants.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-14 Bruce MomjianRelationForgetRelation not needed in heap_destroy().
1998-06-13 Bruce MomjianFix problem with table drop after rollback of transacti...
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-05 Bruce MomjianFIx for atttypmod in system catalogs.
1998-01-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-26 Bruce MomjianRe-order args for TypeCreate() to be clearer.
1997-11-26 Bruce MomjianFix from Zeugswetter Andreas DBT for Sendproc.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
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