postgresql/src/backend/postmaster
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions.
Commit 6b80394781 introduced integer comparison functions designed
to be as efficient as possible while avoiding overflow.  This
commit makes use of these functions in many of the in-tree qsort()
comparators to help ensure transitivity.  Many of these comparator
functions should also see a small performance boost.

Author: Mats Kindahl
Reviewed-by: Andres Freund, Fabrízio de Royes Mello
Discussion: https://postgr.es/m/CA%2B14426g2Wa9QuUpmakwPxXFWG_1FaY0AsApkvcTBy-YfS6uaw%40mail.gmail.com
2024-02-16 14:05:36 -06:00
..
Makefile Add a new WAL summarizer process. 2023-12-20 08:42:28 -05:00
autovacuum.c Use new overflow-safe integer comparison functions. 2024-02-16 14:05:36 -06:00
auxprocess.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
bgworker.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
bgwriter.c Give SMgrRelation pointers a well-defined lifetime. 2024-01-31 12:31:02 +02:00
checkpointer.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
fork_process.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
interrupt.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
pgarch.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
postmaster.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
startup.c Remove obsolete check in SIGTERM handler for the startup process. 2024-02-14 17:09:31 -06:00
syslogger.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
walsummarizer.c Pass correct count to WALRead(). 2024-02-16 11:09:11 -08:00
walwriter.c Remove some obsolete smgrcloseall() calls. 2024-01-31 11:40:29 +02:00