summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2024-02-02Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley
2024-01-31Fix costing bug in MergeAppendDavid Rowley
2024-01-31Add .gitignore to src/test/modules/gin/Michael Paquier
2024-01-31Add tests for int4_bool() in int.cMichael Paquier
2024-01-31Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-30Simplify partial path generation in GROUP BY/ORDER BYDavid Rowley
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-29Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas
2024-01-28Fix DROP ROLE when specifying duplicated rolesMichael Paquier
2024-01-26Attempt to fix newly added Memoize regression testDavid Rowley
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-26De-dupicate Memoize cache keysDavid Rowley
2024-01-26Improve NestLoopParam generation for lateral subqueriesDavid Rowley
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane