]> granicus.if.org Git - postgresql/history - src/include/utils/temprel.h
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / include / utils / temprel.h
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-19 Bruce MomjianMove temprel name define from temprel.h to rel.h.
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-06-20 Tom LaneMake renaming a temp table behave sensibly. We don...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...