aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Revert patch pending more discussion:Bruce Momjian2006-04-30
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-29
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so thatTom Lane2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane2006-01-30
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.Tom Lane2005-10-03
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-22
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-05
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30
* Create separate ON INSERT and ON UPDATE triggers on tables with foreignNeil Conway2005-05-30
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-10
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-13
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Fix two bugs in change_owner_recurse_to_sequences: it was grabbing anTom Lane2005-03-25
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-24
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-23
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway2005-02-09
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-27
* Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane2005-01-24
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-16
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-22
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-21