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
/
heap
Commit message (
Expand
)
Author
Age
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
*
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
2014-08-25
*
Use newly added InvalidCommandId instead of 0
Alvaro Herrera
2014-08-25
*
Fix outdated comment
Alvaro Herrera
2014-08-22
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
*
Simplify multixact freezing a bit
Alvaro Herrera
2014-07-29
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
Fix broken Assert() introduced by 8e9a16ab8f7f0e58
Alvaro Herrera
2014-06-27
*
Check for interrupts during tuple-insertion loops.
Robert Haas
2014-06-23
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Assert that pre/post-fix updated tuples are on the same page during replay.
Heikki Linnakangas
2014-05-05
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
*
Update obsolete comments.
Heikki Linnakangas
2014-04-23
*
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-22
*
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
*
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
*
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Fix WAL replay of locking an updated tuple
Alvaro Herrera
2014-02-27
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-15
*
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-21
*
Optimize updating a row that's locked by same xid
Alvaro Herrera
2013-12-19
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
2013-12-13
*
Under wal_level=logical, when saving old tuples, always save OID.
Robert Haas
2013-12-11
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
Fix a couple of bugs in MultiXactId freezing
Alvaro Herrera
2013-11-29
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Unbreak buildfarm
Alvaro Herrera
2013-11-28
*
Use a more granular approach to follow update chains
Alvaro Herrera
2013-11-28
*
Compare Xmin to previous Xmax when locking an update chain
Alvaro Herrera
2013-11-28
*
Don't try to set InvalidXid as page pruning hint
Alvaro Herrera
2013-11-28
[next]