summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-04-01Add SSL tests for IP addresses in certificatesPeter Eisentraut
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
2022-03-31Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan
2022-03-31Add diagnostic output on error in pump_untilDaniel Gustafsson
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-30Add range_agg with multirange inputsPeter Eisentraut
2022-03-30Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan
2022-03-30Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-29Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2022-03-28Fix role names in merge.sql regress fileAlvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-28Preparatory test cleanupPeter Eisentraut
2022-03-28Make JSON path numeric literals more correctPeter Eisentraut
2022-03-28Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund
2022-03-28Mark pg_stat_get_subscription_stats() strict.Andres Freund
2022-03-28Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-03-26Wait for subscription to sync in t/031_column_list.sqlTomas Vondra
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Clean test_rls_hooks moduleAndrew Dunstan
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-23Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan
2022-03-23Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan
2022-03-23Try to stabilize vacuum test.Thomas Munro
2022-03-23Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan
2022-03-22Tidy up Object Access hooks testsAndrew Dunstan
2022-03-22Fix new Object Access hooks testAndrew Dunstan
2022-03-22Add a test module for Object Access hooksAndrew Dunstan