summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-0/+27
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Improve notation of cacheinfo table in syscache.c.Thomas Munro2022-12-231-648/+292
* Static assertions cleanupPeter Eisentraut2022-12-151-3/+3
* Rearrange some static assertions for consistencyPeter Eisentraut2022-12-141-1/+1
* Make role grant system more consistent with other privileges.Robert Haas2022-08-221-4/+4
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-3/+3
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-0/+23
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-3/+3
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-161-3/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+23
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-291-2/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Multirange datatypesAlexander Korotkov2020-12-201-0/+12
* Move catalog index declarationsPeter Eisentraut2020-11-071-2/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+2
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-14/+7
* pgindent run prior to branching v12.Tom Lane2019-07-011-1/+1
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-161-0/+12
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-33/+38
* Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane2018-01-291-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Improve sys/catcache performance.Andres Freund2017-10-131-3/+46
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-061-0/+46
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-301-53/+53
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-8/+8
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-121-2/+3
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-121-0/+21
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-171-2/+2
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+23
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-1/+13
* Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.Robert Haas2017-03-021-4/+2
* Logical replicationPeter Eisentraut2017-01-201-0/+69
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add pg_sequence system catalogPeter Eisentraut2016-12-201-0/+12
* Implement table partitioning.Robert Haas2016-12-071-0/+12
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-23/+0
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-071-11/+61
* pgindent run for 9.5Bruce Momjian2015-05-231-19/+19
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+23
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-0/+23
* Add transforms featurePeter Eisentraut2015-04-261-0/+23
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1