summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-10-20Fix misimplementation of typcache logic for extended hashing.Tom Lane
2017-10-13Improve sys/catcache performance.Andres Freund
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-17Fix bogus size calculation introduced by commit cc5f81366.Tom Lane
2017-09-15Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane
2017-09-15Don't use anonymous unions.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-15Assorted preparatory refactoring for partition-wise join.Robert Haas
2017-08-13Remove AtEOXact_CatCache().Tom Lane
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-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
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-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