]> granicus.if.org Git - postgresql/history - src/backend/catalog/catalog.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / catalog / catalog.c
2001-11-16 Tom LaneIsSystemRelationName() treats TOAST relations as system...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-22 Bruce MomjianCrash on NULL again in system table check.
2000-10-21 Bruce MomjianFirst a core dump which can be relieved by:
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-10-18 Marc G. FournierMoved definition of MAXPATHLEN to config.h
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01