summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
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-08-13Remove AtEOXact_CatCache().Tom Lane
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-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-06Use NIL rather than NULL to represent an empty list.Robert Haas
2017-06-02Fix copy/paste mistake in commentMagnus Hagander
2017-05-30Sort syscache identifiers into alphabetical order.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Reduce initial size of RelfilenodeMapHash.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane
2017-05-10Avoid theoretical infinite loop loading relcache partition key.Robert Haas
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-05Send shared invalidation messages to other backends upon completion of aPavan Deolasee
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-13Mention pg_index changes also cause relcache invalidationSimon Riggs
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-26Update some obsolete comments.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-06Reduce lock levels for table storage params related to planningSimon Riggs
2017-03-02Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.Robert Haas
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
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