postgresql/src
Noah Misch 54bc22fbf6 Suppress new "may be used uninitialized" warning.
Buildfarm member mamba fails to deduce that the function never uses this
variable without initializing it.  Back-patch to v12, like commit
b412f402d1.
2024-11-02 19:42:55 -07:00
..
backend Suppress new "may be used uninitialized" warning. 2024-11-02 19:42:55 -07:00
bin psql: Fix \watch when using interval values less than 1ms 2024-10-14 12:27:57 +09:00
common Guard against enormously long input in pg_saslprep(). 2024-10-28 14:33:55 -04:00
fe_utils Prevent mis-encoding of "trailing junk after numeric literal" errors. 2024-09-05 12:42:33 -04:00
include Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:00 -07:00
interfaces ecpg: Fix out-of-bound read in DecodeDateTime() 2024-10-23 08:35:00 +09:00
makefiles Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
pl Further refine _SPI_execute_plan's rule for atomic execution. 2024-10-16 17:36:29 -04:00
port Fix overflow in bsearch_arg() with more than INT_MAX elements 2024-10-28 14:07:57 +02:00
template Remove AIX support 2024-02-28 15:17:23 +04:00
test Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:00 -07:00
timezone Update time zone data files to tzdata release 2024b. 2024-10-29 11:49:50 -04:00
tools Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:00 -07:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Update Unicode data to CLDR 45 2024-04-22 09:16:33 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00