summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
25 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
41 hoursFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
41 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
41 hoursStrip PlaceHolderVars from index operandsRichard Guo
3 daysSplit some long Makefile listsMichael Paquier
3 daysFix incorrectly spelled city nameDaniel Gustafsson
6 daysFix planner error with SRFs and grouping setsRichard Guo
6 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
6 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
6 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
7 daysDon't advance origin during apply failure.Amit Kapila
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
8 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
8 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
10 daysClean up test_cloexec.c and Makefile.Thomas Munro
13 daysFix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
13 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
13 daysoauth_validator: Avoid races in log_check()Jacob Champion
13 daysRename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
13 daysMake postmaster 003_start_stop.pl test less flakyHeikki Linnakangas
2025-12-16Test PRI* macros even when we can't test NLS translation.Tom Lane
2025-12-16Add TAP test to check recovery when redo LSN is missingMichael Paquier
2025-12-15Revert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
2025-12-15Allow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
2025-12-15Avoid requiring Spanish locale to test NLS infrastructure.Tom Lane
2025-12-15Disable recently added CIC/RI isolation testsÁlvaro Herrera
2025-12-15Add retry logic to pg_sync_replication_slots().Amit Kapila
2025-12-15test_custom_stats: Fix compilation warningMichael Paquier
2025-12-15test_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-14Looks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
2025-12-14Try a few different locale name spellings in nls.sql.Tom Lane
2025-12-14Add a regression test to verify that NLS translation works.Tom Lane
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-13Fix 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-10Fix 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