summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-17hash: Fix write-ahead logging bugs related to init forks.Robert Haas
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
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-06-17Fix typos in commentsMagnus Hagander
2017-06-14Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera
2017-06-13Re-run pgindent.Tom Lane
2017-06-09Formatting improvements in config file samplesPeter Eisentraut
2017-06-09Update code commentsPeter Eisentraut
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-31Restore accidentally-removed line.Robert Haas
2017-05-30brin: Don't crash on auto-summarizationAlvaro Herrera
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