index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-10-15
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Fix nbtree.h dedup state comment.
Peter Geoghegan
2020-06-17
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Fix some comments in xlogreader.h
Michael Paquier
2020-05-28
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
*
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-11
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Normalize _bt_findsplitloc() argument names.
Peter Geoghegan
2020-05-05
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
nbtree: Rename BT_RESERVED_OFFSET_MASK.
Peter Geoghegan
2020-04-22
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Remove stray parenthesis in nbtree.h.
Peter Geoghegan
2020-03-10
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Silence nbtree.h cpluspluscheck warning.
Peter Geoghegan
2020-03-02
[next]