summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-01-25Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-20psql \dX: list extended statistics objectsTomas Vondra
2021-01-20Add regression test for DROP OWNED BY with default ACLsMichael Paquier
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-17Add missing array-enlargement logic to test_regex.c.Tom Lane
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-14Stabilize timeline switch regression test.Fujii Masao
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-01-07Fix bogus link in test comments.Tom Lane
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-06Add a test module for the regular expression package.Tom Lane
2021-01-06Revert unstable test cases from commit 7d80441d2.Tom Lane
2021-01-05Allow psql's \dt and \di to show TOAST tables and their indexes.Tom Lane
2021-01-05Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed
2021-01-04Fix integer-overflow corner cases in substring() functions.Tom Lane
2021-01-04Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-29Fix bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov
2020-12-27Second attempt to stabilize 05c02589.Jeff Davis
2020-12-27Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis
2020-12-27Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis
2020-12-25remove missing reference to crypto test from patch 978f869b99Bruce Momjian
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-25Add key management systemBruce Momjian
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-12-22Increase timeout in 021_row_visibility.pl.Tom Lane
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-21Consider unsorted paths in generate_useful_gather_pathsTomas Vondra
2020-12-20Multirange datatypesAlexander Korotkov