summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-15Assorted preparatory refactoring for partition-wise join.Robert Haas
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-10Avoid theoretical infinite loop loading relcache partition key.Robert Haas
2017-04-28In load_relcache_init_file, initialize rd_pdcxt.Robert Haas
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Identity columnsPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-26Update some obsolete comments.Tom Lane
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Update comment in relcache.c.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
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-18Restructure 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-24pgindent 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-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