postgresql/src/backend
Tom Lane 41309f716e Fix broken ruleutils support for function TRANSFORM clauses.
I chanced to notice that this dumped core due to a faulty Assert.
To add insult to injury, the output has been misformatted since v11.
Obviously we need some regression testing here.

Discussion: https://postgr.es/m/d1cc628c-3953-4209-957b-29427acc38c8@www.fastmail.com
2021-01-25 13:03:12 -05:00
..
access Fix hypothetical bug in heap backward scans 2021-01-25 20:01:34 +13:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:15 -07:00
catalog Fix ALTER DEFAULT PRIVILEGES with duplicated objects 2021-01-20 11:39:35 +09:00
commands Prevent excess SimpleLruTruncate() deletion. 2021-01-16 12:21:39 -08:00
executor Remove faulty support for MergeAppend plan with WHERE CURRENT OF. 2021-01-19 13:26:05 -05:00
foreign Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
lib Revert "Permit dump/reload of not-too-large >1GB tuples" 2016-12-06 12:45:49 -03:00
libpq Avoid logging complaints about abandoned connections when using PAM. 2019-11-05 14:27:37 -05:00
main Install Windows crash dump handler before all else. 2017-11-12 14:31:04 -08:00
nodes Ensure that expandTableLikeClause() re-examines the same table. 2020-12-01 14:02:28 -05:00
optimizer Fix miscomputation of direct_lateral_relids for join relations. 2020-11-30 12:22:43 -05:00
parser Ensure that expandTableLikeClause() re-examines the same table. 2020-12-01 14:02:28 -05:00
po Translation updates 2020-11-09 12:50:59 +01:00
port Fix race condition in our Windows signal emulation. 2019-12-09 15:03:52 -05:00
postmaster Use _exit(2) for SIGQUIT during ProcessStartupPacket, too. 2020-09-10 12:06:26 -04:00
regex Fix ancient bug in parsing of BRE-mode regular expressions. 2021-01-08 12:16:00 -05:00
replication Fix memory leak in SnapBuildSerialize. 2021-01-13 09:22:03 +05:30
rewrite Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 2020-01-14 09:48:44 +00:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage Prevent excess SimpleLruTruncate() deletion. 2021-01-16 12:21:39 -08:00
tcop Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. 2020-11-19 15:03:17 -05:00
tsearch Avoid possible dangling-pointer access in tsearch_readline_callback. 2020-09-23 11:36:13 -04:00
utils Fix broken ruleutils support for function TRANSFORM clauses. 2021-01-25 13:03:12 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Fix make rules that generate multiple output files. 2018-03-23 13:45:38 -04:00
nls.mk Translation updates 2020-11-09 12:50:59 +01:00