index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Commit message (
Expand
)
Author
Age
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Don't destroy SMgrRelations at relcache invalidation
Heikki Linnakangas
2024-03-11
*
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2024-02-01
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Generate syscache info from catalog files
Peter Eisentraut
2024-01-23
*
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-20
*
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
*
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-11-08
*
Reorder two functions in inval.c
Michael Paquier
2023-11-07
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-07-31
*
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-27
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Rename EVT cache hash to make context name unique
Daniel Gustafsson
2023-07-05
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Acquire locks on views in AcquirePlannerLocks, too.
Tom Lane
2023-04-05
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix more outdated comments
Peter Eisentraut
2023-02-06
*
Fix up outdated comments
Peter Eisentraut
2023-02-06
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
[next]