summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2022-04-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
2022-04-09Fix whitespacePeter Eisentraut
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06Further improve jsonb_sqljson parallel testAndrew Dunstan
2022-04-06Reduce running time of jsonb_sqljson testAndrew Dunstan
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-03Fix portability issues in datetime parsing.Tom Lane
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-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
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-30Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-29SQL/JSON query functionsAndrew Dunstan
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-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-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-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Try to stabilize vacuum test.Thomas Munro