summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-17Reduce icu_validation_level default to WARNING.Jeff Davis
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-17Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-16Fix reported runtime for single tests in pg_regressDaniel Gustafsson
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-05-16psql: Adjust capitalization of table headingPeter Eisentraut
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-05-11Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane
2023-05-10Fix publication syntax error messageAlvaro Herrera
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-09Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila
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