summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/temprel.c
AgeCommit message (Expand)Author
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2000-12-22Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-10-19Improve comments.Tom Lane
2000-10-11Fix temp relation handling for indexes, cleanupBruce Momjian
2000-07-12Can you please apply the following patch to current CVSBruce Momjian
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-20Make renaming a temp table behave sensibly. We don't need to touchTom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-20Clean up grotty references to CacheCxt (externs inside functions,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-11-16Fix lookup of temp table names that I missed yesterday.Bruce Momjian
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-09-04remove elogs used for debugging.Bruce Momjian
1999-09-04Intercept temp table lookups further up to map temp names.Bruce Momjian
1999-09-04Avoid transaction overhead when there are no temp tablesTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-03Add abortcurrent trans to temp table fix.Bruce Momjian
1999-07-02Fix for removal of temp tables if last transaction was aborted.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian