postgresql/src/backend
Peter Eisentraut dcfc49c1b6 Remove dubious warning message from SQL/JSON functions
There was a warning that FORMAT JSON has no effect on json/jsonb
types, which is true, but it's not clear why we should issue a warning
about it.  The SQL standard does not say anything about this, which
should generally govern the behavior here.  So remove it.

Discussion: https://www.postgresql.org/message-id/flat/dfec2cae-d17e-c508-6d16-c2dba82db486%40eisentraut.org
2023-08-18 07:43:52 +02:00
..
access hio: Take number of prior relation extensions into account 2023-08-14 09:54:38 -07:00
archive Redesign archive modules 2023-02-17 14:26:42 +09:00
backup Message wording improvements 2023-07-10 10:46:54 +02:00
bootstrap Fix CREATE INDEX progress reporting for multi-level partitioning. 2023-03-25 15:34:03 -04:00
catalog Recalculate search_path after ALTER ROLE. 2023-08-09 13:09:01 -07:00
commands Improved CREATE SUBSCRIPTION message for clarity 2023-08-16 15:09:50 +02:00
executor Fix RLS policy usage in MERGE. 2023-08-07 09:27:09 +01:00
foreign Expand some more uses of "deleg" to "delegation" or "delegated". 2023-05-21 10:55:18 -04:00
jit Fix leak of LLVM "fatal-on-oom" section counter. 2023-07-05 13:25:59 +03:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Eliminate fixed token-length limit in hba.c. 2023-07-27 11:56:35 -04:00
main Remove obsolete defense against strxfrm() bugs. 2023-04-20 13:20:14 +12:00
nodes Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2023-07-21 19:28:31 +09:00
optimizer Don't Memoize lateral joins with volatile join conditions 2023-08-07 22:14:54 +12:00
parser Remove dubious warning message from SQL/JSON functions 2023-08-18 07:43:52 +02:00
partitioning Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
po Translation updates 2023-08-07 12:39:10 +02:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
postmaster Handle DROP DATABASE getting interrupted 2023-07-13 13:03:30 -07:00
regex Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
replication Fix ReorderBufferCheckMemoryLimit() comment. 2023-08-02 15:01:10 +09:00
rewrite Fix RLS policy usage in MERGE. 2023-08-07 09:27:09 +01:00
snowball Fix the install rule for snowball_create.sql. 2023-05-23 11:15:57 -04:00
statistics Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
storage Invalidate smgr_targblock in smgrrelease(). 2023-08-17 15:54:04 +12:00
tcop Be more rigorous about local variables in PostgresMain(). 2023-07-10 12:14:34 -04:00
tsearch Check for interrupts and stack overflow in TParserGet(). 2023-06-24 17:18:08 -04:00
utils Unify some error messages 2023-08-16 16:18:49 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Give postgres.exe the icon of other executables. 2023-06-12 07:40:38 -07:00
meson.build Add win32ver data to meson-built postgres.exe. 2023-06-12 07:40:38 -07:00
nls.mk Add missing gettext triggers 2023-05-10 13:51:51 +02:00