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
/
include
/
access
Age
Commit message (
Expand
)
Author
6 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Move pg_multixact SLRU page format definitions to a separate header
Heikki Linnakangas
2025-12-08
Relocate _bt_readpage and related functions.
Peter Geoghegan
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-20
Refactor heap_page_prune_and_freeze() parameters into a struct
Melanie Plageman
2025-11-18
Optimize shared memory usage for WaitLSNProcInfo
Alexander Korotkov
2025-11-15
Fix incorrect function name in comments
Alexander Korotkov
2025-11-10
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
2025-11-06
Introduce XLogRecPtrIsValid()
Álvaro Herrera
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-22
Fix type of infomask parameter in htup_details.h functions.
Nathan Bossart
2025-10-17
Remove unused data_bufsz from DecodedBkpBlock struct.
Masahiko Sawada
2025-10-14
Inline TransactionIdFollows/Precedes[OrEquals]()
Melanie Plageman
2025-10-14
Bump XLOG_PAGE_MAGIC after xl_heap_prune change
Melanie Plageman
2025-10-13
Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III
Melanie Plageman
2025-10-10
Fix two typos in xlogstats.h and xlogstats.c
Michael Paquier
2025-10-09
Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
Melanie Plageman
2025-10-06
Add comment in ginxlog.h about block used with ginxlogInsertListPage
Michael Paquier
2025-10-05
Don't include execnodes.h in brin.h or gin.h
Álvaro Herrera
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
2025-09-25
Update some more forward declarations to use typedef
Álvaro Herrera
2025-09-24
Fix incorrect and inconsistent comments in tableam.h and heapam.c.
Fujii Masao
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-22
Fix various incorrect filename references
David Rowley
2025-09-19
Fix obsolete references to postgres.h in comments.
Nathan Bossart
2025-09-11
Improve comment about snapshot macros
Álvaro Herrera
2025-09-11
Fix description of WAL record blocks in hash_xlog.h
Michael Paquier
2025-09-08
Remove unused xl_heap_prune member, reason
Melanie Plageman
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-05
Fix concurrent update issue with MERGE.
Dean Rasheed
2025-09-03
Update outdated references to the SLRU ControlLock
Michael Paquier
2025-08-19
Refactor ReadMultiXactCounts() into GetMultiXactInfo()
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-14
Fix incorrect LSN format in comment.
Fujii Masao
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-08-06
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
Nathan Bossart
2025-07-23
Move enum RecoveryTargetAction to xlogrecovery.h
Álvaro Herrera
[next]