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
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
*
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
*
Update header comment for lookup_type_cache()
Alexander Korotkov
2024-10-24
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-26
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-25
*
Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()
Alexander Korotkov
2024-08-07
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-20
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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
[next]