index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
temprel.h
Commit message (
Expand
)
Author
Age
*
Move temprel name define from temprel.h to rel.h.
Bruce Momjian
2001-06-19
*
Allow removal of system-named pg_* temp tables. Rename temp file/dir as
Bruce Momjian
2001-06-18
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Fix temp relation handling for indexes, cleanup
Bruce Momjian
2000-10-11
*
Make renaming a temp table behave sensibly. We don't need to touch
Tom Lane
2000-06-20
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
*
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-09-04
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02