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 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
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
nbtree: Reorder nbtinsert.c prototypes.
Peter Geoghegan
2020-03-15
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-11
*
nbtree: Move fastpath NULL descent stack assertion.
Peter Geoghegan
2020-03-10
*
nbtree: Demote minus infinity "can't happen" error.
Peter Geoghegan
2020-03-10
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Tidy up XLogSource code in xlog.c.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Simplify/speed up assertion cross-check in ginCompressPostingList().
Tom Lane
2020-03-07
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove overzealous _bt_split() assertions.
Peter Geoghegan
2020-03-02
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Add assertions to _bt_update_posting().
Peter Geoghegan
2020-03-02
*
Remove dead code from _bt_update_posting().
Peter Geoghegan
2020-03-01
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Silence another compiler warning in nbtinsert.c.
Peter Geoghegan
2020-02-26
[prev]
[next]