postgresql/src/backend
Tomas Vondra 8d4b311d24 Make pg_get_statisticsobjdef_expressions return NULL
The usual behavior for functions in ruleutils.c is to return NULL when
the object does not exist. pg_get_statisticsobjdef_expressions raised an
error instead, so correct that.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210505210947.GA27406%40telsasoft.com
2021-05-07 14:34:16 +02:00
..
access Remove overzealous VACUUM visibility map assertion. 2021-05-06 13:17:39 -07:00
bootstrap Split backend status and progress related functionality out of pgstat.c. 2021-04-03 11:42:52 -07:00
catalog Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
commands Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
executor Fix come comments in execMain.c 2021-04-24 15:07:04 +09:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit jit: Fix warning reported by gcc-11 caused by dubious function signature. 2021-05-05 22:13:55 -07:00
lib Fix typo in comment 2021-04-20 14:35:16 +02:00
libpq pg_hba.conf.sample: Reword connection type section 2021-04-29 07:00:20 +02:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
optimizer Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
parser Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
partitioning Track detached partitions more accurately in partdescs 2021-05-06 12:47:30 -04:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use correct format placeholder for WSAGetLastError() 2021-04-23 14:21:37 +02:00
postmaster Use HTAB for replication slot statistics. 2021-04-27 09:09:11 +05:30
regex Fix performance issue in new regex match-all detection code. 2021-05-03 11:42:31 -04:00
replication Update replication statistics after every stream/spill. 2021-05-06 11:21:26 +05:30
rewrite Remove unused function argument 2021-05-03 09:05:58 +02:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
storage Prevent lwlock dtrace probes from unnecessary work 2021-05-03 12:18:27 +02:00
tcop Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
tsearch Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
utils Make pg_get_statisticsobjdef_expressions return NULL 2021-05-07 14:34:16 +02:00
.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