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
...
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
Fix obsolete comment in xlogutils.c.
Peter Geoghegan
2020-08-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
Fix out-of-date version reference, grammar.
Andres Freund
2020-08-12
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Correct nbtree page split lock coupling comment.
Peter Geoghegan
2020-08-09
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Make nbtree split REDO locking match original execution.
Peter Geoghegan
2020-08-07
*
Rename nbtree split REDO routine variables.
Peter Geoghegan
2020-08-07
*
Remove btree page items after page unlink
Alexander Korotkov
2020-08-05
*
Fix replica backward scan race condition.
Peter Geoghegan
2020-08-03
*
Add nbtree page deletion assertion.
Peter Geoghegan
2020-08-03
*
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-08-01
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Use pg_pread() and pg_pwrite() in slru.c.
Thomas Munro
2020-08-02
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
*
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
*
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-12
*
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Fix incorrect variable datatype.
Fujii Masao
2020-07-08
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Remove unnecessary PageIsEmpty() nbtree build check.
Peter Geoghegan
2020-07-06
*
Remove unused function parameter in end_parallel_vacuum.
Amit Kapila
2020-07-06
*
nbtree: Rename _bt_search() variables.
Peter Geoghegan
2020-07-02
*
Improve vacuum error context handling.
Amit Kapila
2020-07-01
*
nbtree: Correct inaccurate split location comment.
Peter Geoghegan
2020-06-29
*
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
*
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
[prev]
[next]