aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Allow new relmapper entries when allow_system_table_mods is true.Tom Lane2012-03-21
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Expose an API for calculating catcache hash values.Tom Lane2012-03-07
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30
* Do not access indclass through Form_pg_indexPeter Eisentraut2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Further code review for range types patch.Tom Lane2011-11-20
* Restructure function-internal caching in the range type code.Tom Lane2011-11-15
* Support range data types.Heikki Linnakangas2011-11-03
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Use a fresh copy of query_list when making a second plan in GetCachedPlan.Tom Lane2011-09-26
* Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.Tom Lane2011-09-25
* Fix Assert failure in new plancache code.Tom Lane2011-09-17
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Improve comment about handling of temp tables in shared-inval code.Tom Lane2011-09-06
* Add C comment about why we send cache invalidation messages forBruce Momjian2011-09-05
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-16
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Capitalization fixesPeter Eisentraut2011-06-19
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-26
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22