summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-12-19Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.Tom Lane
2020-12-18Add a couple of missed .gitignore entries.Tom Lane
2020-12-16Fix varchar_2.out to match reality in cs_CZ locale.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-12-11Allow ALTER TYPE to update an existing type's typsubscript value.Tom Lane
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Improve estimation of ANDs under ORs using extended statistics.Dean Rasheed
2020-12-08Improve estimation of OR clauses using multiple extended statistics.Dean Rasheed
2020-12-07Add a couple of regression test cases related to array subscripting.Tom Lane
2020-12-05Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Add GSS information to connection authorized log messageStephen Frost
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane
2020-11-28Clean up after tests in src/test/locale/.Tom Lane
2020-11-27Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao