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
...
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-08
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-04-06
*
Allow autovacuum to log WAL usage statistics.
Amit Kapila
2020-04-06
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
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
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Allow parallel vacuum to accumulate buffer usage.
Amit Kapila
2020-04-02
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Add CREATE INDEX deduplication assertions.
Peter Geoghegan
2020-03-31
*
Improve the message logged when recovery is paused.
Fujii Masao
2020-04-01
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Avoid calls to RelationGetRelationName() and RelationGetNamespace() in
Amit Kapila
2020-03-31
*
Further simplify nbtree high key truncation.
Peter Geoghegan
2020-03-30
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Refactor nbtree high key truncation.
Peter Geoghegan
2020-03-30
*
Deduplicate PageIsNew() check in lazy_scan_heap().
Andres Freund
2020-03-30
*
Fix missing SP-GiST support in 911e702077
Alexander Korotkov
2020-03-30
*
Remove rudiments of supporting procnum == 0 from 911e702077
Alexander Korotkov
2020-03-30
*
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Introduce vacuum errcontext to display additional information.
Amit Kapila
2020-03-30
*
Make deduplication use number of key attributes.
Peter Geoghegan
2020-03-28
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Justify nbtree page split locking in code comment.
Peter Geoghegan
2020-03-27
*
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
*
Fix nbtree deduplication README commentary.
Peter Geoghegan
2020-03-24
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Move routine building restore_command to src/common/
Michael Paquier
2020-03-24
*
Add wait events for WAL archive and 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
*
In log_newpage_range(), heed forkNum and page_std arguments.
Noah Misch
2020-03-21
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
nbtree: Remove obsolete _bt_pgaddtup() comments.
Peter Geoghegan
2020-03-19
*
Rename the recovery-related wait events.
Fujii Masao
2020-03-19
*
nbtree: Use raw PageAddItem() for retail inserts.
Peter Geoghegan
2020-03-18
*
Refactor nbtree fastpath optimization.
Peter Geoghegan
2020-03-18
*
nbtree: Remove useless local variables.
Peter Geoghegan
2020-03-17
*
Fix comment in xlog.c.
Fujii Masao
2020-03-17
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
*
nbtree: Fix obsolete _bt_search() comment.
Peter Geoghegan
2020-03-16
*
nbtree: Pass down MAXALIGN()'d itemsz for new item.
Peter Geoghegan
2020-03-16
[prev]
[next]