summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-20/+50
* Fix more outdated commentsPeter Eisentraut2023-02-061-6/+6
* Fix up outdated commentsPeter Eisentraut2023-02-061-7/+7
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-6/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-2/+2
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-021-0/+7
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-1/+1
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-281-5/+61
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-93/+93
* Avoid unnecessary MemSet callPeter Eisentraut2022-06-301-1/+1
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-161-30/+23
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-12/+11
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-25/+3
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+6
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-1/+1
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-1/+32
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-3/+25
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-231-1/+1
* Add support for security invoker views.Dean Rasheed2022-03-221-27/+46
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-30/+68
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-031-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-081-1/+1
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-60/+30
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-301-21/+29
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+7
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-6/+109
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-9/+8
* Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane2021-07-051-20/+24
* Improve RelationGetIdentityKeyBitmap().Amit Kapila2021-06-281-9/+4
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-191-1/+11
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+3
* Revert per-index collation version tracking feature.Thomas Munro2021-05-071-2/+0
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-281-5/+28
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-271-0/+75
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-061-87/+109
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-221-1/+1
* Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane2021-03-181-5/+7
* Don't leak rd_statlist when a relcache entry is dropped.Tom Lane2021-03-181-0/+1
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-061-27/+40
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-2/+0
* Track collation versions for indexes.Thomas Munro2020-11-031-0/+2
* Don't use custom OID symbols in pg_proc.dat.Tom Lane2020-10-281-2/+2
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-091-8/+15
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-301-2/+2
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-071-6/+7