summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-282-21/+22
* Correct grammar in error messageSimon Riggs2017-03-281-1/+1
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-282-4/+4
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-273-26/+23
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-274-13/+40
* Fix comment.Robert Haas2017-03-261-2/+2
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-261-0/+68
* Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs2017-03-241-3/+3
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-03-241-3/+3
* Fix backup cancelingTeodor Sigaev2017-03-242-15/+32
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-235-15/+81
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-233-110/+143
* Replication lag tracking for walsendersSimon Riggs2017-03-231-0/+14
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-222-3/+12
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-2/+2
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-223-16/+33
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-221-14/+201
* Another fix for single-page hash index vacuum.Robert Haas2017-03-201-1/+7
* Fixes for single-page hash index vacuum.Robert Haas2017-03-204-2/+45
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-186-3/+80
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-1710-26/+25
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-158-15/+483
* Cosmetic fixes for hash index write-ahead logging.Robert Haas2017-03-152-4/+1
* hash: Support WAL consistency checking.Robert Haas2017-03-141-0/+36
* hash: Add write-ahead logging support.Robert Haas2017-03-149-65/+1762
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-142-10/+15
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-132-6/+6
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-122-3/+4
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-121-6/+4
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-102-232/+9
* Use group updates when setting transaction status in clog.Robert Haas2017-03-092-9/+232
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-082-0/+2
* Support parallel bitmap heap scans.Robert Haas2017-03-081-0/+16
* tidbitmap: Support shared iteration.Robert Haas2017-03-081-1/+1
* hash: Refactor hash index creation.Robert Haas2017-03-073-131/+138
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-071-0/+24
* Reduce lock levels for table storage params related to planningSimon Riggs2017-03-061-7/+43
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-031-0/+4
* hash: Refactor and clean up bucket split code.Robert Haas2017-03-011-93/+67
* Fix incorrect variable datatypeMagnus Hagander2017-02-281-1/+1
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-276-27/+31
* hash: Refactor overflow page allocation.Robert Haas2017-02-271-99/+152
* hash: Refactor bucket squeeze code.Robert Haas2017-02-273-68/+163
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-253-3/+0
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-232-0/+3
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-231-21/+0
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-156-0/+6
* btree: Support parallel index scans.Robert Haas2017-02-153-48/+501