summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-22Add support for security invoker views.Dean Rasheed
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-05Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane
2021-06-28Improve RelationGetIdentityKeyBitmap().Amit Kapila
2021-06-19Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-19Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane
2021-03-19Don't leak rd_statlist when a relcache entry is dropped.Tom Lane
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-02Track collation versions for indexes.Thomas Munro
2020-10-28Don't use custom OID symbols in pg_proc.dat.Tom Lane
2020-09-10Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-05Fix recently introduced typo.Andres Freund
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-30Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-02-06Ensure relcache consistency around generated columnsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila