Commits

DateSubjectAuthorReleases
2002-03-31 Reimplement temp tables using schemas. The temp table map is history; Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2001-03-22 pgindent run. Make it all clean. Bruce Momjian 7.1.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2001-01-12 Add more critical-section calls: all code sections that hold spinlocks Tom Lane 7.1.1
2000-12-22 Small cleanup of temp-table handling. Disallow creation of a non-temp Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-11-08 Make DROP TABLE rollback-able: postpone physical file delete until commit. Tom Lane 7.1.1
2000-10-19 Improve comments. Tom Lane 7.1.1
2000-10-11 Fix temp relation handling for indexes, cleanup Bruce Momjian 7.1.1
2000-07-12 Can you please apply the following patch to current CVS Bruce Momjian 7.1.1
2000-07-04 Make toast-table creation and deletion work somewhat reliably. Tom Lane 7.1.1
2000-06-28 First phase of memory management rewrite (see backend/utils/mmgr/README Tom Lane 7.1.1
2000-06-20 Make renaming a temp table behave sensibly. We don't need to touch Tom Lane 7.1.1
2000-05-30 Remove unused include files. Do not touch /port or includes used by defines. Bruce Momjian 7.1.1
2000-05-20 Clean up grotty references to CacheCxt (externs inside functions, Tom Lane 7.1.1
2000-04-12 Ye-old pgindent run. Same 4-space tabs. Bruce Momjian 7.1.1
2000-01-26 Add: Bruce Momjian 7.1.1
2000-01-22 added ALTER TABLE DROP COLUMN, early version Peter Eisentraut 7.1.1
1999-12-10 Rename several destroy* functions/tags to drop*. Bruce Momjian 7.1.1
1999-11-16 Fix lookup of temp table names that I missed yesterday. Bruce Momjian 7.1.1
1999-11-16 Commit to make clearer distinction for temp names and real names. Bruce Momjian 7.1.1
1999-11-07 New NameStr macro to convert Name to Str. No need for var.data anymore. Bruce Momjian 7.1.1
1999-09-04 remove elogs used for debugging. Bruce Momjian 7.1.1
1999-09-04 Intercept temp table lookups further up to map temp names. Bruce Momjian 7.1.1