summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2 daysFix planner error with SRFs and grouping setsRichard Guo
3 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
3 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
3 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
3 daysDon't advance origin during apply failure.Amit Kapila
4 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
4 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
4 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
5 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
6 daysClean up test_cloexec.c and Makefile.Thomas Munro
9 daysFix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
10 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
10 daysoauth_validator: Avoid races in log_check()Jacob Champion
10 daysRename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
10 daysMake postmaster 003_start_stop.pl test less flakyHeikki Linnakangas
11 daysTest PRI* macros even when we can't test NLS translation.Tom Lane
11 daysAdd TAP test to check recovery when redo LSN is missingMichael Paquier
12 daysRevert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
12 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
12 daysAvoid requiring Spanish locale to test NLS infrastructure.Tom Lane
12 daysDisable recently added CIC/RI isolation testsÁlvaro Herrera
12 daysAdd retry logic to pg_sync_replication_slots().Amit Kapila
13 daystest_custom_stats: Fix compilation warningMichael Paquier
13 daystest_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier
13 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
13 daysLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
13 daysTry a few different locale name spellings in nls.sql.Tom Lane
13 daysAdd a regression test to verify that NLS translation works.Tom Lane
13 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
13 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
14 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-12-12Reject opclass options in ON CONFLICT clauseÁlvaro Herrera
2025-12-11Fix infer_arbiter_index for partitioned tablesÁlvaro Herrera
2025-12-10Fix bogus extra arguments to query_safe in testHeikki Linnakangas
2025-12-10Improve DDL deparsing testHeikki Linnakangas
2025-12-10Fix failures with cross-version pg_upgrade testsMichael Paquier
2025-12-10Fix two issues with recently-introduced nbtree testMichael Paquier
2025-12-09Fix O_CLOEXEC flag handling in Windows port.Thomas Munro
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09Fix distinctness check for queries with grouping setsRichard Guo
2025-12-09Fix const-simplification for index expressions and predicateRichard Guo
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-08Unify some more messagesÁlvaro Herrera
2025-12-08test_custom_stats: Test module for custom cumulative statisticsMichael Paquier
2025-12-08injection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-08Improve error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier
2025-12-06Handle constant inputs to corr() and related aggregates more precisely.Tom Lane
2025-12-06Improve error reporting of recovery test 027_stream_regressMichael Paquier