OSDN Git Service

pgindent run. Make it all clean.
[pg-rex/syncrep.git] / src / backend / commands / indexcmds.c
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-23 Hiroshi InoueReindex of shared system indexes must be overwrite...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-15 Tom LaneRemove a few remaining vestiges of elog(WARN).
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-25 Hiroshi Inouechange reindex ERROR/NOTICE message
2000-04-25 Tom LaneCheck that user-specified opclass in CREATE INDEX corre...
2000-04-23 Tom LaneProduce an appropriate error message when opclass is...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-25 Tom LaneFix longstanding bug that kept functional indexes from...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-12 Tom LaneDefend against > INDEX_MAX_KEYS keys in an index.
2000-01-11 Bruce MomjianMore cleanups. Still doesn't work.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
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-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-14 Bruce MomjianHello,
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...