aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-25
* bump catalog version as should have been done for jsonb_set_laxAndrew Dunstan2020-01-17
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-25
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Stabilize the results of pg_notification_queue_usage().Tom Lane2019-11-24
* Add object TRUNCATE hookJoe Conway2019-11-23
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane2019-11-20
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Remove obsolete information schema tablesPeter Eisentraut2019-10-25
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix issues around strictness of SIMILAR TO.Tom Lane2019-09-07
* Fix typoAlvaro Herrera2019-08-21
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Remove redundant prototypes for SQL callable functions.Andres Freund2019-08-16
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Show specific OID suggestion in unused_oids output.Peter Geoghegan2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Bump catversion.Peter Geoghegan2019-08-01
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane2019-08-01
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Forgotten catversion bumpAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-14
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-05
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-04
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16