summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-11-03Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra
2020-11-03Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut
2020-11-03Remove deprecated containment operators for built-in typesPeter Eisentraut
2020-11-03Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander
2020-11-03Remove use of deprecated containment operators in testsPeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Add pg_depend.refobjversion.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Fix unstable partition_prune regression testsDavid Rowley
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-10-31Set debug_query_string in worker_spi.Noah Misch
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-10-29Stabilize timetz test across DST transitions.Tom Lane
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-10-27Fix enum errdetail to mention bytes, not charsPeter Eisentraut
2020-10-25Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane