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
/
backend
/
catalog
/
system_functions.sql
Age
Commit message (
Expand
)
Author
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-03-05
Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
2025-02-25
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-22
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-11
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
2024-10-11
Add pg_ls_summariesdir().
Nathan Bossart
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-02-14
Allow pg_monitor to execute pg_current_logfile().
Nathan Bossart
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-14
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-07-29
Support pg_read_[binary_]file (filename, missing_ok).
Tom Lane
2022-04-07
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
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-06-14
Remove pg_wait_for_backend_termination().
Noah Misch
2021-05-12
Double-space commands in system_constraints.sql/system_functions.sql.
Tom Lane
2021-04-16
Convert built-in SQL-language functions to SQL-standard-body style.
Tom Lane
2021-04-16
Split function definitions out of system_views.sql into a new file.
Tom Lane