summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-01-17Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-05Make pg_shseclabel available in early backend startupAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-11Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane
2015-09-15RLS refactoringStephen Frost
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-04-17Fix typo in relcache's equalPolicy()Stephen Frost
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-07Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-07Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-26Fix relcache for policies, and doc updatesStephen Frost
2014-09-26Fix whitespacePeter Eisentraut
2014-09-24Code review for row security.Stephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-08-25rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian
2014-08-24Fix another ancient memory-leak bug in relcache.c.Tom Lane
2014-08-13Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane
2014-05-18Ooops, I broke initdb with that last patch.Tom Lane
2014-05-18Fix two ancient memory-leak bugs in relcache.c.Tom Lane
2014-05-17Fix a bunch of functions that were declared static then defined not-static.Tom Lane
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-03-03Introduce logical decoding.Robert Haas
2014-02-06In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Silence compiler warning on MSVC.Heikki Linnakangas
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-10Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas