aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-10
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Make pg_shseclabel available in early backend startupAlvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane2015-11-11
* RLS refactoringStephen Frost2015-09-15
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix typo in relcache's equalPolicy()Stephen Frost2015-04-17
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Correctly handle relcache invalidation corner case during logical decoding.Andres Freund2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Fix relpersistence setting in reindex_indexAlvaro Herrera2014-11-17
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-15
* Clean up includes from RLS patchStephen Frost2014-11-14
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix relcache for policies, and doc updatesStephen Frost2014-09-26
* Fix whitespacePeter Eisentraut2014-09-26
* Code review for row security.Stephen Frost2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-25
* Fix another ancient memory-leak bug in relcache.c.Tom Lane2014-08-24
* Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane2014-08-13
* Ooops, I broke initdb with that last patch.Tom Lane2014-05-18
* Fix two ancient memory-leak bugs in relcache.c.Tom Lane2014-05-18
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Introduce logical decoding.Robert Haas2014-03-03
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-06
* Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane2014-02-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Silence compiler warning on MSVC.Heikki Linnakangas2014-01-07
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13