aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Add sanity asserts for index OID and attnums during cache initMichael Paquier2023-07-27
* Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane2023-07-20
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier2023-07-14
* Rename EVT cache hash to make context name uniqueDaniel Gustafsson2023-07-05
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Acquire locks on views in AcquirePlannerLocks, too.Tom Lane2023-04-05
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fix more outdated commentsPeter Eisentraut2023-02-06
* Fix up outdated commentsPeter Eisentraut2023-02-06
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11