summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-17Fix typo in relcache's equalPolicy()Stephen Frost
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve 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-12-07Event Trigger for table_rewriteSimon Riggs
2014-11-28Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
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-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
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-26rename 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-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-06-20Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-05-24Silence a couple of spurious valgrind warnings in inval.c.Andres Freund
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-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian