index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2024-11-04
Clarify nbtree parallel scan _bt_endpoint contract.
Peter Geoghegan
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-11-01
Clarify nbtree array preprocessing comment.
Peter Geoghegan
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-30
nbtree: assert no scheduled primscan between pages.
Peter Geoghegan
2024-10-30
Clarify nbtree array exhaustion comments.
Peter Geoghegan
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-28
Fix WAL_DEBUG build
Peter Eisentraut
2024-10-28
nbtree: Minor sibling link traversal tweaks.
Peter Geoghegan
2024-10-27
Fix obsolete nbtree split buffer comment.
Peter Geoghegan
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Fix parallel worker tracking of new catalog relfilenumbers.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
Refactor WaitForLSNReplay() to return the result of waiting
Alexander Korotkov
2024-10-24
Make WaitForLSNReplay() issue FATAL on postmaster death
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-16
nbtree: fix read page recheck typo.
Peter Geoghegan
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-07
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-04
Rename PageData to GenericXLogPageData
Peter Eisentraut
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-21
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-09-20
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-20
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-17
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
[next]