postgresql/src/backend
Nathan Bossart 113fc65139 Use PqMsg_Progress macro in HandleParallelMessage().
Commit a99cc6c6b4 introduced the PqMsg_Progress macro but missed
updating HandleParallelMessage() accordingly.

Backpatch-through: 17
2025-02-14 12:57:13 -06:00
..
access Use PqMsg_Progress macro in HandleParallelMessage(). 2025-02-14 12:57:13 -06:00
archive Fix memory leaks in error reporting with LOG level 2024-05-14 10:41:32 +02:00
backup Clean up newlines following left parentheses 2024-11-26 17:10:07 +01:00
bootstrap Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
catalog Avoid integer overflow while testing wal_skip_threshold condition. 2025-01-30 15:36:07 -05:00
commands Fix MakeTransitionCaptureState() to return a consistent result 2025-02-13 16:31:05 +09:00
executor Fix assertion on dereferenced object 2025-02-14 11:50:56 +01:00
foreign Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:30 -07:00
jit Fix NULLIF()'s handling of read-write expanded objects. 2024-11-25 18:09:10 -05:00
lib Accommodate very large dshash tables. 2024-12-17 15:24:45 -06:00
libpq Fix regression in TLS session ticket disabling 2024-08-19 12:55:11 +02:00
main Fix elog(FATAL) before PostmasterMain() or just after fork(). 2024-12-10 13:52:02 -08:00
nodes Adapt REL_17_STABLE to its new status as a stable branch 2024-07-01 08:05:35 +09:00
optimizer Handle default NULL insertion a little better. 2025-01-29 15:31:55 -05:00
parser Handle default NULL insertion a little better. 2025-01-29 15:31:55 -05:00
partitioning Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2024-08-24 19:18:24 +03:00
po Translation updates 2025-02-10 15:00:55 +01:00
port Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 2024-12-28 11:48:13 -05:00
postmaster Don't ask for bug reports about pthread_is_threaded_np() != 0. 2025-01-23 14:23:15 -05:00
regex Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 2024-11-15 18:23:38 -05:00
replication Fix memory leak in pgoutput with relation attribute map 2024-12-30 13:33:58 +09:00
rewrite Handle default NULL insertion a little better. 2025-01-29 15:31:55 -05:00
snowball Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
statistics Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
storage Fix comment of StrategySyncStart() 2025-01-31 11:06:07 +09:00
tcop Use PqMsg_* macros in postgres.c. 2025-01-07 15:34:19 -06:00
tsearch Reword recent error messages: "should" -> "must" 2025-01-21 15:24:49 +01:00
utils Mention jsonlog in description of logging_collector in GUC table 2025-02-02 11:31:26 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Fix make build on MinGW 2024-06-21 08:17:23 +02:00
meson.build meson: Fix import library name in Windows 2024-06-20 09:08:36 +02:00
nls.mk Add missing gettext triggers 2024-05-14 12:57:22 +02:00