aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Logical replicationPeter Eisentraut2017-01-20
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Fix a bug in how we generate partition constraints.Robert Haas2017-01-13
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-06
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix typo in commentPeter Eisentraut2016-12-29
* Fix typo commentsMagnus Hagander2016-12-27
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Code review for ATExecAttachPartition.Robert Haas2016-12-22
* Convert elog() to ereport() and do some wordsmithing.Robert Haas2016-12-21
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-19
* Clean up code, comments, and formatting for table partitioning.Robert Haas2016-12-13
* Fix creative, but unportable, spelling of "ptr != NULL".Tom Lane2016-12-12
* Implement table partitioning.Robert Haas2016-12-07
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-25
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Clarify policy on marking inherited constraints as valid.Robert Haas2016-09-15
* 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