summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAgeFilesLines
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-231-42/+109
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-221-18/+2
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-171-24/+14
* Refactor typenameTypeId()Peter Eisentraut2010-10-251-6/+6
* Support triggers on views.Tom Lane2010-10-101-3/+3
* Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.Tom Lane2010-10-021-1/+18
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-261-84/+173
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-181-3/+17
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-4/+4
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-13/+4
* Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas2010-08-031-1/+10
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-291-3/+14
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-291-5/+7
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-281-196/+363
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-2/+12
* Add more checks against altering typed tablesPeter Eisentraut2010-07-231-17/+44
* pgindent run for 9.0, second runBruce Momjian2010-07-061-8/+8
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-011-1/+4
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-26/+1
* Forbid renaming columns of objects whose column names are system-generated.Robert Haas2010-03-201-1/+19
* Fix incorrect comment about permissions checking being done in utility.c.Robert Haas2010-03-101-5/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-65/+76
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-54/+23
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-45/+37
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-041-38/+10
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-031-1/+7
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-031-3/+3
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-011-15/+29
* Type table featurePeter Eisentraut2010-01-281-7/+58
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-281-3/+4
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-73/+47
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+18
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-11/+8
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-4/+4
* Preserve relfilenodes:Bruce Momjian2010-01-061-3/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane2009-12-291-10/+8
* Remove code that attempted to rename index columns to keep them in sync withTom Lane2009-12-231-72/+4
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+2
* Add large object access control.Itagaki Takahiro2009-12-111-1/+2
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-1/+11
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-1/+3
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-5/+8
* Allow rewriting ALTER TABLE to skip WAL logging.Heikki Linnakangas2009-11-041-2/+36
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-1/+4
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-131-29/+20
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-121-1/+62
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-061-9/+9