aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Formatting improvements in config file samplesPeter Eisentraut2017-06-09
* Update code commentsPeter Eisentraut2017-06-09
* Clean up latch related code.Andres Freund2017-06-06
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Restore accidentally-removed line.Robert Haas2017-05-31
* brin: Don't crash on auto-summarizationAlvaro Herrera2017-05-30
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Fix typo in commentMagnus Hagander2017-05-22
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-10
* Remove no-longer-needed compatibility code for hash indexes.Robert Haas2017-05-09
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-05
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Fix logical replication launcher wake up and resetPeter Eisentraut2017-05-01
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Workaround for RecoverPreparedTransactions()Simon Riggs2017-04-23
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-23
* Exit correctly from PrepareRedoRemove() when not foundSimon Riggs2017-04-18
* Don’t push nextid too far forwards in recoverySimon Riggs2017-04-18
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Ensure BackgroundWorker struct contents are well-defined.Tom Lane2017-04-16
* Fix typo in commentPeter Eisentraut2017-04-16
* More cleanup of manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-15
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-07
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-06
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* hash: Fix write-ahead logging bug.Robert Haas2017-04-05
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Fix uninitialized variables in twophase.cSimon Riggs2017-04-04
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Fix formula in _hash_spareindex.Robert Haas2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Properly acquire buffer lock for page-at-a-time hash vacuum.Robert Haas2017-04-03
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01