Commits

DateSubjectAuthorReleases
2016-11-10 Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. Tom Lane 10.0
2016-10-03 Fix RLS with COPY (col1, col2) FROM tab Stephen Frost 9.5.5
2016-10-03 Fix RLS with COPY (col1, col2) FROM tab Stephen Frost 9.6.1
2016-10-03 Fix RLS with COPY (col1, col2) FROM tab Stephen Frost 10.0
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.2.11
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.3.7
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.4.2
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.5.0
2014-04-22 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination Bruce Momjian 9.4.0
2014-03-04 Provide a FORCE NULL option to COPY in CSV mode. Andrew Dunstan 9.4.0
2013-01-26 Issue ERROR if FREEZE mode can't be honored by COPY Bruce Momjian 9.3.0
2012-12-07 Optimize COPY FREEZE with CREATE TABLE also. Simon Riggs 9.3.0
2012-12-02 Reduce scope of changes for COPY FREEZE. Simon Riggs 9.3.0
2012-12-01 Tweak tests in COPY FREEZE Simon Riggs 9.3.0
2012-12-01 COPY FREEZE and mark committed on fresh tables. Simon Riggs 9.3.0
2012-03-26 Fix COPY FROM for null marker strings that correspond to invalid encoding. Tom Lane 8.4.12
2012-03-26 Fix COPY FROM for null marker strings that correspond to invalid encoding. Tom Lane 9.0.8
2012-03-26 Fix COPY FROM for null marker strings that correspond to invalid encoding. Tom Lane 9.1.4
2012-03-26 Fix COPY FROM for null marker strings that correspond to invalid encoding. Tom Lane 9.2.0
2011-02-21 Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro 9.1.0
2010-02-17 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 Tom Lane 9.0.0
2009-09-21 Define a new, more extensible syntax for COPY options. Tom Lane 9.0.0
2009-07-25 Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. Andrew Dunstan 9.0.0
2009-06-14 Change test tables in copy2 regression test to be temporary tables. Tom Lane 8.3.8
2009-06-14 Change test tables in copy2 regression test to be temporary tables. Tom Lane 8.4.0