index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-10-31
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-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
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-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-12
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-03
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-08-26
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-25
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-16
Remove unused 'cur_skey' argument from IndexScanOK()
Heikki Linnakangas
2024-08-07
Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()
Alexander Korotkov
2024-07-01
Remove useless initializations
Peter Eisentraut
2024-06-27
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-21
Fix relcache invalidation when relfilelocator is updated
Heikki Linnakangas
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-04-15
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-11
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-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-03
Add error codes to some PANIC/FATAL errors reports
Daniel Gustafsson
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-25
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-22
Use a hash table for catcache.c's CatCList objects.
Tom Lane
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-20
Catalog domain not-null constraints
Peter Eisentraut
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-11
Don't destroy SMgrRelations at relcache invalidation
Heikki Linnakangas
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-07
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-16
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-01
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-23
Generate syscache info from catalog files
Peter Eisentraut
[next]