summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
AgeCommit message (Expand)Author
2 daysAdd missing Datum conversionsPeter Eisentraut
2025-05-18Fix function name reference in commentDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-07-27Add sanity asserts for index OID and attnums during cache initMichael Paquier
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Improve notation of cacheinfo table in syscache.c.Thomas Munro
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-14Rearrange some static assertions for consistencyPeter Eisentraut
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-07Update copyright for 2022Bruce Momjian
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-06-29Add index OID macro argument to DECLARE_INDEXPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-16Rework the pg_statistic_ext catalogTomas Vondra
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-29Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-10-13Improve sys/catcache performance.Andres Freund
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-30Sort syscache identifiers into alphabetical order.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-02Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.Robert Haas
2017-01-20Logical replicationPeter Eisentraut