postgresql/src/backend
Peter Eisentraut b79911dc8c Update SQL features
Change F181 to supported.  It requires that an embedded C program can
be split across multiple files, which ECPG easily supports.
2020-03-29 08:56:41 +02:00
..
access Make deduplication use number of key attributes. 2020-03-28 20:25:03 -07:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
catalog Update SQL features 2020-03-29 08:56:41 +02:00
commands Report wait event for cost-based vacuum delay. 2020-03-23 22:53:22 -07:00
executor Fix costing for disk-based hash aggregation. 2020-03-28 12:07:49 -07:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Extend ExecBuildAggTrans() to support a NULL pointer check. 2020-03-04 17:29:18 -08:00
lib Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
libpq Provide a TLS init hook 2020-03-25 17:13:17 -04:00
main Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nodes Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
optimizer Fix costing for disk-based hash aggregation. 2020-03-28 12:07:49 -07:00
parser Go back to returning int from ereport auxiliary functions. 2020-03-25 11:57:36 -04:00
partitioning Add object names to partition integrity violations. 2020-03-23 08:09:15 +05:30
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Trigger autovacuum based on number of INSERTs 2020-03-28 19:20:12 +13:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Allow walreceiver configuration to change on reload 2020-03-27 19:51:37 -03:00
rewrite Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 2020-01-14 09:52:21 +00:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Prevent functional dependency estimates from exceeding column estimates. 2020-03-28 12:48:34 +00:00
storage Document that pg_checksums exists in checksums README 2020-03-26 15:05:54 +01:00
tcop Re-implement the ereport() macro using __VA_ARGS__. 2020-03-24 11:49:00 -04:00
tsearch Remove useless pfree()s at the ends of various ValuePerCall SRFs. 2020-03-16 21:36:53 -04:00
utils Ensure snapshot is registered within ScanPgRelation(). 2020-03-28 12:26:46 -07:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00