summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-10-01Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
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-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.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-16Message improvementsPeter Eisentraut
2015-10-28Message 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-04ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
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-23pgindent 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-25Add comments warning against generalizing default_with_oids.Tom Lane
2015-04-05Reduce lock levels of some trigger DDL and add FKsSimon Riggs
2015-04-03Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera
2015-03-25Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera
2015-03-24Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-20C comment: update lock level mention in commentBruce Momjian
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera