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
*
Fix inplace update buffer self-deadlock.
Noah Misch
2024-11-02
*
Fix refreshing physical relfilenumber on shared index
Heikki Linnakangas
2024-10-31
*
Split RelationClearRelation into three different functions
Heikki Linnakangas
2024-10-31
*
Simplify call to rebuild relcache entry for indexes
Heikki Linnakangas
2024-10-31
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
*
Update header comment for lookup_type_cache()
Alexander Korotkov
2024-10-24
*
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-26
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-25
*
Remove unused 'cur_skey' argument from IndexScanOK()
Heikki Linnakangas
2024-08-16
*
Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()
Alexander Korotkov
2024-08-07
*
Remove useless initializations
Peter Eisentraut
2024-07-01
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
Fix relcache invalidation when relfilelocator is updated
Heikki Linnakangas
2024-06-21
*
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-06
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-15
*
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Add error codes to some PANIC/FATAL errors reports
Daniel Gustafsson
2024-04-03
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
*
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-25
*
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-22
*
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
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
[next]