summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-172-4/+4
* Add writeback to pg_stat_ioAndres Freund2023-05-173-5/+7
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-172-4/+8
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-1711-346/+3
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-172-0/+190
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-172-2/+2
* Fix reported runtime for single tests in pg_regressDaniel Gustafsson2023-05-161-2/+2
* libpq: Error message improvementPeter Eisentraut2023-05-163-22/+22
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-161-19/+19
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-151-1/+1
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-121-1/+2
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-112-0/+22
* Fix publication syntax error messageAlvaro Herrera2023-05-102-0/+13
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-102-0/+79
* Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila2023-05-091-18/+18
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-082-12/+0
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-082-0/+12
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-082-0/+47
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-082-0/+69
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-072-0/+134
* Test that invalidated logical slots doesn't retain WAL.Amit Kapila2023-05-041-2/+36
* Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut2023-05-021-0/+1
* Fix typos in commentsMichael Paquier2023-05-022-2/+2
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-283-1/+169
* Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila2023-04-281-5/+10
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-272-5/+107
* Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson2023-04-262-0/+2
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-251-2/+0
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-242-72/+81
* Make libpq error messages consistent for translationDaniel Gustafsson2023-04-211-1/+1
* Remove unused global variableDavid Rowley2023-04-211-3/+0
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-213-37/+37
* Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson2023-04-191-1/+3
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-193-3/+3
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-181-0/+2
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-183-3/+3
* Fix various typosDavid Rowley2023-04-185-7/+7
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-162-0/+76
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-152-0/+13
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-142-0/+137
* Fix whitespacePeter Eisentraut2023-04-141-3/+0
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-142-12/+253
* Fix PHJ match bit initialization.Thomas Munro2023-04-142-1/+64
* Harmonize some more function parameter names.Peter Geoghegan2023-04-132-2/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-134-36/+336
* Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro2023-04-131-8/+27
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-121-2/+2
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-1220-961/+84
* 035_standby_logical_decoding: Add missing waits for replicationAndres Freund2023-04-111-0/+6
* Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-111-3/+3