git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: ed1e9cd) | patch
Initial SQL/XML support: xml data type and initial set of functions.
2006年12月21日 16:05:16 +0000 (16:05 +0000)
2006年12月21日 16:05:16 +0000 (16:05 +0000)
commit 8c1de5fb0010ae712568f1706b737270c3609bd8
Initial SQL/XML support: xml data type and initial set of functions.
39 files changed:
configure diff | blob | blame | history
configure.in diff | blob | blame | history
doc/src/sgml/datatype.sgml diff | blob | blame | history
doc/src/sgml/func.sgml diff | blob | blame | history
doc/src/sgml/installation.sgml diff | blob | blame | history
src/backend/executor/execQual.c diff | blob | blame | history
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/equalfuncs.c diff | blob | blame | history
src/backend/nodes/outfuncs.c diff | blob | blame | history
src/backend/nodes/readfuncs.c diff | blob | blame | history
src/backend/optimizer/util/clauses.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/parser/keywords.c diff | blob | blame | history
src/backend/parser/parse_coerce.c diff | blob | blame | history
src/backend/parser/parse_expr.c diff | blob | blame | history
src/backend/parser/parse_target.c diff | blob | blame | history
src/backend/utils/adt/Makefile diff | blob | blame | history
src/backend/utils/adt/ruleutils.c diff | blob | blame | history
src/backend/utils/adt/xml.c [new file with mode: 0644] blob
src/backend/utils/mb/mbutils.c diff | blob | blame | history
src/include/catalog/pg_cast.h diff | blob | blame | history
src/include/catalog/pg_proc.h diff | blob | blame | history
src/include/catalog/pg_type.h diff | blob | blame | history
src/include/nodes/execnodes.h diff | blob | blame | history
src/include/nodes/nodes.h diff | blob | blame | history
src/include/nodes/primnodes.h diff | blob | blame | history
src/include/parser/parse_coerce.h diff | blob | blame | history
src/include/pg_config.h.in diff | blob | blame | history
src/include/utils/errcodes.h diff | blob | blame | history
src/include/utils/xml.h [new file with mode: 0644] blob
src/test/regress/expected/opr_sanity.out diff | blob | blame | history
src/test/regress/expected/prepare.out diff | blob | blame | history
src/test/regress/expected/rules.out diff | blob | blame | history
src/test/regress/expected/xml.out [new file with mode: 0644] blob
src/test/regress/expected/xml_1.out [new file with mode: 0644] blob
src/test/regress/parallel_schedule diff | blob | blame | history
src/test/regress/serial_schedule diff | blob | blame | history
src/test/regress/sql/opr_sanity.sql diff | blob | blame | history
src/test/regress/sql/xml.sql [new file with mode: 0644] blob
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /