summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Remove catalog function currtid()Michael Paquier2020-11-252-41/+2
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-242-24/+26
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-237-80/+80
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-233-18/+18
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-232-2/+2
* Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane2020-11-224-5/+142
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-211-127/+127
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-211-1/+1
* Extend the geometric regression test cases a little.Tom Lane2020-11-215-83/+453
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-214-87/+73
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-196-44/+37
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-192-0/+21
* Rename object in test to avoid conflictPeter Eisentraut2020-11-192-14/+14
* Hash support for row typesPeter Eisentraut2020-11-198-40/+130
* Add more tests for hashing and hash-based plansPeter Eisentraut2020-11-186-2/+498
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-161-7/+3
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-164-15/+147
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-142-0/+176
* Support negative indexes in split_part().Tom Lane2020-11-132-1/+97
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-102-24/+29
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-092-0/+7
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-092-0/+76
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-082-16/+47
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-072-0/+80
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-062-24/+0
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-052-4/+2
* Remove underflow error in float division with infinite divisor.Tom Lane2020-11-045-0/+20
* Declare assorted array functions using anycompatible not anyelement.Tom Lane2020-11-044-10/+24
* Declare lead() and lag() using anycompatible not anyelement.Tom Lane2020-11-042-0/+32
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-043-5/+67
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-042-0/+76
* Revert pg_relation_check_pages()Michael Paquier2020-11-044-115/+1
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-032-0/+129
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-032-6/+7
* Remove deprecated containment operators for built-in typesPeter Eisentraut2020-11-033-9/+2
* Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander2020-11-032-4/+4
* Remove use of deprecated containment operators in testsPeter Eisentraut2020-11-034-25/+25
* Track collation versions for indexes.Thomas Munro2020-11-033-2/+339
* Add pg_depend.refobjversion.Thomas Munro2020-11-031-2/+2
* Remove pg_collation.collversion.Thomas Munro2020-11-034-16/+0
* Fix unstable partition_prune regression testsDavid Rowley2020-11-022-28/+26
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-022-0/+151
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-012-0/+34
* Fix assertion failure in check_new_partition_bound().Tom Lane2020-10-302-0/+5
* Stabilize timetz test across DST transitions.Tom Lane2020-10-292-24/+24
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-291-1/+4
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-282-0/+56
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-282-0/+79
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-284-1/+115
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-272-0/+24