summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/copy2.out
Commit message (Expand)AuthorAgeFilesLines
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-131-0/+98
* Add more tests for COPY with incorrect option combinationsMichael Paquier2022-11-021-0/+17
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-0/+2
* Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier2020-10-051-0/+47
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-281-1/+1
* Fix regression test outputsMichael Paquier2019-05-171-3/+3
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-201-1/+39
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-231-0/+18
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-14/+2
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-221-1/+1
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-3/+3
* Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane2016-11-101-0/+26
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-4/+4
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-031-0/+78
* Update spelling of COPY optionsPeter Eisentraut2015-11-041-2/+2
* Rearrange the handling of error context reports.Tom Lane2015-09-051-3/+0
* Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane2015-02-151-0/+34
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-221-5/+5
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-041-0/+48
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-021-3/+3
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-261-10/+8
* Correct xmax test for COPY FREEZESimon Riggs2012-12-071-5/+5
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-071-2/+10
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-021-23/+37
* Second tweak of COPY FREEZESimon Riggs2012-12-011-1/+0
* Tweak tests in COPY FREEZESimon Riggs2012-12-011-5/+10
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-011-0/+106
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-251-0/+16
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-211-3/+3
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-1/+1
* Define a new, more extensible syntax for COPY options.Tom Lane2009-09-211-0/+33
* Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.Andrew Dunstan2009-07-251-0/+4
* Change test tables in copy2 regression test to be temporary tables.Tom Lane2009-06-141-2/+2
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* Add COPY CSV test that tests CSV output of \.Bruce Momjian2005-12-281-0/+5
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-281-0/+3
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-4/+4
* Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway2005-05-131-0/+3
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-221-1/+1
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-2/+2
* Add regression tests for CSV COPY format.Bruce Momjian2004-06-091-0/+19
* Add NULL regression tests.Bruce Momjian2003-10-101-16/+70
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-291-4/+4
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-1/+1
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-7/+7
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-2/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-1/+0
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-4/+8