Commits

DateSubjectAuthorReleases
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 9.2.24
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 9.4.15
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 9.6.6
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 9.3.20
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 10.1
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 9.5.10
2017-10-20 Fix typcache's failure to treat ranges as container types. Tom Lane 11.0
2017-10-20 Fix misimplementation of typcache logic for extended hashing. Tom Lane 11.0
2017-09-17 Fix bogus size calculation introduced by commit cc5f81366. Tom Lane 11.0
2017-09-15 Get rid of shared_record_typmod_registry_worker_detach; it doesn't work. Tom Lane 11.0
2017-09-15 Don't use anonymous unions. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2016-09-09 Avoid reporting "cache lookup failed" for some user-reachable cases. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. 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-11-29 Avoid caching expression state trees for domain constraints across queries. Tom Lane 9.6.0
2015-11-29 Avoid caching expression state trees for domain constraints across queries. Tom Lane 9.5.0
2015-03-23 Apply table and domain CHECK constraints in name order. Tom Lane 9.5.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in some more places. Tom Lane 9.5.0
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2014-11-28 Improve typcache: cache negative lookup results, add invalidation logic. Tom Lane 9.5.0
2013-06-11 Fix cache flush hazard in cache_record_field_properties(). Tom Lane 9.1.10