summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/sysviews.out
Commit message (Expand)AuthorAgeFilesLines
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-201-1/+2
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-031-2/+1
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-1/+2
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-0/+8
* Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier2022-03-291-5/+6
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-251-1/+1
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-121-0/+7
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-1/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-021-1/+2
* Revert b6002a796David Rowley2021-04-011-2/+1
* Add Result Cache executor nodeDavid Rowley2021-04-011-1/+2
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-1/+2
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-241-2/+1
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-181-1/+2
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-181-0/+7
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+7
* Add regression test for pg_backend_memory_contexts.Fujii Masao2020-08-261-0/+9
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-051-1/+1
* Rework HashAgg GUCs.Jeff Davis2020-06-111-3/+1
* Implement Incremental SortTomas Vondra2020-04-061-1/+2
* Disk-based Hash Aggregation.Jeff Davis2020-03-181-1/+3
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-231-1/+2
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-221-18/+19
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-161-17/+17
* Add parallel-aware hash joins.Andres Freund2017-12-211-1/+2
* Support Parallel Append plan nodes.Robert Haas2017-12-051-1/+2
* Basic partition-wise join functionality.Robert Haas2017-10-061-15/+16
* Add a Gather Merge executor node.Robert Haas2017-03-091-1/+2
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-301-0/+7
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-301-0/+113