summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/inval.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-7/+2
* Fix alignment problems with SharedInvalSmgrMsg.Robert Haas2022-09-281-2/+7
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-8/+8
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-231-0/+14
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-3/+9
* Reduce memory consumption for pending invalidation messages.Tom Lane2021-08-161-228/+286
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-8/+8
* Improve various places that double the size of a bufferDavid Rowley2021-07-011-2/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-17/+18
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-061-24/+24
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-281-2/+2
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-231-0/+54
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Rephrase references to "time qualification".Andres Freund2019-01-211-1/+1
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-3/+3
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-01-211-0/+19
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane2018-09-071-1/+11
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-121-12/+20
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-8/+7
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-121-4/+35
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-121-1/+1
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-111-1/+1
* Mention pg_index changes also cause relcache invalidationSimon Riggs2017-04-131-3/+4
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-231-0/+2
* Logical replicationPeter Eisentraut2017-01-201-5/+30
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-261-2/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-251-4/+1
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-071-2/+5
* pgindent run for 9.5Bruce Momjian2015-05-231-5/+6
* Fix various typos and grammar errors in comments.Andres Freund2015-04-261-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-201-6/+6
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-291-44/+81
* Silence a couple of spurious valgrind warnings in inval.c.Andres Freund2014-05-241-0/+27
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+15
* Introduce logical decoding.Robert Haas2014-03-031-2/+2