summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-04-06Remove race condition in 022_crash_temp_files.pl test.Tom Lane
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-05Update some tests in 013_crash_restart.pl.Tom Lane
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-04Disable synchronize_seqscans in 027_stream_regress.pl.Tom Lane
2022-04-03Fix portability issues in datetime parsing.Tom Lane
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02Add a couple more tests for interval input decoding.Tom Lane
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-04-02Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
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