postgres/src/backend
Thomas Munro 01d618bcd7 aio: Regularize IO worker internal naming.
Adopt PgAioXXX convention for pgaio module type names.  Rename a
function that didn't use a pgaio_worker_ submodule prefix.  Rename the
internal submit function's arguments to match the indirectly relevant
function pointer declaration and nearby examples.  Rename the array of
handle IDs in PgAioSubmissionQueue to sqes, a term of art seen in the
systems it emulates, also clarifying that they're not IO handle
pointers as the old name might imply.

No change in behavior, just type, variable and function name cleanup.

Back-patch to 18.

Discussion: https://postgr.es/m/CA%2BhUKG%2BwbaZZ9Nwc_bTopm4f-7vDmCwLk80uKDHj9mq%2BUp0E%2Bg%40mail.gmail.com
2025-07-12 14:44:09 +12:00
..
access Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 2025-07-11 11:51:25 -05:00
archive Update copyright for 2025 2025-01-01 11:21:55 -05:00
backup Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
bootstrap Add new OID alias type regdatabase. 2025-06-30 15:38:54 -05:00
catalog Introduce pg_dsm_registry_allocations view. 2025-07-09 09:17:56 -05:00
commands Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 2025-07-11 11:51:25 -05:00
executor Fix typos in comments 2025-07-01 13:13:48 +09:00
foreign Track the number of presorted outer pathkeys in MergePath 2025-05-08 18:21:32 +09:00
jit meson: Increase minimum version to 0.57.2 2025-07-02 11:14:53 +02:00
lib Correct list of files in src/backend/lib/README 2025-06-27 09:31:23 +09:00
libpq Message style improvements 2025-06-28 19:18:06 +02:00
main Use thread-safe strftime_l() instead of strftime(). 2025-03-28 07:13:43 +01:00
nodes Make query jumbling also squash PARAM_EXTERN params 2025-06-24 19:36:32 +02:00
optimizer Consider explicit incremental sort for Append and MergeAppend 2025-07-08 10:21:44 +09:00
parser Add option list to CHECKPOINT command. 2025-07-11 11:51:25 -05:00
partitioning Fix bug in cbc127917 to handle nested Append correctly 2025-02-25 09:24:42 +09:00
po Translation updates 2025-05-05 12:04:49 +02:00
port Give up on running with NetBSD/OpenBSD's default semaphore settings. 2025-04-29 17:27:52 -04:00
postmaster Add FLUSH_UNLOGGED option to CHECKPOINT command. 2025-07-11 11:51:25 -05:00
regex Control ctype behavior internally with a method table. 2025-07-01 07:44:47 -07:00
replication Fix the handling of two GUCs during upgrade. 2025-07-11 10:46:43 +05:30
rewrite Improve code comment 2025-07-01 18:42:07 +02:00
snowball Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 2025-03-26 11:11:02 -04:00
statistics Fix recently introduced typos 2025-04-11 22:17:12 +02:00
storage aio: Regularize IO worker internal naming. 2025-07-12 14:44:09 +12:00
tcop Add option list to CHECKPOINT command. 2025-07-11 11:51:25 -05:00
tsearch Change wchar2char() and char2wchar() to accept a locale_t. 2025-07-09 08:45:34 -07:00
utils Fix inconsistent quoting of role names in ACLs. 2025-07-11 18:50:13 -04: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