summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/misc_functions.out
AgeCommit message (Expand)Author
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2024-12-11Add missing BUFFERS OFF in regression tests, take 2David Rowley
2024-12-02Add a planner support function for numeric generate_series().Dean Rasheed
2024-10-11Add pg_ls_summariesdir().Nathan Bossart
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-07-09Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
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