summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-28Fix cross-version upgrade tests after f0827b443.Tom Lane
2024-02-28Fix documentation comments for test CA config filesDaniel Gustafsson
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-27Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-25Remove flaky isolation tests for timeoutsAlexander Korotkov
2024-02-23Multiple revisions to the GROUP BY reordering testsAlexander Korotkov
2024-02-23Replace lateral references to removed rels in subqueriesAlexander Korotkov
2024-02-22Fix BF failure in commit 93db6cbda0.Amit Kapila
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-22Fix the intermittent buildfarm failures in 031_column_list.Amit Kapila
2024-02-22Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-02-21Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier
2024-02-20Replace relids in lateral subquery parse tree during SJEAlexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-02-19Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch
2024-02-19Bound waits in 035_standby_logical_decoding.pl.Noah Misch
2024-02-19Get rid of pg_class usage in SJE regression testsAlexander Korotkov
2024-02-16Remove remaining references to timeouts-longAlexander Korotkov
2024-02-16Remove timeouts-long.outAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-16Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila
2024-02-16Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila
2024-02-16Attempt to stabilize flapping regression testDavid Rowley
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-02-15Allow passing extra options to initdb for testsPeter Eisentraut
2024-02-15Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane
2024-02-14Fix BF introduced in commit ddd5f4f54a.Amit Kapila
2024-02-14Add a slot synchronization function.Amit Kapila
2024-02-13Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane
2024-02-13Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane
2024-02-11Use extensible buffers to assemble command linesPeter Eisentraut
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-02-09Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-02-08Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut
2024-02-08Fix meson installation of xid_wraparound test.Masahiko Sawada
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas