Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
temprel.h
Age
Commit message (
Expand
)
Author
2002-03-31
Reimplement temp tables using schemas. The temp table map is history;
Tom Lane
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-06-19
Move temprel name define from temprel.h to rel.h.
Bruce Momjian
2001-06-18
Allow removal of system-named pg_* temp tables. Rename temp file/dir as
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-12-22
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-10-11
Fix temp relation handling for indexes, cleanup
Bruce Momjian
2000-06-20
Make renaming a temp table behave sensibly. We don't need to touch
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-01-26
Add:
Bruce Momjian
2000-01-22
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
1999-11-16
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-09-04
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-07-15
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian