aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-25
* Check that user-specified opclass in CREATE INDEX corresponds to operatorsTom Lane2000-04-25
* Produce an appropriate error message when opclass is not supported byTom Lane2000-04-23
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix longstanding bug that kept functional indexes from working when youTom Lane2000-02-25
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Defend against > INDEX_MAX_KEYS keys in an index.Tom Lane2000-01-12
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Hello,Bruce Momjian1999-03-14
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-24