aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Clean up after tests in src/test/locale/.Tom Lane2020-11-28
* Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao2020-11-27
* Use standard SIGHUP and SIGTERM signal handlers in worker_spi.Fujii Masao2020-11-27
* Remove catalog function currtid()Michael Paquier2020-11-25
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-23
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane2020-11-22
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-21
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-21
* Extend the geometric regression test cases a little.Tom Lane2020-11-21
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-21
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-19
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Rename object in test to avoid conflictPeter Eisentraut2020-11-19
* Hash support for row typesPeter Eisentraut2020-11-19
* Add more tests for hashing and hash-based plansPeter Eisentraut2020-11-18
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Support negative indexes in split_part().Tom Lane2020-11-13
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-10
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix test for error message changePeter Eisentraut2020-11-08
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Remove underflow error in float division with infinite divisor.Tom Lane2020-11-04
* Declare assorted array functions using anycompatible not anyelement.Tom Lane2020-11-04
* Declare lead() and lag() using anycompatible not anyelement.Tom Lane2020-11-04
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-04
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Revert pg_relation_check_pages()Michael Paquier2020-11-04
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Remove deprecated containment operators for built-in typesPeter Eisentraut2020-11-03
* Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander2020-11-03
* Remove use of deprecated containment operators in testsPeter Eisentraut2020-11-03
* Track collation versions for indexes.Thomas Munro2020-11-03
* Add pg_depend.refobjversion.Thomas Munro2020-11-03
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Fix unstable partition_prune regression testsDavid Rowley2020-11-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Set debug_query_string in worker_spi.Noah Misch2020-10-31