summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2025-11-06bufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut
2025-11-06Fix few issues in commit 5509055d69.Amit Kapila
2025-11-06Fix UNION planner estimate_num_groups with varno==0David Rowley
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Fix assertion failure in generate_orderedappend_paths()Richard Guo
2025-11-05Fix timing-dependent failure in recovery test 004_timeline_switchMichael Paquier
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-11-05Drop unnamed portal immediately after execution to completionMichael Paquier
2025-11-04Fix possible usage of incorrect UPPERREL_SETOP RelOptInfoDavid Rowley
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane