aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas2025-01-14
* Update copyright for 2025Bruce Momjian2025-01-01
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Don't overwrite scan key in systable_beginscan()Peter Eisentraut2024-09-12
* Remove unused 'cur_skey' argument from IndexScanOK()Heikki Linnakangas2024-08-16
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* Use a hash table for catcache.c's CatCList objects.Tom Lane2024-03-22
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Re-pgindent catcache.c after previous commit.Tom Lane2024-01-13
* Cope with catcache entries becoming stale during detoasting.Tom Lane2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas2023-11-08
* Add sanity asserts for index OID and attnums during cache initMichael Paquier2023-07-27
* Update copyright for 2023Bruce Momjian2023-01-02
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-22
* Remove unused includePeter Eisentraut2022-11-16
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Add "pg_database_owner" default role.Noah Misch2021-03-26
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Fix routine name in comment of catcache.cMichael Paquier2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Use varargs macro for CACHEDEBUGPeter Eisentraut2019-02-19
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* 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 collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane2018-01-29
* Update copyright for 2018Bruce Momjian2018-01-02
* Improve sys/catcache performance.Andres Freund2017-10-13
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12