postgresql/src
Alvaro Herrera b2304a7174
Simplify FK-to-partitioned regression test query
Avoid a join between relations having the FK to detect FK violation.
The planner might optimize this considering the PK must exist on the
referenced side at some point, effectively masking a bug this test
tries to detect.

Tom Lane and Jehan-Guillaume de Rorthais
Discussion: https://postgr.es/m/467.1581270529@sss.pgh.pa.us
2020-02-20 14:14:20 -03:00
..
backend Remove extra word from comment. 2020-02-20 19:15:00 +09:00
bin Clean up some code, comments and docs referring to Windows 2000 and older 2020-02-19 13:20:33 +09:00
common Fix typo 2020-02-19 21:08:47 +01:00
fe_utils Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
include Set gen_random_uuid() to volatile 2020-02-19 20:09:32 +01:00
interfaces Fix assorted error-cleanup bugs in SSL min/max protocol version code. 2020-02-02 13:09:33 -05:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
port Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.c 2020-02-20 11:57:41 +09:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test Simplify FK-to-partitioned regression test query 2020-02-20 14:14:20 -03:00
timezone Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tools Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
Makefile.shlib Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00