summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAgeFilesLines
* Repair AlterTableOwner --- was failing for relations with indexes.Tom Lane2002-06-171-3/+4
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-4/+5
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-42/+32
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-4/+11
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-1/+18
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-24/+27
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-261-1539/+1419
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-241-1/+118
* Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian2002-04-241-3/+9
* Oops, forgot we had a macro to encapsulate test for type toastability.Tom Lane2002-04-221-4/+3
* Fix incorrect Assert; install a more trustworthy check on whetherTom Lane2002-04-221-14/+20
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-16/+1
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-191-3/+3
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-19/+19
* CATALOG VERSION UPDATED:Bruce Momjian2002-04-151-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-0/+3082