postgresql/contrib/dblink
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames.
Noted while looking for heapscans that might need to start from block
zero.
2008-01-14 02:49:47 +00:00
..
expected The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
sql The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
dblink.c Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 2008-01-14 02:49:47 +00:00
dblink.h
dblink.sql.in
Makefile
uninstall_dblink.sql