summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify version check for SKIP clauseDaniel Gustafsson2023-04-081-1/+1
* Use higher wal_level for 004_io_direct.pl.Thomas Munro2023-04-091-0/+1
* Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane2023-04-081-1/+1
* Skip \password TAP test on old IPC::Run versionsDaniel Gustafsson2023-04-081-2/+4
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-084-336/+36
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-081-10/+0
* TAP test for logical decoding on standbyAndres Freund2023-04-083-0/+772
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-2/+3
* Fix underspecified sort order in inherit.sqlAndres Freund2023-04-072-6/+12
* Add io_direct setting (developer-only).Thomas Munro2023-04-082-0/+58
* Add support for Kerberos credential delegationStephen Frost2023-04-074-36/+336
* Track IO times in pg_stat_ioAndres Freund2023-04-071-1/+5
* For Kerberos testing, disable DNS lookupsStephen Frost2023-04-071-0/+7
* Fix table name clash in recently introduced testAndres Freund2023-04-072-11/+11