summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAgeFilesLines
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-33/+31
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-22/+26
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-131-3/+3
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-11/+31
* Fix two bugs in change_owner_recurse_to_sequences: it was grabbing anTom Lane2005-03-251-2/+4
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-241-7/+7
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-231-7/+7
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-201-6/+5
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-18/+11
* ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway2005-02-091-16/+32
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-3/+3
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-65/+95
* Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane2005-01-241-3/+32
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-4/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-161-1/+28
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-53/+16
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-1/+3
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-221-2/+9
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-211-5/+17
* Give a more user-friendly error message in case where a table is createdTom Lane2004-10-161-1/+41
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences,Tom Lane2004-09-231-5/+79
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-26/+25
* needs_toast_table() should ignore dropped columns.Tom Lane2004-08-311-1/+3
* copy_relation_data was mistakenly assuming that the source relationTom Lane2004-08-311-2/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-457/+471
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-281-2/+2
* Dept. of further reflection: I looked around to see if any other callersTom Lane2004-08-151-8/+19
* Change order of operations in ALTER TABLE SET TABLESPACE so that weTom Lane2004-08-131-8/+7
* Fix silly thinko in ALTER COLUMN TYPE. Check for finding expectedTom Lane2004-08-041-3/+3
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-9/+35
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-2/+2
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-9/+2
* When renaming a column that participates in a foreign key, we mustTom Lane2004-07-171-1/+15
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-111-6/+282
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-13/+58
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-35/+43
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-8/+40
* Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.Tom Lane2004-06-101-1/+3
* Fix oversight in recent ALTER TABLE improvements. We now supportTom Lane2004-06-101-15/+26
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-43/+31
* Allow use of table rowtypes directly as column types of other tables.Tom Lane2004-06-061-1/+96
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-3/+3
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-041-17/+8
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-021-2/+20
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-119/+105
* Fix a couple of oversights in new ALTER TABLE code that brokeTom Lane2004-05-081-5/+8
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-82/+60