summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-061-4/+23
* Change InitToastSnapshot to a macro.Robert Haas2016-08-051-1/+1
* Fix hard to hit race condition in heapam's tuple locking code.Andres Freund2016-08-041-6/+38
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-031-4/+33
* Block interrupts during HandleParallelMessages().Tom Lane2016-08-021-5/+16
* Minor cleanup for access/transam/parallel.c.Tom Lane2016-08-011-13/+12
* Message style improvementsPeter Eisentraut2016-07-287-56/+59
* Remove unused structure member.Robert Haas2016-07-211-2/+0
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-183-51/+180
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-162-6/+37
* Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund2016-07-151-23/+73
* Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund2016-07-151-0/+4
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-151-3/+13
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-141-63/+88
* Fix start WAL filename for concurrent backups from standbyMagnus Hagander2016-07-111-1/+1
* Fix several mistakes around parallel workers and client_encoding.Robert Haas2016-06-301-1/+17
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-283-6/+6
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-242-52/+54
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-242-33/+45
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-171-1/+1
* pg_visibility: Add pg_truncate_visibility_map function.Robert Haas2016-06-171-1/+2
* Fix typo.Robert Haas2016-06-171-1/+1
* Remove PID from 'parallel worker' context message.Robert Haas2016-06-171-2/+2
* Fix fuzzy thinking in ReinitializeParallelDSM().Tom Lane2016-06-161-11/+11
* Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas2016-06-151-13/+32
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-092-12/+12
* pgindent run for 9.6Robert Haas2016-06-0931-223/+229
* Eliminate "parallel degree" terminology.Robert Haas2016-06-091-3/+3
* Message style and wording fixesPeter Eisentraut2016-06-072-4/+4
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-7/+15
* Fix typo.Robert Haas2016-06-061-1/+1
* Fix various common mispellings.Greg Stark2016-06-031-1/+1
* Cosmetic improvements to freeze map code.Robert Haas2016-06-031-15/+19
* Fix btree mark/restore bug.Kevin Grittner2016-06-022-20/+1
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-303-3/+8
* Fix BTREE_BUILD_STATS build.Tom Lane2016-05-231-0/+1
* Allocate all page images at once in generic wal interfaceTeodor Sigaev2016-05-171-10/+9
* Correctly align page's images in generic wal APITeodor Sigaev2016-05-171-1/+13
* Fix bogus commentsAlvaro Herrera2016-05-122-5/+6
* Fix obsolete commentAlvaro Herrera2016-05-121-2/+2
* Fix poorly-worded log message.Tom Lane2016-05-081-1/+1
* Limit maximum parallel degree to 1024.Robert Haas2016-05-061-1/+1
* Use mul_size when multiplying by the number of parallel workers.Robert Haas2016-05-061-2/+4
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-062-5/+0
* Revert timeline following in replication slotsAlvaro Herrera2016-05-042-206/+15
* Prevent to use magic constantsTeodor Sigaev2016-04-285-7/+7
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-282-61/+76
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-263-26/+76
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-203-220/+342
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-2044-626/+484