Age | Commit message (Expand) | Author |
13 days | Support multi-line headers in COPY FROM command. | Fujii Masao |
2024-10-16 | Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases | Michael Paquier |
2024-10-16 | Rewrite some regression queries for option checks with COPY | Michael Paquier |
2024-10-08 | Add REJECT_LIMIT option to the COPY command. | Fujii Masao |
2024-10-03 | Add log_verbosity = 'silent' support to COPY command. | Fujii Masao |
2024-04-01 | Add new COPY option LOG_VERBOSITY. | Masahiko Sawada |
2024-03-13 | Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore) | Michael Paquier |
2024-01-19 | Rename COPY option from SAVE_ERROR_TO to ON_ERROR | Alexander Korotkov |
2024-01-16 | Add new COPY option SAVE_ERROR_TO | Alexander Korotkov |
2023-09-30 | Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM | Andrew Dunstan |
2023-03-13 | Add a DEFAULT option to COPY FROM | Andrew Dunstan |
2022-11-02 | Add more tests for COPY with incorrect option combinations | Michael Paquier |
2020-10-05 | Fix handling of redundant options with COPY for "freeze" and "header" | Michael Paquier |
2019-01-19 | Allow COPY FROM to filter data using WHERE conditions | Tomas Vondra |
2018-12-23 | Disable WAL-skipping optimization for COPY on views and foreign tables | Michael Paquier |
2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund |
2016-11-10 | Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. | Tom Lane |
2016-10-03 | Fix RLS with COPY (col1, col2) FROM tab | Stephen Frost |
2015-02-16 | Fix null-pointer-deref crash while doing COPY IN with check constraints. | Tom Lane |
2014-04-22 | copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination | Bruce Momjian |
2014-03-04 | Provide a FORCE NULL option to COPY in CSV mode. | Andrew Dunstan |
2013-01-26 | Issue ERROR if FREEZE mode can't be honored by COPY | Bruce Momjian |
2012-12-07 | Optimize COPY FREEZE with CREATE TABLE also. | Simon Riggs |
2012-12-02 | Reduce scope of changes for COPY FREEZE. | Simon Riggs |
2012-12-01 | Tweak tests in COPY FREEZE | Simon Riggs |
2012-12-01 | COPY FREEZE and mark committed on fresh tables. | Simon Riggs |
2012-03-26 | Fix COPY FROM for null marker strings that correspond to invalid encoding. | Tom Lane |
2011-02-21 | Add ENCODING option to COPY TO/FROM and file_fdw. | Itagaki Takahiro |
2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
2009-07-25 | Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. | Andrew Dunstan |
2009-06-14 | Change test tables in copy2 regression test to be temporary tables. | Tom Lane |
2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
2005-12-28 | Add COPY CSV test that tests CSV output of \. | Bruce Momjian |
2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
2005-05-13 | Add regression test for consecutive newlines in COPY CSV mode. (There is | Neil Conway |
2005-01-22 | This patch updates the regression tests to allow "make installcheck" to | Neil Conway |
2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
2004-06-09 | Add regression tests for CSV COPY format. | Bruce Momjian |
2003-10-10 | Add NULL regression tests. | Bruce Momjian |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
2002-10-19 | Make regression tests safe for autocommit = 'off'. | Bruce Momjian |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
2002-07-18 | New depend code doesn't need sequence drop. | Bruce Momjian |
2002-07-18 | here are the copy2.sql and copy2.out files for the new regression | Bruce Momjian |