summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-7/+7
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-1/+8
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+3
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-251-5/+7
* Check that user-specified opclass in CREATE INDEX corresponds to operatorsTom Lane2000-04-251-2/+41
* Produce an appropriate error message when opclass is not supported byTom Lane2000-04-231-37/+86
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-26/+33
* Fix longstanding bug that kept functional indexes from working when youTom Lane2000-02-251-95/+114
* Implement reindex commandHiroshi Inoue2000-02-181-1/+170
* Add:Bruce Momjian2000-01-261-2/+3
* Defend against > INDEX_MAX_KEYS keys in an index.Tom Lane2000-01-121-8/+11
* More cleanups. Still doesn't work.Bruce Momjian2000-01-111-3/+3
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-021-9/+7
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-4/+4
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-3/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-6/+6
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-16/+16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* pgindent run over code.Bruce Momjian1999-05-251-7/+7
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-4/+3
* Hello,Bruce Momjian1999-03-141-1/+4
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-241-0/+576