summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/temprel.c
Commit message (Expand)AuthorAgeFilesLines
* remove elogs used for debugging.Bruce Momjian1999-09-041-9/+1
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-041-1/+9
* Avoid transaction overhead when there are no temp tablesTom Lane1999-09-041-1/+5
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-041-15/+65
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanupBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Add abortcurrent trans to temp table fix.Bruce Momjian1999-07-031-1/+2
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-021-1/+5
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-16/+18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-0/+165