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
5 days
Make XLogFlush() and XLogNeedsFlush() decision-making more consistent
Michael Paquier
8 days
Teach nbtree to avoid evaluating row compare keys.
Peter Geoghegan
8 days
Some stylistic improvements in toast_save_datum()
Peter Eisentraut
10 days
nbtree: Always set skipScan flag on rescan.
Peter Geoghegan
10 days
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Nathan Bossart
11 days
Always commute strategy when preprocessing DESC keys.
Peter Geoghegan
11 days
Silence compiler warnings on clang 21
Peter Eisentraut
12 days
Add more information for WAL records of hash index AMs
Michael Paquier
14 days
Fix leak with SMgrRelations in startup process
Michael Paquier
2025-09-08
Add error codes when vacuum discovers VM corruption
Melanie Plageman
2025-09-08
Remove unneeded VM pin from VM replay
Melanie Plageman
2025-09-08
Add test to prevent premature removal of conflict-relevant data.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-05
Add assert and log message to visibilitymap_set
Melanie Plageman
2025-09-05
Fix outdated comments in slru.c
Michael Paquier
2025-09-05
Change pg_lsn_in_internal() to use soft error reporting
Michael Paquier
2025-09-03
Update outdated references to the SLRU ControlLock
Michael Paquier
2025-09-02
Generate pgstat_count_slru*() functions for slru using macros
Michael Paquier
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-26
Put "excludeOnly" GIN scan keys at the end of the scankey array.
Tom Lane
2025-08-26
Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
Tom Lane
2025-08-22
Revert "Get rid of WALBufMappingLock"
Alexander Korotkov
2025-08-22
Use ereport() rather than elog()
Heikki Linnakangas
2025-08-22
Revert GetTransactionSnapshot() to return historic snapshot during LR
Heikki Linnakangas
2025-08-19
Refactor ReadMultiXactCounts() into GetMultiXactInfo()
Michael Paquier
2025-08-18
Remove unneeded header declarations in multixact.c
Michael Paquier
2025-08-18
Move SQL-callable code related to multixacts into its own file
Michael Paquier
2025-08-14
Avoid including tableam.h and xlogreader.h in nbtree.h
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-06
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
Nathan Bossart
2025-08-05
Fix incorrect return value in brin_minmax_multi_distance_numeric().
Tom Lane
2025-08-05
Mop-up for commit e035863c9.
Tom Lane
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-08-05
Fix various hash function uses
Peter Eisentraut
2025-08-05
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut
2025-08-03
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-07-27
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
2025-07-27
Add assertions for all the required index AM callbacks
Michael Paquier
2025-07-24
Fix return value of visibilitymap_get_status().
Nathan Bossart
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-19
Fix infinite wait when reading a partially written WAL record
Alexander Korotkov
2025-07-16
nbtree: Use only one notnullkey ScanKeyData.
Peter Geoghegan
2025-07-16
Refactor non-supported compression error message in toast_compression.c
Michael Paquier
2025-07-12
Remove XLogCtl->ckptFullXid.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
2025-07-11
Fix the handling of two GUCs during upgrade.
Amit Kapila
[next]