aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
...
* 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
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-27
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Revert my ill-considered change that made formrdesc not insert the correctTom Lane2009-09-26
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-26
* Remove some useless assignments of the result of fread(). Quiets warningsTom Lane2009-08-30
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Do a conditional SPI_push/SPI_pop when replanning a query inTom Lane2009-07-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Revert updatable viewsPeter Eisentraut2009-01-27
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-26
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-30
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30