postgresql/contrib/postgres_fdw
Peter Eisentraut 941460fcf7 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
2022-01-17 10:38:23 +01:00
..
expected postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 2022-01-07 15:31:56 +09:00
sql postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 2022-01-07 15:31:56 +09:00
.gitignore
connection.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
deparse.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
option.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql
postgres_fdw.c Add Boolean node 2022-01-17 10:38:23 +01:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
shippable.c Update copyright for 2022 2022-01-07 19:04:57 -05:00