summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/temprel.c
Commit message (Expand)AuthorAgeFilesLines
* Can you please apply the following patch to current CVSBruce Momjian2000-07-121-4/+3
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-2/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-4/+4
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-201-25/+109
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Clean up grotty references to CacheCxt (externs inside functions,Tom Lane2000-05-201-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+4
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-5/+5
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-3/+3
* Fix lookup of temp table names that I missed yesterday.Bruce Momjian1999-11-161-6/+3
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-3/+21
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* 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