summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rules.out
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-171-1/+3
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-071-0/+85
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-3/+3
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-5/+6
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-6/+5
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-2/+3
* Add support for Kerberos credential delegationStephen Frost2023-04-071-5/+6
* Track IO times in pg_stat_ioAndres Freund2023-04-071-1/+5
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-1/+2
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-291-1/+1
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-3/+9
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-251-0/+25
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-171-17/+30
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+12
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-374/+374
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-181-1/+2
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-131-1/+1
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-374/+374
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-374/+374
* Rework query relation permission checkingAlvaro Herrera2022-12-061-0/+14
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-031-39/+52
* Remove logic for converting a table to a view.Tom Lane2022-12-021-37/+9
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-241-2/+4
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-221-1/+2
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-261-4/+6
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-0/+9
* Fix new pg_publication_tables query.Tom Lane2022-09-061-7/+2
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-051-1/+2
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-191-2/+11
* Fix whitespacePeter Eisentraut2022-04-091-1/+1
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-8/+0
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+11
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-0/+6
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+32
* Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane2022-03-241-8/+13
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-0/+8
* Add support for security invoker views.Dean Rasheed2022-03-221-0/+30
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-17/+6
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-214/+2
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-161-0/+2
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-0/+18
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-191-0/+25
* Revert recovery prefetching feature.Thomas Munro2021-05-101-11/+0
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-1/+3
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-201-5/+5
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-161-1/+3
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-081-0/+11
* 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-4/+5