summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2018-07-31Ensure partition child tables inherit distribution properties correctlyPavan Deolasee
2017-09-18Ensure that we don't read rule definition with portable input onPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26RLS refactoringStephen Frost
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
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-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
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-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
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