index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
typcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-4
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
1
-8
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
1
-2
/
+5
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
1
-4
/
+7
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
1
-5
/
+23
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
1
-4
/
+2
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-3
/
+3
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-7
/
+91
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-2
/
+0
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-0
/
+2
*
Hash support for row types
Peter Eisentraut
2020-11-19
1
-23
/
+55
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-1
/
+0
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
1
-2
/
+2
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
1
-34
/
+124
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
1
-0
/
+10
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
1
-1
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-4
/
+4
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
1
-0
/
+1
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
1
-1
/
+10
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+1
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
1
-1
/
+1
*
Fix typo in comment
Magnus Hagander
2018-03-29
1
-1
/
+1
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
1
-6
/
+78
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
1
-0
/
+7
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-20
/
+110
*
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
1
-5
/
+85
*
Fix misimplementation of typcache logic for extended hashing.
Tom Lane
2017-10-20
1
-23
/
+36
*
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-17
1
-1
/
+1
*
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
Tom Lane
2017-09-15
1
-65
/
+9
*
Don't use anonymous unions.
Tom Lane
2017-09-15
1
-12
/
+12
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
1
-32
/
+602
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
1
-4
/
+54
*
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-22
1
-38
/
+36
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-3
/
+4
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-2
/
+2
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-14
/
+26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
1
-5
/
+11
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-6
/
+2
[next]