summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAgeFilesLines
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-253-22/+36
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-20/+50
* Fix more outdated commentsPeter Eisentraut2023-02-061-6/+6
* Fix up outdated commentsPeter Eisentraut2023-02-061-7/+7
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-066-27/+25
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-1/+2
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-2/+1
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-1/+2
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-102-0/+2
* Update copyright for 2023Bruce Momjian2023-01-0215-15/+15
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-4/+27
* Improve notation of cacheinfo table in syscache.c.Thomas Munro2022-12-231-648/+292
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-221-3/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Static assertions cleanupPeter Eisentraut2022-12-151-3/+3
* Rearrange some static assertions for consistencyPeter Eisentraut2022-12-141-1/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-2/+2
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-021-0/+7
* Don't read MCV stats needlessly in eqjoinsel().Tom Lane2022-11-181-0/+4
* Remove unused includePeter Eisentraut2022-11-161-1/+0
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-121-8/+2
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-031-0/+6
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-1/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-3/+3
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-283-23/+16
* Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas2022-09-281-11/+13
* Fix alignment problems with SharedInvalSmgrMsg.Robert Haas2022-09-281-2/+7
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-272-3/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+16
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-2/+3
* Make role grant system more consistent with other privileges.Robert Haas2022-08-221-4/+4
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-021-0/+101
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-281-5/+61
* Fix read_relmap_file() concurrency on Windows.Robert Haas2022-07-271-13/+21
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-261-41/+53
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-171-0/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-065-196/+198
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-2/+1
* Avoid unnecessary MemSet callPeter Eisentraut2022-06-301-1/+1
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-161-30/+23
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-24/+23
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-2/+2
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-072-28/+6
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+6
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-0/+23
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-292-1/+65
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-1/+32