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
...
*
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
*
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-26
*
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-26
*
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-23
*
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-21
*
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-19
*
Rename variable for code clarity
Daniel Gustafsson
2023-09-15
*
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-09-15
*
Quote filenames in error messages
Daniel Gustafsson
2023-09-14
*
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-14
*
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Report syncscan position at end of scan.
Heikki Linnakangas
2023-08-31
*
Tweak pg_promote() to report failures on kill() or postmaster failures
Michael Paquier
2023-08-29
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
[prev]
[next]