aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/temprel.h
Commit message (Expand)AuthorAge
* Move temprel name define from temprel.h to rel.h.Bruce Momjian2001-06-19
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-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
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* 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