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
*
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
*
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
*
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-10-17
*
Move extra code out of the Pre/PostRestoreCommand() section.
Nathan Bossart
2023-10-16
*
Fix comment from commit 22655aa231.
Thomas Munro
2023-10-16
*
Fix bulk table extension when copying into multiple partitions
Andres Freund
2023-10-13
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-13
*
Unify two isLogSwitch tests in XLogInsertRecord.
Robert Haas
2023-10-12
*
Reindent comment in GenericXLogFinish().
Tom Lane
2023-10-11
*
Fix bug in GenericXLogFinish().
Jeff Davis
2023-10-10
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-09
*
Fix another typo in e0b1ee17dc
Alexander Korotkov
2023-10-07
*
Fix typos in e0b1ee17dc
Alexander Korotkov
2023-10-07
*
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-06
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-03
*
Fail hard on out-of-memory failures in xlogreader.c
Michael Paquier
2023-10-03
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Add rmgrdesc README
Heikki Linnakangas
2023-10-02
*
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-10-01
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
*
Fix typo in src/backend/access/transam/README.
Etsuro Fujita
2023-09-28
*
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
[next]