aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fix more outdated commentsPeter Eisentraut2023-02-06
* Fix up outdated commentsPeter Eisentraut2023-02-06
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-28
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Avoid unnecessary MemSet callPeter Eisentraut2022-06-30
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-23
* Add support for security invoker views.Dean Rasheed2022-03-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane2021-07-05
* Improve RelationGetIdentityKeyBitmap().Amit Kapila2021-06-28
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane2021-03-18
* Don't leak rd_statlist when a relcache entry is dropped.Tom Lane2021-03-18
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Track collation versions for indexes.Thomas Munro2020-11-03
* Don't use custom OID symbols in pg_proc.dat.Tom Lane2020-10-28