summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Fix corner-case planner failure for MERGE.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-21Fix a couple of typosMichael Paquier