index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
copy2.sql
Age
Commit message (
Expand
)
Author
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