postgresql/src
Andrew Dunstan 4ed9dacb2f
In PostgresNode.pm, don't pass SQL to psql on the command line
The Msys shell mangles certain patterns in its command line, so avoid
handing arbitrary SQL to psql on the command line and instead use
IPC::Run's redirection facility for stdin. This pattern is already
mostly whats used, but query_poll_until() was not doing the right thing.

Problem discovered on the buildfarm when a new TAP test failed on msys.
2021-06-03 17:29:11 -04:00
..
backend Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY 2021-06-03 15:28:37 +09:00
bin Improve docs and error messages for parallel vacuum. 2021-05-25 09:40:16 +05:30
common Second thoughts on TOAST decompression. 2020-11-02 11:25:18 -05:00
fe_utils psql: call clearerr() just before printing 2021-03-29 18:34:39 -03:00
include Add fallback implementation for setenv() 2021-06-01 09:27:25 +09:00
interfaces Translation updates 2021-05-10 14:32:18 +02:00
makefiles
pl Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. 2021-05-21 14:03:53 -04:00
port Add fallback implementation for setenv() 2021-06-01 09:27:25 +09:00
template Further tweaking of PG_SYSROOT heuristics for macOS. 2021-01-20 12:07:31 -05:00
test In PostgresNode.pm, don't pass SQL to psql on the command line 2021-06-03 17:29:11 -04:00
timezone Update time zone data files to tzdata release 2021a. 2021-01-24 16:29:47 -05:00
tools Add fallback implementation for setenv() 2021-06-01 09:27:25 +09:00
tutorial tutorial: land height is "elevation", not "altitude" 2021-03-10 20:25:18 -05:00
.gitignore
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile
Makefile.global.in Update Unicode data to Unicode 13.0.0 and CLDR 37 2020-04-24 09:52:59 +02:00
Makefile.shlib
nls-global.mk