postgres/src/backend
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued).
Continuation of work started in commit 15a79c73, after initial trial.

Author: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/b936d2fb-590d-49c3-a615-92c3a88c6c19%40eisentraut.org
2025-03-29 10:43:57 +01:00
..
access Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
archive Update copyright for 2025 2025-01-01 11:21:55 -05:00
backup Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
bootstrap Remove unnecessary (char *) casts [mem] 2025-02-12 08:50:13 +01:00
catalog Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
commands Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
executor Add support for not-null constraints on virtual generated columns 2025-03-28 13:53:37 +01:00
foreign Update copyright for 2025 2025-01-01 11:21:55 -05:00
jit Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 2025-03-26 11:11:02 -04:00
lib Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq Modularize log_connections output 2025-03-12 11:35:21 -04:00
main Use thread-safe strftime_l() instead of strftime(). 2025-03-28 07:13:43 +01:00
nodes Remove the query_id_squash_values GUC 2025-03-27 13:33:37 +01:00
optimizer Make group_similar_or_args() reorder clause list as little as possible 2025-03-28 23:37:49 +02:00
parser Add support for not-null constraints on virtual generated columns 2025-03-28 13:53:37 +01:00
partitioning Fix bug in cbc127917 to handle nested Append correctly 2025-02-25 09:24:42 +09:00
po Update copyright for 2025 2025-01-01 11:21:55 -05:00
port Update copyright for 2025 2025-01-01 11:21:55 -05:00
postmaster Remove the query_id_squash_values GUC 2025-03-27 13:33:37 +01:00
regex Support PG_UNICODE_FAST locale in the builtin collation provider. 2025-01-17 15:56:30 -08:00
replication Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
rewrite Fix incorrect handling of subquery pullup 2025-03-13 16:36:03 +09:00
snowball Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 2025-03-26 11:11:02 -04:00
statistics Stats: use schemaname/relname instead of regclass. 2025-03-25 11:16:06 -07:00
storage Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
tcop Fix guc_malloc calls for consistency and OOM checks 2025-03-27 22:57:34 +01:00
tsearch Clear errno before calling strtol() in spell.c. 2025-03-08 11:24:25 -05:00
utils Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
.gitignore
common.mk
Makefile aio: Add liburing dependency 2025-03-26 19:45:32 -04:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls.mk Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00