aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao2020-07-20
* Fix function name in comment.Fujii Masao2020-07-08
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Fix recently introduced typo.Andres Freund2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Ensure snapshot is registered within ScanPgRelation().Andres Freund2020-03-28
* Rearrange validity checks for plpgsql "simple" expressions.Tom Lane2020-03-27
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Ensure relcache consistency around generated columnsPeter Eisentraut2020-02-06
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-25
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07