| Commit message (Expand) | Author | Age |
* | Remove tupgone special case from vacuumlazy.c. | Peter Geoghegan | 2021-04-06 |
* | Simplify state managed by VACUUM. | Peter Geoghegan | 2021-04-05 |
* | Adjust design of per-worker parallel seqscan data struct | David Rowley | 2021-03-30 |
* | Add TID Range Scans to support efficient scanning ranges of TIDs | David Rowley | 2021-02-27 |
* | Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92. | Andres Freund | 2021-02-15 |
* | Enhance nbtree index tuple deletion. | Peter Geoghegan | 2021-01-13 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Remove catalog function currtid() | Michael Paquier | 2020-11-25 |
* | Add additional information in the vacuum error context. | Amit Kapila | 2020-08-26 |
* | snapshot scalability: Don't compute global horizons while building snapshots. | Andres Freund | 2020-08-12 |
* | Move syncscan.c to src/backend/access/common. | Thomas Munro | 2020-07-29 |
* | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch | 2020-04-04 |
* | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch | 2020-03-22 |
* | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch | 2020-03-21 |
* | Remove dependency on HeapTuple from predicate locking functions. | Thomas Munro | 2020-01-28 |
* | Allow vacuum command to process indexes in parallel. | Amit Kapila | 2020-01-20 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Fix inconsistencies in the code | Michael Paquier | 2019-07-08 |
* | Fix assorted inconsistencies. | Amit Kapila | 2019-06-08 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Don't to predicate lock for analyze scans, refactor scan option passing. | Andres Freund | 2019-05-19 |
* | tableam: Avoid relying on relation size to determine validity of tids. | Andres Freund | 2019-05-17 |
* | tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. | Andres Freund | 2019-04-04 |
* | Compute XID horizon for page level index vacuum on primary. | Andres Freund | 2019-03-26 |
* | Remove heap_hot_search(). | Andres Freund | 2019-03-25 |
* | tableam: Add and use table_fetch_row_version(). | Andres Freund | 2019-03-25 |
* | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 |
* | Fold vacuum's 'int options' parameter into VacuumParams. | Robert Haas | 2019-03-18 |
* | tableam: Add and use scan APIs. | Andres Freund | 2019-03-11 |
* | Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. | Andres Freund | 2019-01-21 |
* | Introduce access/{table.h, relation.h}, for generic functions from heapam.h. | Andres Freund | 2019-01-21 |
* | Move vacuumlazy.c into access/heap. | Andres Freund | 2019-01-15 |
* | Don't include heapam.h from others headers. | Andres Freund | 2019-01-14 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 |
* | Fix logical decoding error when system table w/ toast is repeatedly rewritten. | Andres Freund | 2018-10-10 |
* | Revert MERGE patch | Simon Riggs | 2018-04-12 |
* | Raise error when affecting tuple moved into different partition. | Andres Freund | 2018-04-07 |
* | MERGE SQL Command following SQL:2016 | Simon Riggs | 2018-04-03 |
* | Revert "Modified files for MERGE" | Simon Riggs | 2018-04-02 |
* | Modified files for MERGE | Simon Riggs | 2018-04-02 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Perform a lot more sanity checks when freezing tuples. | Andres Freund | 2017-12-14 |
* | Revert bogus fixes of HOT-freezing bug | Alvaro Herrera | 2017-11-02 |
* | Fix traversal of half-frozen update chains | Alvaro Herrera | 2017-10-06 |
* | Separate reinitialization of shared parallel-scan state from ExecReScan. | Tom Lane | 2017-08-30 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Support parallel bitmap heap scans. | Robert Haas | 2017-03-08 |
* | Fix interaction of partitioned tables with BulkInsertState. | Robert Haas | 2017-01-24 |