summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-12-06Add PostgreSQL::Test::Cluster::read_head_tail() helper to PostgreSQL/Utils.pmMichael Paquier
2025-12-06Fix text substring search for non-deterministic collations.Tom Lane
2025-12-05Fix test to work with non-8kB block sizesHeikki Linnakangas
2025-12-05Don't reset the pathlist of partitioned joinrels.Robert Haas
2025-12-05Fix some cases of indirectly casting away const.Tom Lane
2025-12-05Stabilize tests some moreÁlvaro Herrera
2025-12-05Improve test output of extended statistics for ndistinct and dependenciesMichael Paquier
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-05Show version of nodes in output of TAP testsMichael Paquier
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03Make stats_ext test faster under cache-clobbering test conditions.Tom Lane
2025-12-03Add test for multixid wraparoundHeikki Linnakangas
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-12-03Put back alternative-output expected filesÁlvaro Herrera
2025-12-03Use more appropriate DatumGet* functionPeter Eisentraut
2025-12-02Fix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
2025-12-02Add a test for half-dead pages in B-tree indexesHeikki Linnakangas
2025-12-02Fix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
2025-12-02Add a test for incomplete splits in B-tree indexesHeikki Linnakangas
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart
2025-12-02Avoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
2025-12-02Fix ON CONFLICT with REINDEX CONCURRENTLY and partitionsÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-01Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLYÁlvaro Herrera
2025-11-29Avoid rewriting data-modifying CTEs more than once.Dean Rasheed
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-27Allow indexscans on partial hash indexes with implied quals.Tom Lane
2025-11-27Fix new test for CATCACHE_FORCE_RELEASE buildsÁlvaro Herrera
2025-11-27Fix error reporting for SQL/JSON path type mismatchesAmit Langote
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-26Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-26ssl: Add connection and reload tests for key passphrasesDaniel Gustafsson
2025-11-26oauth_validator: Shorten JSON responses in test logsJacob Champion
2025-11-26Fix test failure caused by commit 76b78721ca.Amit Kapila
2025-11-26Add input function for data type pg_dependenciesMichael Paquier
2025-11-26Add input function for data type pg_ndistinctMichael Paquier
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-24Move isolation test index-killtuples to src/test/modules/index/Michael Paquier
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-23Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-20Add HINT listing valid encodings to encode() and decode() errors.Fujii Masao
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-18Check for tabs in postgresql.conf.sample.Nathan Bossart
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Rework output format of pg_dependenciesMichael Paquier
2025-11-17Rework output format of pg_ndistinctMichael Paquier