index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
temprel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Can you please apply the following patch to current CVS
Bruce Momjian
2000-07-12
1
-4
/
+3
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
1
-2
/
+3
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-4
/
+4
*
Make renaming a temp table behave sensibly. We don't need to touch
Tom Lane
2000-06-20
1
-25
/
+109
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-3
/
+1
*
Clean up grotty references to CacheCxt (externs inside functions,
Tom Lane
2000-05-20
1
-2
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-4
/
+4
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
1
-5
/
+5
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-3
/
+3
*
Fix lookup of temp table names that I missed yesterday.
Bruce Momjian
1999-11-16
1
-6
/
+3
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
1
-3
/
+21
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-3
/
+3
*
remove elogs used for debugging.
Bruce Momjian
1999-09-04
1
-9
/
+1
*
Intercept temp table lookups further up to map temp names.
Bruce Momjian
1999-09-04
1
-1
/
+9
*
Avoid transaction overhead when there are no temp tables
Tom Lane
1999-09-04
1
-1
/
+5
*
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-09-04
1
-15
/
+65
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-3
/
+1
*
Final cleanup
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-6
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Add abortcurrent trans to temp table fix.
Bruce Momjian
1999-07-03
1
-1
/
+2
*
Fix for removal of temp tables if last transaction was aborted.
Bruce Momjian
1999-07-02
1
-1
/
+5
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
1
-2
/
+2
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-16
/
+18
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
1
-0
/
+165