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
/
catcache.c
Commit message (
Expand
)
Author
Age
*
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
*
Remove unused 'cur_skey' argument from IndexScanOK()
Heikki Linnakangas
2024-08-16
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-22
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
*
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-11-08
*
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-27
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Remove unused include
Peter Eisentraut
2022-11-16
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Use bitwise rotate functions in more places
John Naylor
2022-02-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Use varargs macro for CACHEDEBUG
Peter Eisentraut
2019-02-19
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
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 collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-29
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Improve sys/catcache performance.
Andres Freund
2017-10-13
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
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
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
[next]