Commits

DateSubjectAuthorReleases
2020-09-18 Allow most keywords to be used as column labels without requiring AS. Tom Lane 14.0
2020-09-17 Remove factorial operators, leaving only the factorial() function. Tom Lane 14.0
2020-09-02 Add string_to_table() function. Tom Lane 14.0
2020-08-30 Mark factorial operator, and postfix operators in general, as deprecated. Tom Lane 13.0
2020-08-30 Mark factorial operator, and postfix operators in general, as deprecated. Tom Lane 14.0
2020-07-25 Mark built-in coercion functions as leakproof where possible. Tom Lane 14.0
2020-07-07 Don't create pg_type entries for sequences or toast tables. Tom Lane 14.0
2020-05-12 Do pre-release housekeeping on catalog data. Tom Lane 13.0
2020-04-07 Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. Tom Lane 13.0
2020-04-01 Improve selectivity estimation for assorted match-style operators. Tom Lane 13.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2020-02-15 Run "make reformat-dat-files". Tom Lane 13.0
2020-01-29 Invent "trusted" extensions, and remove the pg_pltemplate catalog. Tom Lane 13.0
2020-01-06 Add functions min_scale(numeric) and trim_scale(numeric). Tom Lane 13.0
2019-11-24 Stabilize the results of pg_notification_queue_usage(). Tom Lane 13.0
2019-09-21 Straighten out leakproofness markings on text comparison functions. Tom Lane 12.0
2019-09-21 Straighten out leakproofness markings on text comparison functions. Tom Lane 13.0
2019-09-21 Fix up handling of nondeterministic collations with pattern_ops opclasses. Tom Lane 12.0
2019-09-07 Fix issues around strictness of SIMILAR TO. Tom Lane 13.0
2019-08-01 Mark advisory-lock functions as parallel restricted, not parallel unsafe. Tom Lane 13.0
2019-07-05 Remove dead encoding-conversion functions. Tom Lane 13.0
2019-04-28 Do pre-release housekeeping on catalog data, and fix jsonpath send/recv. Tom Lane 12.0
2019-03-12 Add support for hyperbolic functions, as well as log10(). Tom Lane 12.0
2019-03-12 Remove remaining hard-wired OID references in the initial catalog data. Tom Lane 12.0