aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-22
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Fix comment.Tatsuo Ishii2017-08-01
* Remove outdated commentPeter Eisentraut2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* 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
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Fix erroneous cross-reference in comment.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
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-04
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-26
* Fix backup cancelingTeodor Sigaev2017-03-24
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-23
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-22
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Support WAL consistency checking.Robert Haas2017-03-14
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Spelling fixesPeter Eisentraut2017-03-14
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-14
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Remove inclusion of postgres.h from a few header files.Robert Haas2017-03-08
* hash: Refactor hash index creation.Robert Haas2017-03-07