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