aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-07
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Further improve jsonb_sqljson parallel testAndrew Dunstan2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Reduce running time of jsonb_sqljson testAndrew Dunstan2022-04-06
* Remove race condition in 022_crash_temp_files.pl test.Tom Lane2022-04-05
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* Update some tests in 013_crash_restart.pl.Tom Lane2022-04-04
* JSON_TABLEAndrew Dunstan2022-04-04
* psql: Show all query results by defaultPeter Eisentraut2022-04-04
* Disable synchronize_seqscans in 027_stream_regress.pl.Tom Lane2022-04-04
* Fix portability issues in datetime parsing.Tom Lane2022-04-03
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-02
* Add a couple more tests for interval input decoding.Tom Lane2022-04-02
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-02
* Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan2022-04-02
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-01
* Add SSL tests for IP addresses in certificatesPeter Eisentraut2022-04-01
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-31
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-31
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-31
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-31
* Raise a WARNING for missing publications.Amit Kapila2022-03-31
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* Add range_agg with multirange inputsPeter Eisentraut2022-03-30
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-30
* Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut2022-03-30
* Add header matching mode to COPY FROMPeter Eisentraut2022-03-30
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-29
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Remove the ability of a role to administer itself.Robert Haas2022-03-28
* Fix role names in merge.sql regress fileAlvaro Herrera2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Preparatory test cleanupPeter Eisentraut2022-03-28
* Make JSON path numeric literals more correctPeter Eisentraut2022-03-28
* Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund2022-03-27