aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.Andres Freund2018-03-05
* Fix VM buffer pin management in heap_lock_updated_tuple_rec().Tom Lane2018-03-02
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Support parallel btree index builds.Robert Haas2018-02-02
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-05
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix pg_atomic_u64 initialization.Heikki Linnakangas2017-08-17
* Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas2017-08-16
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-26
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Simplify check of modified attributes in heap_updateAlvaro Herrera2017-03-29
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-26
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17