summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_am.out
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier2022-03-191-0/+26
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-281-0/+34
* Remove deprecated containment operators for built-in typesPeter Eisentraut2020-11-031-2/+0
* Remove use of deprecated containment operators in testsPeter Eisentraut2020-11-031-5/+5
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-041-0/+5
* Stop using spelling "nonexistant".Noah Misch2019-06-081-2/+2
* Fix message styleAlvaro Herrera2019-06-061-1/+1
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-041-0/+33
* Fix collation dependency in test introduced in 8586bf7ed8, take 2.Andres Freund2019-03-061-2/+2
* Fix collation dependency in test introduced in 8586bf7ed8.Andres Freund2019-03-061-2/+2
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-0/+164
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-191-4/+2
* Fix broken dependency-mongering for index operator classes/families.Tom Lane2016-04-131-20/+15
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-231-0/+108