postgresql/src/bin
Tom Lane 7e22470471 Fix incorrect pattern-match processing in psql's \det command.
listForeignTables' invocation of processSQLNamePattern did not match up
with the other ones that handle potentially-schema-qualified names; it
failed to make use of pg_table_is_visible() and also passed the name
arguments in the wrong order.  Bug seems to have been aboriginal in commit
0d692a0dc9.  It accidentally sort of worked as long as you didn't
inquire too closely into the behavior, although the silliness was later
exposed by inconsistencies in the test queries added by 59efda3e50
(which I probably should have questioned at the time, but didn't).

Per bug #13899 from Reece Hart.  Patch by Reece Hart and Tom Lane.
Back-patch to all affected branches.
2016-01-29 10:28:02 +01:00
..
initdb Fix unobvious interaction between -X switch and subdirectory creation. 2016-01-07 18:20:57 -05:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
pg_config Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_controldata PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
pg_ctl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
pg_dump Fix cross-version pg_dump for aggregate combine functions. 2016-01-27 21:45:07 -05:00
pg_resetxlog Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_rewind PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Fix spelling mistakes. 2016-01-14 23:16:40 -05:00
pg_xlogdump Refactor headers to split out standby defs 2016-01-20 18:51:34 -08:00
pgbench pgbench: improve multi-script support 2016-01-27 02:54:22 +01:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Fix incorrect pattern-match processing in psql's \det command. 2016-01-29 10:28:02 +01:00
scripts PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00