summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2017-04-06Fix BRIN cost estimationAlvaro Herrera
2017-04-06Fix mixup of bool and ternary valuePeter Eisentraut
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-26Improve performance of ExecEvalWholeRowVar.Tom Lane
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas
2017-03-23Reduce page locking in GIN vacuumTeodor Sigaev
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-14hash: Support WAL consistency checking.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Make logging about multixact wraparound protection less chatty.Tom Lane
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Remove inclusion of postgres.h from a few header files.Robert Haas
2017-03-07hash: Refactor hash index creation.Robert Haas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-27hash: Refactor overflow page allocation.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-18Change some test macros to return true booleansAlvaro Herrera