aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/typcache.c
Commit message (Expand)AuthorAge
* Refactor planner's header files.Tom Lane2019-01-29
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Fix typo in commentMagnus Hagander2018-03-29
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Support domains over composite types.Tom Lane2017-10-26
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-20
* Fix misimplementation of typcache logic for extended hashing.Tom Lane2017-10-20
* Fix bogus size calculation introduced by commit cc5f81366.Tom Lane2017-09-17
* Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane2017-09-15
* Don't use anonymous unions.Tom Lane2017-09-15
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Refactor typcache.c's record typmod hash table.Andres Freund2017-08-22
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane2016-09-09
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Fix cache flush hazard in cache_record_field_properties().Tom Lane2013-06-11
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split resowner.hAlvaro Herrera2012-08-28
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Restructure function-internal caching in the range type code.Tom Lane2011-11-15
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09