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
*
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
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Increase maximum number of clog buffers.
Andres Freund
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-04-04
*
Silence compiler warning
Alvaro Herrera
2016-04-04
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
[next]