Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

Makefile

Blame
    • Andres Freund's avatar
      3717dc14
      Add amcheck extension to contrib. · 3717dc14
      Andres Freund authored
      This is the beginning of a collection of SQL-callable functions to
      verify the integrity of data files.  For now it only contains code to
      verify B-Tree indexes.
      
      This adds two SQL-callable functions, validating B-Tree consistency to
      a varying degree.  Check the, extensive, docs for details.
      
      The goal is to later extend the coverage of the module to further
      access methods, possibly including the heap.  Once checks for
      additional access methods exist, we'll likely add some "dispatch"
      functions that cover multiple access methods.
      
      Author: Peter Geoghegan, editorialized by Andres Freund
      Reviewed-By: Andres Freund, Tomas Vondra, Thomas Munro,
         Anastasia Lubennikova, Robert Haas, Amit Langote
      Discussion: CAM3SWZQzLMhMwmBqjzK+pRKXrNUZ4w90wYMUWfkeV8mZ3Debvw@mail.gmail.com
      3717dc14
      History
      Add amcheck extension to contrib.
      Andres Freund authored
      This is the beginning of a collection of SQL-callable functions to
      verify the integrity of data files.  For now it only contains code to
      verify B-Tree indexes.
      
      This adds two SQL-callable functions, validating B-Tree consistency to
      a varying degree.  Check the, extensive, docs for details.
      
      The goal is to later extend the coverage of the module to further
      access methods, possibly including the heap.  Once checks for
      additional access methods exist, we'll likely add some "dispatch"
      functions that cover multiple access methods.
      
      Author: Peter Geoghegan, editorialized by Andres Freund
      Reviewed-By: Andres Freund, Tomas Vondra, Thomas Munro,
         Anastasia Lubennikova, Robert Haas, Amit Langote
      Discussion: CAM3SWZQzLMhMwmBqjzK+pRKXrNUZ4w90wYMUWfkeV8mZ3Debvw@mail.gmail.com