aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* Fix relcache invalidation when relfilelocator is updatedHeikki Linnakangas2024-06-21
* Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas2024-06-06
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera2024-04-15
* Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov2024-04-11
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov2024-04-08
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Add error codes to some PANIC/FATAL errors reportsDaniel Gustafsson2024-04-03
* Revert "Custom reloptions for table AM"Alexander Korotkov2024-04-02
* Custom reloptions for table AMAlexander Korotkov2024-03-30
* Allow specifying an access method for partitioned tablesAlvaro Herrera2024-03-25
* Use a hash table for catcache.c's CatCList objects.Tom Lane2024-03-22
* Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov2024-03-21
* Catalog domain not-null constraintsPeter Eisentraut2024-03-20
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Don't destroy SMgrRelations at relcache invalidationHeikki Linnakangas2024-03-11
* Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera2024-03-08
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Add helper functions for dshash tables with string keys.Nathan Bossart2024-02-26
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch2024-02-01
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Generate syscache info from catalog filesPeter Eisentraut2024-01-23
* Add planner support functions for range operators <@ and @>.Tom Lane2024-01-20
* Re-pgindent catcache.c after previous commit.Tom Lane2024-01-13
* Cope with catcache entries becoming stale during detoasting.Tom Lane2024-01-13
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas2023-11-08
* Reorder two functions in inval.cMichael Paquier2023-11-07
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Remove RelationGetIndexRawAttOptions()Peter Eisentraut2023-10-03
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Rename OverrideSearchPath to SearchPathMatcher.Noah Misch2023-07-31