postgresql/src/backend
Tom Lane 2e0e409e3c Further cleanup of ts_headline code.
Suppress a probably-meaningless uninitialized-variable warning
(induced by my previous patch, I'm sorry to say).

Improve mark_hl_fragments()'s test for overlapping cover strings:
it failed to consider the possibility that the current string is
strictly within another one.  That's unlikely given the preceding
splitting into MaxWords fragments, but I don't think it's impossible.

Discussion: https://postgr.es/m/16345-2e0cf5cddbdcd3b4@postgresql.org
2020-04-09 15:38:43 -04:00
..
access Allow parallel create index to accumulate buffer usage stats. 2020-04-09 09:49:30 +05:30
bootstrap Skip WAL for new relfilenodes, under wal_level=minimal. 2020-04-04 12:25:34 -07:00
catalog Allow publishing partition changes via ancestors 2020-04-08 11:19:23 +02:00
commands Allow publishing partition changes via ancestors 2020-04-08 11:19:23 +02:00
executor Allow parallel create index to accumulate buffer usage stats. 2020-04-09 09:49:30 +05:30
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 0f5ca02f53 2020-04-08 11:37:27 +03:00
optimizer Allow partitionwise join to handle nested FULL JOIN USING cases. 2020-04-07 22:12:14 -04:00
parser Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue 2020-04-09 16:36:45 +02:00
partitioning Allow partitionwise joins in more cases. 2020-04-08 10:25:00 +09:00
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 Remove debugging elog from pgstat_recv_resetslrucounter 2020-04-07 19:20:20 +02:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Exclude backup_manifest file that existed in database, from BASE_BACKUP. 2020-04-09 22:37:11 +09:00
rewrite Fix INSERT OVERRIDING USER VALUE behavior 2020-03-31 08:50:39 +02:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Modify additional power 2 calculations to use new helper functions 2020-04-08 18:29:51 +12:00
storage Revert 0f5ca02f53 2020-04-08 11:37:27 +03:00
tcop Revert 0f5ca02f53 2020-04-08 11:37:27 +03:00
tsearch Further cleanup of ts_headline code. 2020-04-09 15:38:43 -04:00
utils Allow publishing partition changes via ancestors 2020-04-08 11:19:23 +02: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