aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-12
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-05
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Avoid theoretical infinite loop loading relcache partition key.Robert Haas2017-05-09
* In load_relcache_init_file, initialize rd_pdcxt.Robert Haas2017-04-28
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Update some obsolete comments.Tom Lane2017-03-26
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane2017-02-06
* Update comment in relcache.c.Tom Lane2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-10
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Make pg_shseclabel available in early backend startupAlvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane2015-11-11
* RLS refactoringStephen Frost2015-09-15
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* 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
* Fix typo in relcache's equalPolicy()Stephen Frost2015-04-17
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Clean up some mess in row-security patches.Tom Lane2015-01-24