Commits

DateSubjectAuthorReleases
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.2.23
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.3.19
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.6.5
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.5.9
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.4.14
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-30 Fix improper quoting of format_type_be() output. Tom Lane 10.0
2017-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0
2017-01-07 Get rid of ParseState.p_value_substitute; use a columnref hook instead. Tom Lane 10.0
2016-09-13 Be pickier about converting between Name and Datum. Tom Lane 10.0
2016-09-07 Support renaming an existing value of an enum type. Tom Lane 10.0
2016-09-05 Relax transactional restrictions on ALTER TYPE ... ADD VALUE. Tom Lane 10.0
2016-02-11 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2014-11-05 Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. Tom Lane 9.5.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2012-12-31 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. Tom Lane 9.3.0
2012-12-01 Allow adding values to an enum type created in the current transaction. Tom Lane 9.3.0
2012-09-12 Fix a couple other leftover uses of 'conisonly' terminology. Tom Lane 9.2.1
2012-09-12 Fix a couple other leftover uses of 'conisonly' terminology. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0