postgresql/src/backend
Thomas Munro 8e861eaae8 Explain postmaster's treatment of SIGURG.
Add a few words of comment to explain why SIGURG doesn't follow the
dummy_handler pattern used for SIGUSR2, since that might otherwise
appear to be a bug.

Discussion: https://postgr.es/m/4006115.1618577212%40sss.pgh.pa.us
2021-04-19 10:35:51 +12:00
..
access Use correct format placeholder for block numbers 2021-04-17 09:40:50 +02:00
bootstrap Split backend status and progress related functionality out of pgstat.c. 2021-04-03 11:42:52 -07:00
catalog Rethink extraction of collation dependencies. 2021-04-16 22:23:46 -04:00
commands Fix wrong units in two ExplainPropertyFloat calls. 2021-04-16 11:30:27 -04:00
executor Revert "Cope with NULL query string in ExecInitParallelPlan()." 2021-04-15 17:17:45 -04:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
lib Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq Refactor hba_authname 2021-04-07 14:24:47 +02:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Improve slightly misleading comments in nodeFuncs.c 2021-04-10 19:19:45 +12:00
optimizer Undo decision to allow pg_proc.prosrc to be NULL. 2021-04-15 17:17:20 -04:00
parser Allow table-qualified variable names in ON CONFLICT ... WHERE. 2021-04-13 15:39:41 -04:00
partitioning Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Explain postmaster's treatment of SIGURG. 2021-04-19 10:35:51 +12:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Use correct format placeholder for block numbers 2021-04-17 09:40:50 +02:00
rewrite Clean up treatment of missing default and CHECK-constraint records. 2021-04-06 10:34:39 -04:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Initialize t_self and t_tableOid in statext_expressions_load 2021-04-14 00:46:12 +02:00
storage Optionally prefetch referenced data in recovery. 2021-04-08 23:20:42 +12:00
tcop SQL-standard function body 2021-04-07 21:47:55 +02:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 22:22:47 -04:00
utils Add information of total data processed to replication slot stats. 2021-04-16 07:34:43 +05:30
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00