aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane2018-09-07
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-20
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-11
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-06
* Silence compiler warningsJoe Conway2017-01-02
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* RLS refactoringStephen Frost2015-09-15
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Add transforms featurePeter Eisentraut2015-04-26
* Fix typo in relcache's equalPolicy()Stephen Frost2015-04-17
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-06
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Correctly handle relcache invalidation corner case during logical decoding.Andres Freund2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27