summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/alter_table.out
Commit message (Expand)AuthorAgeFilesLines
* Give partitioned table "p" in regression tests a less generic name.Robert Haas2017-03-071-0/+1
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-6/+4
* Use less-generic table name in new regression test case.Tom Lane2017-02-211-4/+4
* Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.Robert Haas2017-02-161-0/+5
* Don't disallow dropping NOT NULL for a list partition key.Robert Haas2017-02-141-0/+4
* Fix typos in comments.Heikki Linnakangas2017-02-061-3/+3
* Teach partitioning tests not to use DROP TABLE ... CASCADE.Robert Haas2017-01-191-12/+6
* Fix some more regression test row-order-instability issues.Tom Lane2017-01-131-1/+2
* Fix a bug in how we generate partition constraints.Robert Haas2017-01-131-0/+30
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-091-0/+22
* Convert elog() to ereport() and do some wordsmithing.Robert Haas2016-12-211-3/+3
* Replace references to COLLATE "en_CA" with COLLATE "POSIX".Robert Haas2016-12-071-1/+1
* Replace references to COLLATE "en_US" with COLLATE "C".Robert Haas2016-12-071-3/+3
* Implement table partitioning.Robert Haas2016-12-071-0/+343
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-248/+248
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-261-0/+60
* Reduce lock level for altering fillfactorSimon Riggs2016-03-101-12/+12
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-261-0/+21
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-161-1/+10
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-201-2/+128
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-191-2/+3
* Message improvementsPeter Eisentraut2015-11-161-7/+5
* Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane2015-10-011-0/+13
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-141-8/+59
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-061-1/+2
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-291-0/+89
* Make regression test output stable.Heikki Linnakangas2015-07-141-6/+6
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-141-0/+63
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-121-2/+5
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-051-11/+11
* Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian2015-03-241-0/+2
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-111-0/+3
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-291-0/+17
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-291-14/+0
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-281-0/+14
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-221-0/+91
* Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch2014-06-131-3/+8
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-12/+69
* Improve regression test for pg_filenode_relation().Tom Lane2014-03-281-15/+9
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-111-1/+0
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-0/+34
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-071-0/+14
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-221-0/+18
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-141-46/+42
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-051-0/+22
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-211-9/+9
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-241-5/+5
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-28/+0
* Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane2012-05-161-3/+5
* Remove whitespace from end of linesPeter Eisentraut2012-05-151-2/+2