Commit Graph

3059 Commits (ec0294fb2c8287fd673c57701cdcf6c6396b2f60)

Author SHA1 Message Date
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
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 7d1297df08 Remove pg_collation.collversion. 5 years ago
David Rowley 90d8f1b182 Fix unstable partition_prune regression tests 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
Tom Lane 970c050575 Fix assertion failure in check_new_partition_bound(). 5 years ago
Tom Lane 4a071afbd0 Stabilize timetz test across DST transitions. 5 years ago
Tom Lane ad77039fad Calculate extraUpdatedCols in query rewriter, not parser. 5 years ago
Tom Lane ad1c36b070 Fix foreign-key selectivity estimation in the presence of constants. 5 years ago
Michael Paquier f2b8839695 Add pg_relation_check_pages() to check on-disk pages of a relation 5 years ago
Alvaro Herrera 59ab4ac324
Accept relations of any kind in LOCK TABLE 5 years ago
Tom Lane ba9f18abd3 Fix corner case for a BEFORE ROW UPDATE trigger returning OLD. 5 years ago
Alvaro Herrera bbb927b4db
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion 5 years ago
Tom Lane c8ab970179 Fix list-munging bug that broke SQL function result coercions. 5 years ago
Peter Eisentraut afa0d53d4d Improve whitespace 5 years ago
Heikki Linnakangas a04daa97a4 Remove es_result_relation_info from EState. 5 years ago
Tom Lane ae0f7b11f1 Paper over regression failures in infinite_recurse() on PPC64 Linux. 5 years ago
Peter Eisentraut 3fb676504d Adjust cycle detection examples and tests 5 years ago
Tom Lane 7538708394 Avoid gratuitous inaccuracy in numeric width_bucket(). 5 years ago
Tom Lane 8ce423b191 Fix numeric width_bucket() to allow its first argument to be infinite. 5 years ago
Tom Lane 3db322eaab Prevent internal overflows in date-vs-timestamp and related comparisons. 5 years ago
Peter Eisentraut 2453ea1422 Support for OUT parameters in procedures 5 years ago
Tom Lane e899742081 Improve stability of identity.sql regression test. 5 years ago
Michael Paquier 10c5291cc2 Fix handling of redundant options with COPY for "freeze" and "header" 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Tom Lane 489c9c3407 Fix handling of BC years in to_date/to_timestamp. 5 years ago
Tom Lane a094c8ff53 Fix make_timestamp[tz] to accept negative years as meaning BC. 5 years ago
Alexander Korotkov 927d9abb65 Support for ISO 8601 in the jsonpath .datetime() method 5 years ago
Alexander Korotkov c2aa562ea5 Remove excess space from jsonpath .datetime() default format string 5 years ago
Tom Lane 042d8017ec Stabilize create_table regression test. 5 years ago
Tom Lane 72647ac3bf Assign collations in partition bound expressions. 5 years ago