aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* 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
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Fix recently introduced typo.Andres Freund2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Ensure snapshot is registered within ScanPgRelation().Andres Freund2020-03-28
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Ensure relcache consistency around generated columnsPeter Eisentraut2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30