summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2023-04-05Acquire locks on views in AcquirePlannerLocks, too.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-06Fix more outdated commentsPeter Eisentraut
2023-02-06Fix up outdated commentsPeter Eisentraut
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-22Improve notation of cacheinfo table in syscache.c.Thomas Munro
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-14Rearrange some static assertions for consistencyPeter Eisentraut
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-11-18Don't read MCV stats needlessly in eqjoinsel().Tom Lane
2022-11-16Remove unused includePeter Eisentraut
2022-11-12Add repalloc0 and repalloc0_arrayPeter Eisentraut
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-27Fix read_relmap_file() concurrency on Windows.Robert Haas
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30Avoid unnecessary MemSet callPeter Eisentraut
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas