summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2025-11-16Add test for temporary file removal and WITH HOLD cursorMichael Paquier
2025-11-16Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update.Dean Rasheed
2025-11-14Add test for postgresql.conf.sample line syntaxDaniel Gustafsson
2025-11-14Revert "Drop unnamed portal immediately after execution to completion"Michael Paquier
2025-11-12test_dsa: Avoid leaking LWLock tranches.Nathan Bossart
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12injection_points: Add tests for name limitsMichael Paquier
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-10Add more tests for relation statistics with rewritesMichael Paquier
2025-11-10injection_points: Add variant for injection_point_attach()Michael Paquier
2025-11-07Fix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila