index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
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-21
*
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-19
*
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-19
*
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-12
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
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-08
*
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-06
*
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-12-01
*
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-30
*
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-11-29
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
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-27
*
Fix brin.c indentation issues introduced by c1ec02be1d
Tomas Vondra
2023-11-26
*
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-24
*
Release lock on heap buffer before vacuuming FSM
Andres Freund
2023-11-17
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Clear CurrentResourceOwner earlier in CommitTransaction.
Heikki Linnakangas
2023-11-15
*
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-13
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Enlarge assertion in bloom_init() for false_positive_rate
Michael Paquier
2023-11-08
*
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-31
*
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-30
*
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
2023-10-27
*
Fix overflow when calculating timestamp distance in BRIN
Tomas Vondra
2023-10-27
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
[next]