index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
temprel.c
Commit message (
Expand
)
Author
Age
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Fix lookup of temp table names that I missed yesterday.
Bruce Momjian
1999-11-16
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
remove elogs used for debugging.
Bruce Momjian
1999-09-04
*
Intercept temp table lookups further up to map temp names.
Bruce Momjian
1999-09-04
*
Avoid transaction overhead when there are no temp tables
Tom Lane
1999-09-04
*
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-09-04
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Add abortcurrent trans to temp table fix.
Bruce Momjian
1999-07-03
*
Fix for removal of temp tables if last transaction was aborted.
Bruce Momjian
1999-07-02
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
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