summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-06-10Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-02Fix reindexing of pg_class indexes some more.Tom Lane
2019-01-30Fix a crash in logical replicationPeter Eisentraut
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Reduce initial size of RelfilenodeMapHash.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-02Silence compiler warningsJoe Conway
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-09-20Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-15RLS refactoringStephen Frost
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-17Fix typo in relcache's equalPolicy()Stephen Frost
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera