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
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-20
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-20
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-12
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Add empty BRIN ranges during CREATE INDEX
Tomas Vondra
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
Fix potential pointer overflow in xlogreader.c.
Thomas Munro
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-01
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-11-30
Fix typo in 5a1dfde8334b
Alexander Korotkov
2023-11-30
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-27
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
2023-11-26
Fix brin.c indentation issues introduced by c1ec02be1d
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
C comment: clarify that WAL files can be _recycled_ or removed
Bruce Momjian
2023-11-25
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2023-11-17
Release lock on heap buffer before vacuuming FSM
Andres Freund
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
Clear CurrentResourceOwner earlier in CommitTransaction.
Heikki Linnakangas
2023-11-13
Don't release index root page pin in ginFindParents().
Tom Lane
2023-11-13
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-09
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
Enlarge assertion in bloom_init() for false_positive_rate
Michael Paquier
2023-10-31
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-30
Delay recovery mode LOG after reading backup_label and/or checkpoint record
Michael Paquier
2023-10-30
Mention standby.signal in FATALs for checkpoint record missing at recovery
Michael Paquier
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-27
doc Improve C GUC-related comments
Bruce Momjian
2023-10-27
Fix minmax-multi distance for extreme interval values
Tomas Vondra
2023-10-27
Fix minmax-multi on infinite date/timestamp values
Tomas Vondra
2023-10-27
Fix calculation in brin_minmax_multi_distance_date
Tomas Vondra
[next]