summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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