aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* 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
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* 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
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Per-column collation supportPeter Eisentraut2011-02-08
* 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