summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-022-0/+795
* Add a couple more tests for interval input decoding.Tom Lane2022-04-022-0/+32
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-022-5/+66
* Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan2022-04-022-8/+16
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-0114-0/+373
* Add SSL tests for IP addresses in certificatesPeter Eisentraut2022-04-018-1/+147
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-312-0/+67
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-311-2/+6
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-311-1/+1
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-311-2/+10
* Raise a WARNING for missing publications.Amit Kapila2022-03-311-0/+37
* Optimize order of GROUP BY keysTomas Vondra2022-03-319-181/+491
* SQL JSON functionsAndrew Dunstan2022-03-302-0/+324
* Add range_agg with multirange inputsPeter Eisentraut2022-03-303-1/+75
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-301-9/+70
* Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut2022-03-302-0/+48
* Add header matching mode to COPY FROMPeter Eisentraut2022-03-302-0/+56
* Skip empty transactions for logical replication.Amit Kapila2022-03-302-3/+30
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-291-2/+1
* SQL/JSON query functionsAndrew Dunstan2022-03-295-1/+1362
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-291-67/+0
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-293-0/+18
* Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier2022-03-292-7/+9
* IS JSON predicateAndrew Dunstan2022-03-282-0/+294
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-1/+1
* Remove the ability of a role to administer itself.Robert Haas2022-03-282-12/+2
* Fix role names in merge.sql regress fileAlvaro Herrera2022-03-282-28/+28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-2824-1/+5180
* Preparatory test cleanupPeter Eisentraut2022-03-282-48/+49
* Make JSON path numeric literals more correctPeter Eisentraut2022-03-282-84/+162
* Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund2022-03-271-3/+7
* Mark pg_stat_get_subscription_stats() strict.Andres Freund2022-03-272-0/+7
* Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund2022-03-272-0/+11
* SQL/JSON constructorsAndrew Dunstan2022-03-275-5/+1037
* Remove more unused module imports from TAP testsDaniel Gustafsson2022-03-271-1/+0
* Wait for subscription to sync in t/031_column_list.sqlTomas Vondra2022-03-271-1/+1
* SSL TAP test backend library independence refactoringDaniel Gustafsson2022-03-266-322/+664
* Allow specifying column lists for logical replicationTomas Vondra2022-03-263-0/+1790
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-251-0/+31
* Handle sequences in preprocess_pubobj_listTomas Vondra2022-03-252-0/+34
* Fix replay of create database records on standbyAlvaro Herrera2022-03-251-0/+67
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-2/+1
* Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund2022-03-241-11/+29
* Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane2022-03-241-8/+13
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-248-8/+0
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-246-192/+1268
* Clean test_rls_hooks moduleAndrew Dunstan2022-03-233-12/+0
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-231-1/+4
* Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan2022-03-231-0/+3
* Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan2022-03-231-1/+3