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
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Backpatch introduction of TupleDescAttr(tupdesc, i).
Andres Freund
2017-08-22
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Fix comment.
Tatsuo Ishii
2017-08-01
*
Remove outdated comment
Peter Eisentraut
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Fix erroneous cross-reference in comment.
Tom Lane
2017-04-15
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
*
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-23
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-08
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
[next]