summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-19Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-19Add regression tests for ALTER MATERIALIZED VIEW with tablespacesMichael Paquier
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Add more regression tests for pg_ls_dir()Michael Paquier
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-12Force track_io_timing off in explain.sql to avoid failures when enabled.Andres Freund
2022-03-12Set synchronous_commit=on in test_setup.sql.Andres Freund
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-05Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch
2022-03-04Fix pg_regress to print the correct postmaster address on Windows.Tom Lane
2022-03-04Add some additional tests for row filters in logical replication.Amit Kapila
2022-03-04Tighten overflow checks in tidin().Tom Lane
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2022-02-24Guard against reallocation failure in pg_regressDaniel Gustafsson
2022-02-22Put typtype letters back into consistent orderPeter Eisentraut
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-02-15Add test case for trailing junk after numeric literalsPeter Eisentraut