postgresql/src
Michael Paquier 710796f054 Avoid unnecessary shared invalidations in ROLLBACK PREPARED
The performance gain is minimal, but this makes the logic more
consistent with AtEOXact_Inval().  No other invalidation is needed in
this case as PREPARE takes already care of sending any local ones.

Author: Liu Huailing
Reviewed-by: Tom Lane, Michael Paquier
Discussion: https://postgr.es/m/OSZPR01MB6215AA84D71EF2B3D354CF86BE139@OSZPR01MB6215.jpnprd01.prod.outlook.com
2021-08-12 20:12:47 +09:00
..
backend Avoid unnecessary shared invalidations in ROLLBACK PREPARED 2021-08-12 20:12:47 +09:00
bin Add tab completion for DECLARE .. ASENSITIVE in psql 2021-08-10 15:54:42 +09:00
common Simplify error handing of jsonapi.c for the frontend 2021-07-02 09:35:12 +09:00
fe_utils Skip trailing whitespaces when parsing integer options 2021-07-27 10:39:05 +09:00
include Let regexp_replace() make use of REG_NOSUB when feasible. 2021-08-09 20:53:25 -04:00
interfaces interval: round values when spilling to months 2021-08-03 12:10:29 -04:00
makefiles Add NO_INSTALL option to pgxs 2021-05-27 13:58:29 +02:00
pl Fix corner-case uninitialized-variable issues in plpgsql. 2021-07-20 13:01:48 -04:00
port Add POPCNT support for MSVC x86_64 builds 2021-08-09 15:23:48 +12:00
template
test Remove unused regression test certificate server-ss 2021-08-10 11:15:02 +02:00
timezone
tools Remove some special cases from MSVC build scripts 2021-08-09 19:45:26 +12:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Fix prove_installcheck to use correct paths when used with PGXS 2021-07-01 09:02:46 -04:00
Makefile.shlib
nls-global.mk