| Commit message (Expand) | Author | Age |
* | Ensure COPY TO on an RLS-enabled table copies no more than it should. | Tom Lane | 2023-03-10 |
* | Rename Default Roles to Predefined Roles | Stephen Frost | 2021-04-01 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Split copy.c into four files. | Heikki Linnakangas | 2020-11-23 |
* | Fix some grammar and typos in comments and docs | Michael Paquier | 2020-11-02 |
* | Remove PartitionRoutingInfo struct. | Heikki Linnakangas | 2020-10-19 |
* | Revise child-to-root tuple conversion map management. | Heikki Linnakangas | 2020-10-19 |
* | Remove es_result_relation_info from EState. | Heikki Linnakangas | 2020-10-14 |
* | Create ResultRelInfos later in InitPlan, index them by RT index. | Heikki Linnakangas | 2020-10-13 |
* | Fix handling of redundant options with COPY for "freeze" and "header" | Michael Paquier | 2020-10-05 |
* | Don't fetch partition check expression during InitResultRelInfo. | Tom Lane | 2020-09-16 |
* | Improve performance of binary COPY FROM through better buffering. | Tom Lane | 2020-07-25 |
* | Add comment to explain an unused function parameter | David Rowley | 2020-07-14 |
* | Avoid useless buffer allocations during binary COPY FROM. | Tom Lane | 2020-07-11 |
* | Mop up some no-longer-necessary hacks around printf %.*s format. | Tom Lane | 2020-06-29 |
* | Removal unused function parameter in CopyReadBinaryAttribute. | Amit Kapila | 2020-06-20 |
* | Make COPY TO keep locks until the transaction end. | Amit Kapila | 2020-05-15 |
* | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch | 2020-04-04 |
* | Allow the planner-related functions and hook to accept the query string. | Fujii Masao | 2020-03-30 |
* | 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 utils/acl.h from catalog/objectaddress.h | Peter Eisentraut | 2020-03-10 |
* | Optimize update of tables with generated columns | Peter Eisentraut | 2020-02-17 |
* | Fix problems with "read only query" checks, and refactor the code. | Robert Haas | 2020-01-16 |
* | Make parser rely more heavily on the ParseNamespaceItem data structure. | Tom Lane | 2020-01-02 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Make the order of the header file includes consistent in backend modules. | Amit Kapila | 2019-11-12 |
* | PG_FINALLY | Peter Eisentraut | 2019-11-01 |
* | Fix inconsistencies and typos in the tree, take 9 | Michael Paquier | 2019-08-05 |
* | Fix missing calls to table_finish_bulk_insert during COPY, take 2 | David Rowley | 2019-07-10 |
* | Revert fix missing call to table_finish_bulk_insert during COPY | David Rowley | 2019-07-02 |
* | Remove surplus call to table_finish_bulk_insert | David Rowley | 2019-07-02 |
* | Fix missing call to table_finish_bulk_insert during COPY | David Rowley | 2019-07-02 |
* | Fix more typos and inconsistencies in the tree | Michael Paquier | 2019-06-17 |
* | Fix typos and inconsistencies in code comments | Michael Paquier | 2019-06-14 |
* | Fix assorted inconsistencies. | Amit Kapila | 2019-06-08 |
* | Fix incorrect index behavior in COPY FROM with partitioned tables | David Rowley | 2019-06-05 |
* | Fix typos. | Amit Kapila | 2019-05-26 |
* | tableam: Rename wrapper functions to match callback names. | Andres Freund | 2019-05-23 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Remove outdated comment in copy.c. | Andres Freund | 2019-05-19 |
* | More message style fixes | Alvaro Herrera | 2019-05-16 |
* | Remove unused struct member, enforce multi_insert callback presence. | Andres Freund | 2019-04-04 |
* | tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. | Andres Freund | 2019-04-04 |
* | tableam: Add table_finish_bulk_insert(). | Andres Freund | 2019-04-01 |
* | Generated columns | Peter Eisentraut | 2019-03-30 |
* | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 |
* | Improve code comment | Peter Eisentraut | 2019-03-14 |
* | tableam: Add and use scan APIs. | Andres Freund | 2019-03-11 |
* | Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. | Robert Haas | 2019-03-07 |