summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
66 min.Include error location in errors from ComputeIndexAttrs().HEADmasterTom Lane
66 min.Add parse location to IndexElem.Tom Lane
22 hoursImprove a couple of error messages.Tom Lane
3 daysFix spelling mistake in fk-snapshot-3.specDavid Rowley
3 daysUpdate copyright for 2026Bruce Momjian
3 daysAdd paths of extensions to pg_available_extensionsAndrew Dunstan
5 daysChange IndexAmRoutines to be statically-allocated structs.Tom Lane
6 daysAdd pg_get_multixact_stats()Michael Paquier
6 daysEnsure sanity of hash-join costing when there are no MCV statistics.Tom Lane
7 daysFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
7 daysIgnore PlaceHolderVars when looking up statisticsRichard Guo
7 daysStrip PlaceHolderVars from index operandsRichard Guo
8 daysSplit some long Makefile listsMichael Paquier
8 daysFix incorrectly spelled city nameDaniel Gustafsson
11 daysFix planner error with SRFs and grouping setsRichard Guo
11 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
11 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
11 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
12 daysDon't advance origin during apply failure.Amit Kapila
12 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
12 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
13 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
13 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
2025-12-21Clean up test_cloexec.c and Makefile.Thomas Munro
2025-12-18Fix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
2025-12-17Fix const correctness in pgstat data serialization callbacksMichael Paquier
2025-12-17oauth_validator: Avoid races in log_check()Jacob Champion
2025-12-17Rename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
2025-12-17Make 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