summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
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
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-09Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-15Fix plpgsql to re-look-up composite type names at need.Tom Lane
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-16Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane