Add new graphics for PG 8.4 query plan node types [Niko]
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Wed, 18 Mar 2009 21:15:29 +0000 (21:15 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Wed, 18 Mar 2009 21:15:29 +0000 (21:15 +0000)
commit5d7b8f0c31445827ee9233f16e8575c5da15ee18
tree575cb83156b660f0f898e2e238103eea3ac229f0
parente110807d62b914ecd48696d65a5857fe4f3abc11
Add new graphics for PG 8.4 query plan node types [Niko]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7728 a7884b65-44f6-0310-8a51-81a127f17b15
18 files changed:
pgadmin/ctl/explainShape.cpp
pgadmin/include/images/ex_cte_scan.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_anti_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_semi_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_setop_except.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_setop_except_all.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_setop_intersect.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_setop_intersect_all.xpm [new file with mode: 0644]
pgadmin/include/images/ex_hash_setop_unknown.xpm [new file with mode: 0644]
pgadmin/include/images/ex_merge_anti_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_merge_semi_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_nested_loop_anti_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_nested_loop_semi_join.xpm [new file with mode: 0644]
pgadmin/include/images/ex_recursive_union.xpm [new file with mode: 0644]
pgadmin/include/images/ex_window_aggregate.xpm [new file with mode: 0644]
pgadmin/include/images/ex_worktable_scan.xpm [new file with mode: 0644]
pgadmin/include/images/module.mk
pgadmin/pgAdmin3.vcproj