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
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix pg_atomic_u64 initialization.
Heikki Linnakangas
2017-08-17
*
Use atomic ops to hand out pages to scan in parallel scan.
Heikki Linnakangas
2017-08-16
*
Reword some unclear comments
Alvaro Herrera
2017-08-08
*
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-26
*
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
*
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
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-29
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
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
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
*
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-04
*
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
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 handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix typo.
Robert Haas
2016-06-17
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
[next]