summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-20Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas
2017-08-16Remove dedicated B-tree root-split record types.Heikki Linnakangas
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-07-31Fix comment.Tatsuo Ishii
2017-06-30Remove outdated commentPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-04-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-15Fix erroneous cross-reference in comment.Tom Lane
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-04-07Fix new BRIN desummarize WAL recordAlvaro Herrera
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