summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-01-12Consider fractional paths in generate_orderedappend_pathsTomas Vondra
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Fix pgperlcritic complaint, per buildfarm.Jeff Davis
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
2022-01-05On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane
2022-01-05Enable routine running of regex.linux.utf8 regression test.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-30Fix overly generic name in with.sql test.Thomas Munro
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-27Rethink handling of settings with a prefix reserved by an extension.Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-17Fix the public schema's permissions in a separate test script.Tom Lane
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-12-13Fix alignment in multirange_get_range() functionAlexander Korotkov
2021-12-11Move test for BRIN HOT behavior to stats.sqlTomas Vondra
2021-12-09Fix double publish of child table's data.Amit Kapila
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-12-08De-duplicate the result of pg_publication_tables view.Amit Kapila
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-12-05Silence perl complaint in ssl testAndrew Dunstan
2021-12-03Fix path delimiters in connection string on WindowsDaniel Gustafsson
2021-12-01psql: include intra-query "--" comments in what's sent to the server.Tom Lane
2021-12-01Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut
2021-12-01Fix certificate paths to use perl2hostDaniel Gustafsson
2021-12-01Fix regression test failure caused by commit 8d74fc96db.Amit Kapila
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Use test-specific temp path for keys during SSL testDaniel Gustafsson
2021-11-30Add TAP tests for contrib/sslinfoDaniel Gustafsson
2021-11-30Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson