OSDN Git Service

pg_hint_plan_first
authornaoki_kishi_b1 <naoki_kishi_b1@lab.ntt.co.jp>
Thu, 14 Feb 2013 02:24:12 +0000 (11:24 +0900)
committernaoki_kishi_b1 <naoki_kishi_b1@lab.ntt.co.jp>
Thu, 14 Feb 2013 02:24:12 +0000 (11:24 +0900)
commit5fe37eb02541255f7312d1621e0804c147aa5c4a
tree68dbe503c3db8a0ebe22660bcfb234ae0387b048
pg_hint_plan_first

Signed-off-by: naoki_kishi_b1 <naoki_kishi_b1@lab.ntt.co.jp>
45 files changed:
COPYRIGHT [new file with mode: 0644]
COPYRIGHT.postgresql [new file with mode: 0644]
Makefile [new file with mode: 0644]
SPECS/pg_hint_plan91.spec [new file with mode: 0644]
SPECS/pg_hint_plan92.spec [new file with mode: 0644]
core-9.1.c [new file with mode: 0644]
core-9.2.c [new file with mode: 0644]
data/data.csv [new file with mode: 0644]
doc/hint_list-ja.html [new file with mode: 0644]
doc/pg_hint_plan-ja.html [new file with mode: 0644]
doc/style.css [new file with mode: 0644]
expected/.gitignore [new file with mode: 0644]
expected/base_plan-9.1.out [new file with mode: 0644]
expected/base_plan-9.2.out [new file with mode: 0644]
expected/init-9.1.out [new file with mode: 0644]
expected/init-9.2.out [new file with mode: 0644]
expected/pg_hint_plan-9.1.out [new file with mode: 0644]
expected/pg_hint_plan-9.2.out [new file with mode: 0644]
expected/ut-A-9.1.out [new file with mode: 0644]
expected/ut-A-9.2.out [new file with mode: 0644]
expected/ut-G-9.1.out [new file with mode: 0644]
expected/ut-G-9.2.out [new file with mode: 0644]
expected/ut-J-9.1.out [new file with mode: 0644]
expected/ut-J-9.2.out [new file with mode: 0644]
expected/ut-L-9.1.out [new file with mode: 0644]
expected/ut-L-9.2.out [new file with mode: 0644]
expected/ut-S-9.1.out [new file with mode: 0644]
expected/ut-S-9.2.out [new file with mode: 0644]
expected/ut-fini.out [new file with mode: 0644]
expected/ut-init.out [new file with mode: 0644]
input/ut-fdw.source [new file with mode: 0644]
make_join_rel.c [new file with mode: 0644]
output/ut-fdw.source [new file with mode: 0644]
pg_hint_plan.c [new file with mode: 0644]
sql/.gitignore [new file with mode: 0644]
sql/base_plan.sql [new file with mode: 0644]
sql/init.sql [new file with mode: 0644]
sql/pg_hint_plan.sql [new file with mode: 0644]
sql/ut-A.sql [new file with mode: 0644]
sql/ut-G.sql [new file with mode: 0644]
sql/ut-J.sql [new file with mode: 0644]
sql/ut-L.sql [new file with mode: 0644]
sql/ut-S.sql [new file with mode: 0644]
sql/ut-fini.sql [new file with mode: 0644]
sql/ut-init.sql [new file with mode: 0644]