]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/temprel.c
Clean up grotty references to CacheCxt (externs inside functions,
[postgresql] / src / backend / utils / cache / temprel.c
2000-05-20 Tom LaneClean up grotty references to CacheCxt (externs inside...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-16 Bruce MomjianFix lookup of temp table names that I missed yesterday.
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-04 Bruce Momjianremove elogs used for debugging.
1999-09-04 Bruce MomjianIntercept temp table lookups further up to map temp...
1999-09-04 Tom LaneAvoid transaction overhead when there are no temp tables
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-03 Bruce MomjianAdd abortcurrent trans to temp table fix.
1999-07-02 Bruce MomjianFix for removal of temp tables if last transaction...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...