aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Remove various special checks around default rolesStephen Frost2016-05-06
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-11
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-26
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund2015-12-12
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Message improvementsPeter Eisentraut2015-11-16
* Message style improvementsPeter Eisentraut2015-10-28
* Add missing serial comma, for consistency.Robert Haas2015-10-28
* Fix incorrect message in ATWrongRelkindError.Robert Haas2015-10-28
* Add two missing cases to ATWrongRelkindError.Robert Haas2015-10-22
* Fix bogus commentsAlvaro Herrera2015-10-15
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Fix typo in comment.Heikki Linnakangas2015-07-29
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Reformat code in ATPostAlterTypeParse.Heikki Linnakangas2015-07-14
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-03
* Fix ATSimpleRecursion() to allow recursion from a foreign table.Tom Lane2015-04-28
* Add comments warning against generalizing default_with_oids.Tom Lane2015-04-25
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-05
* Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera2015-04-03
* Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera2015-03-25
* Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian2015-03-24
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* C comment: update lock level mention in commentBruce Momjian2015-03-20
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Make CREATE OR REPLACE VIEW internally more consistentAlvaro Herrera2015-02-27
* Get rid of multiple applications of transformExpr() to the same tree.Tom Lane2015-02-22
* Have TRUNCATE update pgstat tuple countersAlvaro Herrera2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27