postgresql/src
Andres Freund 7902a47c20 Add pg_atomic_unlocked_write_u64
The 64bit equivalent of pg_atomic_unlocked_write_u32(), to be used in an
upcoming patch converting BufferDesc.state into a 64bit atomic.

Reviewed-by: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/fvfmkr5kk4nyex56ejgxj3uzi63isfxovp2biecb4bspbjrze7@az2pljabhnff
2025-12-03 18:38:20 -05:00
..
backend bufmgr: Turn BUFFER_LOCK_* into an enum 2025-12-03 18:38:20 -05:00
bin Use "foo(void)" for definitions of functions with no parameters. 2025-12-03 10:54:37 -06:00
common Remove useless casting to same type 2025-12-02 10:09:32 +01:00
fe_utils Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
include Add pg_atomic_unlocked_write_u64 2025-12-03 18:38:20 -05:00
interfaces Remove useless casting to same type 2025-12-02 10:09:32 +01:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Avoid memory leak in validation of a PL/Python trigger function. 2025-10-23 14:23:26 -04:00
port Remove useless casting to same type 2025-12-02 10:09:32 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Make stats_ext test faster under cache-clobbering test conditions. 2025-12-03 13:23:50 -05:00
timezone Update timezone to C99 2025-11-21 13:07:40 +01:00
tools bufmgr: Turn BUFFER_LOCK_* into an enum 2025-12-03 18:38:20 -05:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00