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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: ca86a63) | patch
Add Boolean node
2022年1月14日 09:46:49 +0000 (10:46 +0100)
2022年1月17日 09:38:23 +0000 (10:38 +0100)
commit 941460fcf731a32e6a90691508d5cfa3d1f8eeaf
Add Boolean node

Before, SQL-level boolean constants were represented by a string with
a cast, and internal Boolean values in DDL commands were usually
represented by Integer nodes. This takes the place of both of these
uses, making the intent clearer and having some amount of type safety.

Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/8c1a2e37-c68d-703c-5a83-7a6077f4f997@enterprisedb.com
20 files changed:
contrib/postgres_fdw/postgres_fdw.c diff | blob | blame | history
src/backend/commands/define.c diff | blob | blame | history
src/backend/commands/functioncmds.c diff | blob | blame | history
src/backend/commands/sequence.c diff | blob | blame | history
src/backend/commands/tsearchcmds.c diff | blob | blame | history
src/backend/commands/user.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/nodeFuncs.c diff | blob | blame | history
src/backend/nodes/outfuncs.c diff | blob | blame | history
src/backend/nodes/read.c diff | blob | blame | history
src/backend/nodes/value.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/parser/parse_node.c diff | blob | blame | history
src/backend/replication/repl_gram.y diff | blob | blame | history
src/include/nodes/nodes.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/include/nodes/value.h diff | blob | blame | history
src/test/isolation/expected/ri-trigger.out diff | blob | blame | history
src/test/regress/expected/create_function_3.out diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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