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