aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Simplify and speed up mapping of index opfamilies to pathkeys.Tom Lane2010-11-29
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* Correct poor grammar in comment.Robert Haas2010-11-14
* Provide hashing support for arrays.Tom Lane2010-10-30
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane2010-08-13
* Fix incorrect pathname in comment.Robert Haas2010-08-06
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane2010-07-09
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Patch revoked because of objections.Simon Riggs2010-04-24
* Add missing optimizer hooks for function cost and number of rows.Simon Riggs2010-04-23
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-20
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-14
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Looks like we need #include <sys/stat.h> here on someTom Lane2010-02-07
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Fix several oversights in previous commit - attribute options patch.Robert Haas2010-01-22
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* When loading critical system indexes into the relcache, ensure we lock theTom Lane2010-01-13
* Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane2010-01-13
* Fix relcache reload mechanism to be more robust in the face of errorsTom Lane2010-01-12
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas2010-01-07
* Further fixes for per-tablespace options patch.Robert Haas2010-01-07
* Fix spccache.c to not suppose that a cache entry will live across databaseTom Lane2010-01-06
* Access hash entry before freeing it, not after.Tom Lane2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05