index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
misc_functions.out
Age
Commit message (
Expand
)
Author
7 days
Add pg_get_multixact_stats()
Michael Paquier
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-10-22
Add error_on_null(), checking if the input is the null value
Michael Paquier
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-06-02
Rename gist stratnum support function
Peter Eisentraut
2025-05-07
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2024-12-11
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-12-02
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-10-11
Add pg_ls_summariesdir().
Nathan Bossart
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-07-09
Avoid JIT-related test instability in EXPLAIN ANALYZE
David Rowley
2024-07-09
Teach planner how to estimate rows for timestamp generate_series
David Rowley
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-03-14
Add pg_column_toast_chunk_id().
Nathan Bossart
2024-02-14
Allow pg_monitor to execute pg_current_logfile().
Nathan Bossart
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2023-11-24
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2022-12-23
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-20
Add pg_dissect_walfile_name()
Michael Paquier
2022-10-27
Add some tests to check the SQL functions of control file
Michael Paquier
2022-07-30
Adjust new pg_read_file() test cases for more portability.
Tom Lane
2022-07-29
Support pg_read_[binary_]file (filename, missing_ok).
Tom Lane
2022-03-15
Add more regression tests for pg_ls_dir()
Michael Paquier
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-01-31
Make canonicalize_path() more canonical.
Tom Lane
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2021-11-23
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-10-26
Allow GRANT on pg_log_backend_memory_contexts().
Jeff Davis
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2020-03-16
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-11
Fix test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2016-02-04
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane