summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.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-01-07Improve relcache invalidation handling of currently invisible relations.Andres Freund
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2013-04-20Fix longstanding race condition in plancache.c.Tom Lane
2012-11-29Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-08-30Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane
2011-08-16Forget about targeting catalog cache invalidations by tuple TID.Tom Lane
2011-08-16Fix incorrect order of operations during sinval reset processing.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane
2011-03-22Avoid potential deadlock in InitCatCachePhase2().Tom Lane
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-08-13Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane
2010-07-09Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-24Patch revoked because of objections.Simon Riggs
2010-04-23Add missing optimizer hooks for function cost and number of rows.Simon Riggs
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-04-14Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-02-08Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Looks like we need #include <sys/stat.h> here on someTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-04Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane
2010-02-03Assorted cleanups in preparation for using a map file to support alteringTom Lane
2010-01-22Fix several oversights in previous commit - attribute options patch.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-15Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane
2010-01-13When loading critical system indexes into the relcache, ensure we lock theTom Lane
2010-01-13Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane
2010-01-12Fix relcache reload mechanism to be more robust in the face of errorsTom Lane
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-09During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs
2010-01-07Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas
2010-01-07Further fixes for per-tablespace options patch.Robert Haas
2010-01-06Fix spccache.c to not suppose that a cache entry will live across databaseTom Lane
2010-01-06Access hash entry before freeing it, not after.Tom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-04When estimating the selectivity of an inequality "column > constant" orTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian