summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/misc_functions.sql
AgeCommit message (Expand)Author
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-10-27Add some tests to check the SQL functions of control fileMichael Paquier
2022-07-30Adjust new pg_read_file() test cases for more portability.Tom Lane
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
2022-03-15Add more regression tests for pg_ls_dir()Michael Paquier
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-11Fix test case instability introduced in 085b6b667.Tom Lane
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2019-02-09Build out the planner support function infrastructure.Tom Lane
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane