| Commit message (Expand) | Author | Age |
* | 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 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Have heapam.h include lockdefs.h rather than lock.h. | Robert Haas | 2016-09-13 |
* | Change the format of the VM fork to add a second bit per page. | Robert Haas | 2016-03-01 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Add a C API for parallel heap scans. | Robert Haas | 2015-10-16 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. | Tom Lane | 2015-03-15 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. | Tom Lane | 2014-11-20 |
* | BRIN: Block Range Indexes | Alvaro Herrera | 2014-11-07 |
* | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 2014-10-07 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Reduce scope of changes for COPY FREEZE. | Simon Riggs | 2012-12-02 |