summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-22Fix typo in commentMagnus Hagander
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-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-05-10Remove no-longer-needed compatibility code for hash indexes.Robert Haas
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-05-01Fix logical replication launcher wake up and resetPeter Eisentraut
2017-04-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-23Workaround for RecoverPreparedTransactions()Simon Riggs
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-18Exit correctly from PrepareRedoRemove() when not foundSimon Riggs
2017-04-18Don’t push nextid too far forwards in recoverySimon Riggs
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane
2017-04-16Fix typo in commentPeter Eisentraut
2017-04-15More cleanup of manipulations of hash indexes' hasho_flag field.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-07Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane
2017-04-06Fix BRIN cost estimationAlvaro Herrera
2017-04-06Fix mixup of bool and ternary valuePeter Eisentraut
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-04-05hash: Fix write-ahead logging bug.Robert Haas
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Fix uninitialized variables in twophase.cSimon Riggs
2017-04-04Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs
2017-04-04Fix formula in _hash_spareindex.Robert Haas
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Properly acquire buffer lock for page-at-a-time hash vacuum.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-29Simplify check of modified attributes in heap_updateAlvaro Herrera
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-28Correct grammar in error messageSimon Riggs
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-27Fix comment.Robert Haas