summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
AgeCommit message (Expand)Author
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Improve 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-08Update 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-15Rework the pg_statistic_ext catalogTomas Vondra
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove 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-03Update 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
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian