summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-26Support domains over composite types.Tom Lane
2017-10-12Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-26Remove lsn from HashScanPosData.Robert Haas
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-09-22hash: Implement page-at-a-time scan.Robert Haas
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-15Avoid duplicate typedef for SharedRecordTypmodRegistry.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
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