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
2025-01-20
Add some more use of Page/PageData rather than char *
Peter Eisentraut
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-16
Fix nbtree contradictory array element comment.
Peter Geoghegan
2025-01-15
Add more general summary to vacuumlazy.c
Melanie Plageman
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-13
Move nbtree preprocessing into new .c file.
Peter Geoghegan
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-10
Fix obsolete nbtree README left link remarks.
Peter Geoghegan
2025-01-09
Fix SLRU bank selection code
Álvaro Herrera
2025-01-07
Improve nbtree unsatisfiable RowCompare detection.
Peter Geoghegan
2025-01-07
nbtree: Simplify _bt_first parallel scan handling.
Peter Geoghegan
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
Fix failures with incorrect epoch handling for 2PC files at recovery
Michael Paquier
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-24
Fix nbtree symbol name comment reference.
Peter Geoghegan
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-23
Reset btpo_cycleid in nbtree VACUUM's REDO routine.
Peter Geoghegan
2024-12-20
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Fix overflow danger in SampleHeapTupleVisible(), take 2
Melanie Plageman
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Remove final mention of FREEZE_PAGE from comments
Melanie Plageman
2024-12-19
Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024-12-18
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
Melanie Plageman
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
Fix overflow danger in SampleHeapTupleVisible()
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-12-17
Count pages set all-visible and all-frozen in VM during vacuum
Melanie Plageman
2024-12-17
Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024-12-17
Rename LVRelState->frozen_pages
Melanie Plageman
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-06
Comment fix: "buffer context lock" to "buffer content lock".
Jeff Davis
2024-12-04
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-03
Fix temporary memory leak in system table index scans
Peter Eisentraut
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
Improve slightly misleading internal error message
Peter Eisentraut
[next]