summaryrefslogtreecommitdiff
path: root/src/backend/catalog/system_views.sql
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-171-0/+2
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-2/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-1/+2
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-2/+1
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-1/+2
* Add support for Kerberos credential delegationStephen Frost2023-04-071-1/+2
* Track IO times in pg_stat_ioAndres Freund2023-04-071-0/+4
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-1/+1
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-0/+1
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-0/+1
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-1/+3
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+15
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-181-0/+1
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-131-3/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-0/+3
* Fix new pg_publication_tables query.Tom Lane2022-09-061-5/+4
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-181-1/+1
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-2/+2
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-191-1/+9
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-10/+0
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+14
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-071-2/+2
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-0/+6
* Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane2022-03-241-11/+20
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-0/+10
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-221-1/+1
* Optionally disable subscriptions on error.Amit Kapila2022-03-141-1/+2
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-20/+7
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-161-0/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-0/+23
* Grant memory views to pg_read_all_stats.Jeff Davis2021-10-271-0/+4
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-1/+1
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-031-2/+3
* Revert recovery prefetching feature.Thomas Munro2021-05-101-14/+0
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-14/+16
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-201-1/+1
* Split function definitions out of system_views.sql into a new file.Tom Lane2021-04-161-380/+1
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-161-0/+2
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-081-0/+14
* Add functions to wait for backend terminationMagnus Hagander2021-04-081-0/+10
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-081-2/+2
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-071-0/+1
* Improve consistency of SQL code capitalizationPeter Eisentraut2021-03-271-7/+7
* Extended statistics on expressionsTomas Vondra2021-03-271-0/+69
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-091-0/+4
* Add support for more progress reporting in COPYMichael Paquier2021-03-091-1/+10
* Remove support for SSL compressionMichael Paquier2021-03-091-1/+0