OSDN Git Service

Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
[pg-rex/syncrep.git] / src / backend / utils / cache / temprel.c
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-19 Tom LaneImprove comments.
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-07-12 Bruce MomjianCan you please apply the following patch to current CVS
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-20 Tom LaneMake renaming a temp table behave sensibly. We don...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
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...