summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane
2020-11-13Support negative indexes in split_part().Tom Lane
2020-11-10Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane
2020-11-09Ignore attempts to \gset into specially treated variables.Noah Misch
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-08In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane
2020-11-08Fix test for error message changePeter Eisentraut
2020-11-06Properly detoast data in brin_form_tupleTomas Vondra
2020-11-06Revert "Accept relations of any kind in LOCK TABLE".Tom Lane
2020-11-05Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane
2020-11-04Remove underflow error in float division with infinite divisor.Tom Lane
2020-11-04Declare assorted array functions using anycompatible not anyelement.Tom Lane
2020-11-04Declare lead() and lag() using anycompatible not anyelement.Tom Lane
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-04Enable hash partitioning of text arraysPeter Eisentraut
2020-11-04Revert pg_relation_check_pages()Michael Paquier