summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_amcheck.sgml
AgeCommit message (Expand)Author
2025-07-01doc: TOAST not toastPeter Eisentraut
2024-05-16pg_amcheck: Put new options in consistent order in --help and man pagePeter Eisentraut
2024-05-15doc: Add standard Environment section to pg_amcheck ref pagePeter Eisentraut
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-05-02doc: Fix typo in pg_amcheck for term "schema"Michael Paquier
2021-10-13pg_amcheck: avoid unhelpful verification attempts.Peter Geoghegan
2021-09-28Support amcheck of sequencesPeter Eisentraut
2021-08-20Remove --quiet option from pg_amcheckDaniel Gustafsson
2021-06-04Doc: Fix some spelling mistakesDavid Rowley
2021-06-03doc: Group options in pg_amcheck reference pagePeter Eisentraut
2021-04-24Provide pg_amcheck with an --install-missing optionAndrew Dunstan
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-03-12Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas