postgresql/src/backend
Teodor Sigaev 6943a946c7 Tsvector editing functions
Adds several tsvector editting function: convert tsvector to/from text array,
set weight for given lexemes, delete lexeme(s), unnest, filter lexemes
with given weights

Author: Stas Kelvich with some editorization by me
Reviewers: Tomas Vondram, Teodor Sigaev
2016-03-11 19:22:36 +03:00
..
access Fix a typo, and remove unnecessary pgstat_report_wait_end(). 2016-03-11 07:34:00 -05:00
bootstrap Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
catalog Refactor pull_var_clause's API to make it less tedious to extend. 2016-03-10 15:53:07 -05:00
commands Don't vacuum all-frozen pages. 2016-03-10 16:14:42 -05:00
executor Make the upper part of the planner work by generating and comparing Paths. 2016-03-07 15:58:22 -05:00
foreign Remove a couple of useless pstrdup() calls. 2016-03-09 23:29:05 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Properly close token in sspi authentication 2016-01-14 13:06:03 +01:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Improve handling of group-column indexes in GroupingSetsPath. 2016-03-08 22:32:11 -05:00
optimizer Minor additional refactoring of planner.c's PathTarget handling. 2016-03-11 10:24:55 -05:00
parser Refactor pull_var_clause's API to make it less tedious to extend. 2016-03-10 15:53:07 -05:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
postmaster Allow to trigger kernel writeback after a configurable number of writes. 2016-03-10 17:04:34 -08:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Fix a typo, and remove unnecessary pgstat_report_wait_end(). 2016-03-11 07:34:00 -05:00
tcop Enable parallelism for prepared statements and extended query protocol. 2016-02-25 13:02:18 +05:30
tsearch Fix uninstall target in tsearch Makefile 2016-03-07 20:36:59 -05:00
utils Tsvector editing functions 2016-03-11 19:22:36 +03:00
.gitignore
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Add support for systemd service notifications 2016-02-02 21:04:29 -05:00
nls.mk