aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Fix typo.Robert Haas2016-06-06
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix typo in comment.Robert Haas2015-12-18
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix some oversights in BRIN patch.Tom Lane2015-07-21
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-10
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera2014-08-25
* Use newly added InvalidCommandId instead of 0Alvaro Herrera2014-08-25
* Fix outdated commentAlvaro Herrera2014-08-22
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-29
* Simplify multixact freezing a bitAlvaro Herrera2014-07-29
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera2014-06-27
* Check for interrupts during tuple-insertion loops.Robert Haas2014-06-23
* Code review for recent changes in relcache.c.Tom Lane2014-05-14