summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Fix typo in commentPeter Eisentraut
2016-12-27Fix typo commentsMagnus Hagander
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove unnecessary casts of makeNode() resultPeter Eisentraut
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-22Code review for ATExecAttachPartition.Robert Haas
2016-12-21Convert elog() to ereport() and do some wordsmithing.Robert Haas
2016-12-20Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas
2016-12-13Clean up code, comments, and formatting for table partitioning.Robert Haas
2016-12-12Fix creative, but unportable, spelling of "ptr != NULL".Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-02-11Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-26Include typmod when complaining about inherited column type mismatches.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-19Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas
2015-11-17Message improvementsPeter Eisentraut
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Add missing serial comma, for consistency.Robert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas
2015-10-22Add two missing cases to ATWrongRelkindError.Robert Haas
2015-10-15Fix bogus commentsAlvaro Herrera
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-07-30Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan
2015-07-29Fix typo in comment.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-14Reformat code in ATPostAlterTypeParse.Heikki Linnakangas
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-04-28Fix ATSimpleRecursion() to allow recursion from a foreign table.Tom Lane
2015-04-26Add comments warning against generalizing default_with_oids.Tom Lane