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
*
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
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
*
Fix typos.
Amit Kapila
2020-02-10
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Fix typo.
Amit Kapila
2020-01-13
*
nbtree: Rename BT_HEAP_TID_ATTR.
Peter Geoghegan
2020-01-10
*
nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Peter Geoghegan
2020-01-10
*
Remove bogus 'return'.
Robert Haas
2020-01-09
*
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
*
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-03
*
Reorder two nbtree.h function prototypes.
Peter Geoghegan
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Normalize _bt_finish_split() argument names.
Peter Geoghegan
2019-12-22
*
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Rename nbtree tuple macros.
Peter Geoghegan
2019-12-16
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
[next]