summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/inval.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-08-16Reduce memory consumption for pending invalidation messages.Tom Lane
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-22Rephrase references to "time qualification".Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-21Flush relcache entries when their FKs are meddled withAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane
2017-04-13Mention pg_index changes also cause relcache invalidationSimon Riggs
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
2014-05-24Silence a couple of spurious valgrind warnings in inval.c.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas