aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* 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
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Add transforms featurePeter Eisentraut2015-04-26
* Fix typo in relcache's equalPolicy()Stephen Frost2015-04-17
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-06
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* 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
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* 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
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* 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
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-06
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Silence a couple of spurious valgrind warnings in inval.c.Andres Freund2014-05-24
* 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