<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/test/regress/expected/copyselect.out, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>psql: Show all query results by default</title>
<updated>2022-04-04T18:00:33+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2022-04-04T12:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7844c9918a43b494adde3575891d217a37062378'/>
<id>7844c9918a43b494adde3575891d217a37062378</id>
<content type='text'>
Previously, psql printed only the last result if a command string
returned multiple result sets.  Now it prints all of them.  The
previous behavior can be obtained by setting the psql variable
SHOW_ALL_RESULTS to off.

This is a significantly enhanced version of
3a5130672296ed4e682403a77a9a3ad3d21cef75 (that was later reverted).
There is also much more test coverage for various psql features now.

Author: Fabien COELHO &lt;coelho@cri.ensmp.fr&gt;
Reviewed-by: Peter Eisentraut &lt;peter.eisentraut@enterprisedb.com&gt;
Reviewed-by: "Iwata, Aya" &lt;iwata.aya@jp.fujitsu.com&gt; (earlier version)
Reviewed-by: Daniel Verite &lt;daniel@manitou-mail.org&gt; (earlier version)
Reviewed-by: Kyotaro Horiguchi &lt;horikyota.ntt@gmail.com&gt; (earlier version)
Reviewed-by: vignesh C &lt;vignesh21@gmail.com&gt; (earlier version)
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, psql printed only the last result if a command string
returned multiple result sets.  Now it prints all of them.  The
previous behavior can be obtained by setting the psql variable
SHOW_ALL_RESULTS to off.

This is a significantly enhanced version of
3a5130672296ed4e682403a77a9a3ad3d21cef75 (that was later reverted).
There is also much more test coverage for various psql features now.

Author: Fabien COELHO &lt;coelho@cri.ensmp.fr&gt;
Reviewed-by: Peter Eisentraut &lt;peter.eisentraut@enterprisedb.com&gt;
Reviewed-by: "Iwata, Aya" &lt;iwata.aya@jp.fujitsu.com&gt; (earlier version)
Reviewed-by: Daniel Verite &lt;daniel@manitou-mail.org&gt; (earlier version)
Reviewed-by: Kyotaro Horiguchi &lt;horikyota.ntt@gmail.com&gt; (earlier version)
Reviewed-by: vignesh C &lt;vignesh21@gmail.com&gt; (earlier version)
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "psql: Show all query results by default"</title>
<updated>2021-04-15T17:42:55+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2021-04-15T17:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=fae65629cec824738ee11bf60f757239906d64fa'/>
<id>fae65629cec824738ee11bf60f757239906d64fa</id>
<content type='text'>
This reverts commit 3a5130672296ed4e682403a77a9a3ad3d21cef75.

Per discussion, this patch had too many issues to resolve at this
point of the development cycle.  We'll try again in the future.

Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3a5130672296ed4e682403a77a9a3ad3d21cef75.

Per discussion, this patch had too many issues to resolve at this
point of the development cycle.  We'll try again in the future.

Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</pre>
</div>
</content>
</entry>
<entry>
<title>psql: Show all query results by default</title>
<updated>2021-04-06T15:10:24+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2021-04-06T14:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=3a5130672296ed4e682403a77a9a3ad3d21cef75'/>
<id>3a5130672296ed4e682403a77a9a3ad3d21cef75</id>
<content type='text'>
Previously, psql printed only the last result if a command string
returned multiple result sets.  Now it prints all of them.  The
previous behavior can be obtained by setting the psql variable
SHOW_ALL_RESULTS to off.

Author: Fabien COELHO &lt;coelho@cri.ensmp.fr&gt;
Reviewed-by: "Iwata, Aya" &lt;iwata.aya@jp.fujitsu.com&gt;
Reviewed-by: Daniel Verite &lt;daniel@manitou-mail.org&gt;
Reviewed-by: Peter Eisentraut &lt;peter.eisentraut@2ndquadrant.com&gt;
Reviewed-by: Kyotaro Horiguchi &lt;horikyota.ntt@gmail.com&gt;
Reviewed-by: vignesh C &lt;vignesh21@gmail.com&gt;
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, psql printed only the last result if a command string
returned multiple result sets.  Now it prints all of them.  The
previous behavior can be obtained by setting the psql variable
SHOW_ALL_RESULTS to off.

Author: Fabien COELHO &lt;coelho@cri.ensmp.fr&gt;
Reviewed-by: "Iwata, Aya" &lt;iwata.aya@jp.fujitsu.com&gt;
Reviewed-by: Daniel Verite &lt;daniel@manitou-mail.org&gt;
Reviewed-by: Peter Eisentraut &lt;peter.eisentraut@2ndquadrant.com&gt;
Reviewed-by: Kyotaro Horiguchi &lt;horikyota.ntt@gmail.com&gt;
Reviewed-by: vignesh C &lt;vignesh21@gmail.com&gt;
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce messages about implicit indexes and sequences to DEBUG1.</title>
<updated>2012-07-05T00:35:29+00:00</updated>
<author>
<name>Robert Haas</name>
<email>rhaas@postgresql.org</email>
</author>
<published>2012-07-05T00:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d7c734841b3e6cb44de363a8a3d83c35b75b30d9'/>
<id>d7c734841b3e6cb44de363a8a3d83c35b75b30d9</id>
<content type='text'>
Per recent discussion on pgsql-hackers, these messages are too
chatty for most users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per recent discussion on pgsql-hackers, these messages are too
chatty for most users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Have \copy go through SendQuery</title>
<updated>2012-01-25T21:22:00+00:00</updated>
<author>
<name>Alvaro Herrera</name>
<email>alvherre@alvh.no-ip.org</email>
</author>
<published>2012-01-25T21:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=08146775acd8bfe0fcc509c71857abb928697171'/>
<id>08146775acd8bfe0fcc509c71857abb928697171</id>
<content type='text'>
This enables a bunch of features, notably ON_ERROR_ROLLBACK.  It also
makes COPY failure (either in the server or psql) as a whole behave more
sanely in psql.

Additionally, having more commands in the same command line as COPY
works better (though since psql splits lines at semicolons, this doesn't
matter much unless you're using -c).

Also tighten a couple of switches on PQresultStatus() to add
PGRES_COPY_BOTH support and stop assuming that unknown statuses received
are errors; have those print diagnostics where warranted.

Author: Noah Misch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables a bunch of features, notably ON_ERROR_ROLLBACK.  It also
makes COPY failure (either in the server or psql) as a whole behave more
sanely in psql.

Additionally, having more commands in the same command line as COPY
works better (though since psql splits lines at semicolons, this doesn't
matter much unless you're using -c).

Also tighten a couple of switches on PQresultStatus() to add
PGRES_COPY_BOTH support and stop assuming that unknown statuses received
are errors; have those print diagnostics where warranted.

Author: Noah Misch
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless whitespace at end of lines</title>
<updated>2010-11-23T20:34:55+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2010-11-23T20:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=fc946c39aeacdff7df60c83fca6582985e8546c8'/>
<id>fc946c39aeacdff7df60c83fca6582985e8546c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach the system how to use hashing for UNION.  (INTERSECT/EXCEPT will follow,</title>
<updated>2008-08-07T01:11:52+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2008-08-07T01:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=2d1d96b1cea8f67a095e8f28372af4081605f681'/>
<id>2d1d96b1cea8f67a095e8f28372af4081605f681</id>
<content type='text'>
but seem like a separate patch since most of the remaining work is on the
executor side.)  I took the opportunity to push selection of the grouping
operators for set operations into the parser where it belongs.  Otherwise this
is just a small exercise in making prepunion.c consider both alternatives.

As with the recent DISTINCT patch, this means we can UNION on datatypes that
can hash but not sort, and it means that UNION without ORDER BY is no longer
certain to produce sorted output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but seem like a separate patch since most of the remaining work is on the
executor side.)  I took the opportunity to push selection of the grouping
operators for set operations into the parser where it belongs.  Otherwise this
is just a small exercise in making prepunion.c consider both alternatives.

As with the recent DISTINCT patch, this means we can UNION on datatypes that
can hash but not sort, and it means that UNION without ORDER BY is no longer
certain to produce sorted output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend COPY to support COPY (SELECT ...) TO ...</title>
<updated>2006-08-30T23:34:22+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2006-08-30T23:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=85188ab8838bf19cdf12298e1b6c29e12f9b9a3c'/>
<id>85188ab8838bf19cdf12298e1b6c29e12f9b9a3c</id>
<content type='text'>
Bernd Helmle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bernd Helmle
</pre>
</div>
</content>
</entry>
</feed>
