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
Age
Commit message (
Expand
)
Author
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-29
Fix overly large values/nulls arrays
David Rowley
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-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-27
Speedup tuple deformation with additional function inlining
David Rowley
2024-12-27
Improve handling of date_trunc() units for infinite input values
Michael Paquier
2024-12-26
Remove unused totalrows parameter in compute_expr_stats
David Rowley
2024-12-26
plpgsql: Rename a variable for clarity
Peter Eisentraut
2024-12-26
Fix typo in comment of compute_return_type() in functioncmds.c
Michael Paquier
2024-12-25
meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024-12-25
guc: reentrant scanner
Peter Eisentraut
2024-12-24
jsonpath scanner: reentrant scanner
Peter Eisentraut
2024-12-24
Fix nbtree symbol name comment reference.
Peter Geoghegan
2024-12-24
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
Remove pgrminclude and associated scripts
Peter Eisentraut
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-23
Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024-12-23
Reset btpo_cycleid in nbtree VACUUM's REDO routine.
Peter Geoghegan
2024-12-23
Don't allow GetTransactionSnapshot() in logical decoding
Heikki Linnakangas
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-23
Fix incorrect source filename references
David Rowley
2024-12-23
Fix some comments related to library unloading
Michael Paquier
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-20
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Mark CatalogSnapshotData static
Heikki Linnakangas
2024-12-20
Fix variable reference in comment
Heikki Linnakangas
2024-12-20
Fix overflow danger in SampleHeapTupleVisible(), take 2
Melanie Plageman
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Relax regression test for fsync check of backend-level stats
Michael Paquier
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
Get rid of old version of BuildTupleHashTable().
Tom Lane
2024-12-19
Use ExecGetCommonSlotOps infrastructure in more places.
Tom Lane
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
Remove extra prefetch iterator setup for Bitmap Table Scan
Melanie Plageman
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-19
Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024-12-19
bootstrap: pure parser and reentrant scanner
Peter Eisentraut
2024-12-19
Small whitespace improvement
Peter Eisentraut
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
Extract logic filling pg_stat_get_io()'s tuplestore into its own routine
Michael Paquier
2024-12-19
Optimize grouping equality checks with virtual slots
David Rowley
[next]