summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/sysviews.sql
AgeCommit message (Expand)Author
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-04-16Improve test coverage in bump.cDavid Rowley
2023-08-20Add system view pg_wait_eventsMichael Paquier
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-29Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-08-26Add regression test for pg_backend_memory_contexts.Fujii Masao
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-30Add a regression test script dedicated to exercising system views.Tom Lane