summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-07Add ruleutils support for decompiling MERGE commands.Tom Lane
2023-05-04Test that invalidated logical slots doesn't retain WAL.Amit Kapila
2023-05-02Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-28Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila
2023-04-27Add a test to verify that subscription to the standby works.Amit Kapila
2023-04-26Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson
2023-04-25Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila
2023-04-24Display 'password_required' option for \dRs+ command.Amit Kapila
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-20Remove unused global variableDavid Rowley
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-19Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-16Ensure result of an aggregate's finalfunc is made read-only.Tom Lane
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-14Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund
2023-04-14Fix whitespacePeter Eisentraut
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-13Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-11035_standby_logical_decoding: Add missing waits for replicationAndres Freund
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-08Simplify version check for SKIP clauseDaniel Gustafsson
2023-04-08Use higher wal_level for 004_io_direct.pl.Thomas Munro
2023-04-08Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane
2023-04-08Skip \password TAP test on old IPC::Run versionsDaniel Gustafsson
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Fix underspecified sort order in inherit.sqlAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07For Kerberos testing, disable DNS lookupsStephen Frost
2023-04-07Fix table name clash in recently introduced testAndres Freund