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
...
*
Identity columns
Peter Eisentraut
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Properly acquire buffer lock for page-at-a-time hash vacuum.
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
*
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-29
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Correct grammar in error message
Simon Riggs
2017-03-28
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Fix comment.
Robert Haas
2017-03-26
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
*
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
*
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
*
Another fix for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
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
*
Cosmetic fixes for hash index write-ahead logging.
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
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
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
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
[prev]
[next]