summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-13Fix routine name in comment of catcache.cMichael Paquier
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-11-19Hash support for row typesPeter Eisentraut
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-10-28Don't use custom OID symbols in pg_proc.dat.Tom Lane
2020-10-25Fix incorrect parameter name in a function header commentDavid Rowley
2020-09-10Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-08Fix function name in comment.Fujii Masao
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-05Fix recently introduced typo.Andres Freund
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-30Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-27Rearrange validity checks for plpgsql "simple" expressions.Tom Lane
2020-03-26Improve performance of "simple expressions" in PL/pgSQL.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-06Ensure relcache consistency around generated columnsPeter Eisentraut
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian