index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
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-25
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
2025-07-22
doc: Inform about aminsertcleanup optional NULLness
Michael Paquier
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-07
Refactor some repetitive SLRU code
Álvaro Herrera
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-07-03
Remove leftover dead code from commit_ts.h.
Fujii Masao
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
[next]