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
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
*
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
*
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-11
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-17
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
*
Fix typo.
Robert Haas
2016-06-17
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
*
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Fix typo.
Robert Haas
2016-06-06
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-05-23
*
Allocate all page images at once in generic wal interface
Teodor Sigaev
2016-05-17
*
Correctly align page's images in generic wal API
Teodor Sigaev
2016-05-17
*
Fix bogus comments
Alvaro Herrera
2016-05-12
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Fix poorly-worded log message.
Tom Lane
2016-05-08
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-28
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
*
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
*
In generic WAL application and replay, ensure page "hole" is always zero.
Tom Lane
2016-04-12
*
Correct copyright for newly added genericdesc.c
Stephen Frost
2016-04-12
*
Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.
Tom Lane
2016-04-10
*
Micro-optimize GenericXLogFinish().
Tom Lane
2016-04-09
*
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
*
Code review/prettification for generic_xlog.c.
Tom Lane
2016-04-09
*
Run pgindent on generic_xlog.c.
Tom Lane
2016-04-09
[next]