]> granicus.if.org Git - postgresql/history - src/test/regress/expected/alter_table.out
Fix table rewrites that include a column without a default.
[postgresql] / src / test / regress / expected / alter_table.out
2019-10-10 Andres FreundFix table rewrites that include a column without a...
2019-09-07 Tom LaneAvoid using INFO elevel for what are fundamentally...
2019-07-22 Tom LaneInstall dependencies to prevent dropping partition...
2019-07-05 Tom LaneRemove dead encoding-conversion functions.
2019-07-02 Tom LaneSimplify psql \d's rule for ordering the indexes of...
2019-06-28 Alvaro HerreraFix for dropped columns in a partitioned table's defaul...
2019-06-24 Tom LaneFurther fix ALTER COLUMN TYPE's handling of indexes...
2019-06-12 Tom LaneFix ALTER COLUMN TYPE failure with a partial exclusion...
2019-06-08 Noah MischStop using spelling "nonexistant".
2019-04-26 Tom LaneApply stopgap fix for bug #15672.
2019-04-23 Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-03-13 Robert HaasRevert setting client_min_messages to 'debug1' in new...
2019-03-13 Peter EisentrautInclude all columns in default names for foreign key...
2019-03-13 Robert HaasAllow ALTER TABLE .. SET NOT NULL to skip provably...
2019-03-07 Thomas MunroDrop the vestigial "smgr" type.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-01-21 Tom LaneSort the dependent objects before recursing in findDepe...
2018-12-20 Greg StarkFix ADD IF NOT EXISTS used in conjunction with ALTER...
2018-12-17 Michael PaquierFix use-after-free bug when renaming constraints
2018-12-17 Michael PaquierMake constraint rename issue relcache invalidation...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-05 Michael PaquierBlock creation of partitions with open references to...
2018-10-11 Andres FreundRemove deprecated abstime, reltime, tinterval datatypes.
2018-10-07 Alvaro HerreraFix catalog insertion order for ATTACH PARTITION
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-19 Tom LaneImprove psql's \d command to show whether index columns...
2018-06-26 Alvaro HerreraEnable failure to rename a partitioned index
2018-06-20 Michael PaquierClarify use of temporary tables within partition trees
2018-05-24 Tom LaneImprove English wording of some other getObjectDescript...
2018-05-24 Tom LaneProperly schema-qualify additional object types in...
2018-04-13 Alvaro HerreraUse custom hash opclass for hash partition pruning
2018-04-11 Alvaro HerreraFix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-03-15 Tom LaneClean up duplicate table and function names in regressi...
2018-03-15 Tom LaneClean up duplicate role and schema names in regression...
2018-03-12 Alvaro Herreradoc: Reword restriction on partition keys in unique...
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-19 Alvaro HerreraLocal partitioned indexes
2017-11-09 Robert HaasAdd hash partitioning.
2017-10-31 Robert HaasFix code related to partitioning schemes for dropped...
2017-10-27 Tom LaneFix crash when columns have been added to the end of...
2017-10-27 Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-19 Alvaro HerreraAdd more tests for reloptions
2017-10-12 Robert HaasSynchronize error messages.
2017-10-05 Robert HaasOn CREATE TABLE, consider skipping validation of subpar...
2017-10-05 Robert HaasOn attach, consider skipping validation of subpartition...
2017-10-05 Robert HaasImprove error message when skipping scan of default...
2017-09-11 Peter EisentrautMessage style fixes
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-06 Simon RiggsAllow SET STATISTICS on expression indexes
2017-08-23 Peter EisentrautImprove plural handling in error message
2017-08-05 Robert HaasFix bug in deciding whether to scan newly-attached...
2017-08-04 Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-06-14 Robert HaasTeach predtest.c about CHECK clauses to fix partitionin...
2017-06-13 Robert HaasFix failure to remove dependencies when a partition...
2017-05-26 Tom LaneMove autogenerated array types out of the way during...
2017-05-18 Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-05-15 Tom LaneFix unsafe reference into relcache in constructed Comme...
2017-04-28 Robert HaasFix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
2017-04-25 Stephen FrostAllow ALTER TABLE ONLY on partitioned tables
2017-04-12 Robert HaasCode review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
2017-03-07 Robert HaasGive partitioned table "p" in regression tests a less...
2017-03-06 Simon RiggsAllow partitioned tables to be dropped without CASCADE
2017-02-21 Tom LaneUse less-generic table name in new regression test...
2017-02-16 Robert HaasAvoid crash in ALTER TABLE not_partitioned DETACH PARTI...
2017-02-14 Robert HaasDon't disallow dropping NOT NULL for a list partition...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-19 Robert HaasTeach partitioning tests not to use DROP TABLE ......
2017-01-13 Tom LaneFix some more regression test row-order-instability...
2017-01-13 Robert HaasFix a bug in how we generate partition constraints.
2017-01-09 Alvaro HerreraFix ALTER TABLE / SET TYPE for irregular inheritance
2016-12-21 Robert HaasConvert elog() to ereport() and do some wordsmithing.
2016-12-07 Robert HaasReplace references to COLLATE "en_CA" with COLLATE...
2016-12-07 Robert HaasReplace references to COLLATE "en_US" with COLLATE...
2016-12-07 Robert HaasImplement table partitioning.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-10-26 Tom LaneFix incorrect trigger-property updating in ALTER CONSTR...
2016-03-10 Simon RiggsReduce lock level for altering fillfactor
2015-12-26 Tom LaneInclude typmod when complaining about inherited column...
2015-12-16 Robert HaasMark CHECK constraints declared NOT VALID valid if...
2015-11-20 Tom LaneFix handling of inherited check constraints in ALTER...
2015-11-19 Robert HaasMake ALTER .. SET SCHEMA do nothing, instead of throwin...
2015-11-17 Peter EisentrautMessage improvements
2015-10-01 Tom LaneFix pg_dump to handle inherited NOT VALID check constra...
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-06 Kevin GrittnerFix `make installcheck` for serializable transactions.
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-07-14 Heikki LinnakangasMake regression test output stable.
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-06-12 Tom LaneImprove error message and hint for ALTER COLUMN TYPE...
2015-04-05 Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-03-24 Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2014-10-29 Tom LaneAvoid corrupting tables when ANALYZE inside a transacti...
2014-08-28 Fujii MasaoRevert "Allow units to be specified in relation option...
2014-08-28 Fujii MasaoAllow units to be specified in relation option setting...
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-06-13 Noah MischHarden pg_filenode_relation test against concurrent...
next