aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix joinclause removal logic to cope with cloned clauses.Tom Lane2023-05-26
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Add newline at end of filePeter Eisentraut2023-05-23
* Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane2023-05-22
* In clause_is_computable_at(), test required_relids for clone clauses.Tom Lane2023-05-21
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* Fix remaining references to gss_accept_deleg.Nathan Bossart2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix thinko in join removal.Tom Lane2023-05-19
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane2023-05-19
* Show empty BRIN ranges in brin_page_itemsTomas Vondra2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-17
* Add writeback to pg_stat_ioAndres Freund2023-05-17
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-17
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Fix reported runtime for single tests in pg_regressDaniel Gustafsson2023-05-16
* libpq: Error message improvementPeter Eisentraut2023-05-16
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-16
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-15
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-12
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-11
* Fix publication syntax error messageAlvaro Herrera2023-05-10
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila2023-05-09
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-08
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-08
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-07
* Test that invalidated logical slots doesn't retain WAL.Amit Kapila2023-05-04
* Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut2023-05-02
* Fix typos in commentsMichael Paquier2023-05-02
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila2023-04-28
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-27
* Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson2023-04-26
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-25
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-24
* Make libpq error messages consistent for translationDaniel Gustafsson2023-04-21
* Remove unused global variableDavid Rowley2023-04-21
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-21
* Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson2023-04-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-18
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Fix various typosDavid Rowley2023-04-18