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