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