Commit Graph

5572 Commits (7e5e1bba034ee02245e8a3833aa1f6ea7253b584)

Author SHA1 Message Date
Tom Lane b90a7fe15f Clean up after tests in src/test/locale/. 5 years ago
Fujii Masao ef848f4ac5 Use standard SIGTERM signal handler die() in test_shm_mq worker. 5 years ago
Fujii Masao 2a0847720a Use standard SIGHUP and SIGTERM signal handlers in worker_spi. 5 years ago
Michael Paquier 7b94e99960 Remove catalog function currtid() 5 years ago
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner. 5 years ago
Tom Lane 0cc9932788 Rename the "point is strictly above/below point" comparison operators. 5 years ago
Tom Lane d36228a9fc Improve wording of two error messages related to generated columns. 5 years ago
Heikki Linnakangas 68b1a4877e Fix a few comments that referred to copy.c. 5 years ago
Tom Lane 17958972fe Allow a multi-row INSERT to specify DEFAULTs for a generated column. 5 years ago
Tom Lane 9fe649ea29 In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. 5 years ago
Tom Lane 8597a48d01 Fix FPeq() and friends to get the right answers for infinities. 5 years ago
Tom Lane a45272b25d Extend the geometric regression test cases a little. 5 years ago
Michael Paquier 878f3a19c6 Remove INSERT privilege check at table creation of CTAS and matview 5 years ago
Tom Lane 926fa801ac Remove undocumented IS [NOT] OF syntax. 5 years ago
Tom Lane 97390fe8a6 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. 5 years ago
Peter Eisentraut afaccbba78 Rename object in test to avoid conflict 5 years ago
Peter Eisentraut 01e658fa74 Hash support for row types 5 years ago
Peter Eisentraut 6dd8b00807 Add more tests for hashing and hash-based plans 5 years ago
Tom Lane 4025e6c466 Do not return NULL for error cases in satisfies_hash_partition(). 5 years ago
Michael Paquier 846005e4f3 Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA 5 years ago
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 5 years ago
Tom Lane ec0294fb2c Support negative indexes in split_part(). 5 years ago
Tom Lane 97f73a978f Work around cross-version-upgrade issues created by commit 9e38c2bb5. 5 years ago
Noah Misch 098fb00799 Ignore attempts to \gset into specially treated variables. 5 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Tom Lane 8b39345a9d In INSERT/UPDATE, use the table's real tuple descriptor as target. 5 years ago
Peter Eisentraut 8cff66d309 Fix test for error message change 5 years ago
Tomas Vondra 7577dd8480 Properly detoast data in brin_form_tuple 5 years ago
Tom Lane eeda7f6338 Revert "Accept relations of any kind in LOCK TABLE". 5 years ago
Tom Lane 5b7bfc3972 Don't throw an error for LOCK TABLE on a self-referential view. 5 years ago
Tom Lane fac83dbd6f Remove underflow error in float division with infinite divisor. 5 years ago
Tom Lane 9e38c2bb50 Declare assorted array functions using anycompatible not anyelement. 5 years ago
Tom Lane 5c292e6b90 Declare lead() and lag() using anycompatible not anyelement. 5 years ago
Tom Lane 40c24bfef9 Improve our ability to regurgitate SQL-syntax function calls. 5 years ago
Peter Eisentraut 560564d3ad Enable hash partitioning of text arrays 5 years ago
Michael Paquier e152506ade Revert pg_relation_check_pages() 5 years ago
Tomas Vondra ebb7ae839d Fix get_useful_pathkeys_for_relation for volatile expressions 5 years ago
Peter Eisentraut bf797a8d97 Disallow ALTER TABLE ONLY / DROP EXPRESSION 5 years ago
Peter Eisentraut 2f70fdb064 Remove deprecated containment operators for built-in types 5 years ago
Magnus Hagander 44a184cb68 Use the non-deprecated TG_TABLE_MAME in test trigger 5 years ago
Peter Eisentraut 3165426e54 Remove use of deprecated containment operators in tests 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro cd6f479e79 Add pg_depend.refobjversion. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
David Rowley 90d8f1b182 Fix unstable partition_prune regression tests 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
David Rowley a929e17e5a Allow run-time pruning on nested Append/MergeAppend nodes 5 years ago
Michael Paquier b17ff07aa3 Preserve index data in pg_statistic across REINDEX CONCURRENTLY 5 years ago
Noah Misch d2246cde82 Set debug_query_string in worker_spi. 5 years ago
Tom Lane 970c050575 Fix assertion failure in check_new_partition_bound(). 5 years ago