summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-04-07Test SCRAM iteration changes with psql \passwordDaniel Gustafsson
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-07Fix underspecified sort order in test queryAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a way to get the current function's OID in pl/pgsql.Tom Lane
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-02Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson