summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-26Add test for REVOKE ADMIN OPTIONDaniel Gustafsson
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-21Doc: update some things relevant to minimum Test::More version.Tom Lane
2021-11-20Require version 0.98 of Test::More for TAP testsAndrew Dunstan
2021-11-20Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane
2021-11-18Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier
2021-11-18Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-11-12Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-11-11Fix buffer overrun in unicode string normalization with empty inputMichael Paquier
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-11-06Fix handling of NaN values in BRIN minmax multiTomas Vondra