summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-11-27Use standard SIGHUP and SIGTERM signal handlers in worker_spi.Fujii Masao
2020-11-25Remove catalog function currtid()Michael Paquier
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-11-21In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane
2020-11-21Fix FPeq() and friends to get the right answers for infinities.Tom Lane
2020-11-21Extend the geometric regression test cases a little.Tom Lane
2020-11-21Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-19Rename object in test to avoid conflictPeter Eisentraut
2020-11-19Hash support for row typesPeter Eisentraut
2020-11-18Add more tests for hashing and hash-based plansPeter Eisentraut
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-16Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier