postgresql/src/backend
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/20230208172705.GA451849@nathanxps13
2023-02-08 21:06:46 -08:00
..
access Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
backup Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 2023-01-26 17:09:12 -05:00
bootstrap Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
commands Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
executor Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
foreign Update copyright for 2023 2023-01-02 15:00:37 -05:00
jit Fix typos in comments, code and documentation 2023-01-03 16:26:14 +09:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf 2023-01-20 11:21:55 +09:00
main Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodes Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
optimizer Further tighten nullingrel marking rules in build_joinrel_tlist(). 2023-02-08 14:45:36 -05:00
parser Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
partitioning Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
postmaster Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 2023-02-08 21:06:46 -08:00
regex Update copyright for 2023 2023-01-02 15:00:37 -05:00
replication Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 2023-02-08 21:06:46 -08:00
rewrite Make Vars be outer-join-aware. 2023-01-30 13:16:20 -05:00
snowball Update copyright for 2023 2023-01-02 15:00:37 -05:00
statistics Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
storage Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 9600371764 2023-02-08 18:19:36 -08:00
tcop Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
tsearch Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
utils pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
.gitignore
Makefile Don't install postmaster symlink anymore 2023-01-26 11:33:01 +01:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00