postgresql/src/backend/utils
Teodor Sigaev 4bbc1a7ea3 Fix crash of filter(tsvector)
Variable storing a position of lexeme, had a wrong type: char, it's
obviously not enough to store 2^14 possible positions.

Stas Kelvich
2016-05-04 17:58:08 +03:00
..
adt Fix crash of filter(tsvector) 2016-05-04 17:58:08 +03:00
cache Emit invalidations to standby for transactions without xid. 2016-04-26 20:21:54 -07:00
error Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client. 2016-04-04 12:32:42 -04:00
fmgr Properly install dynloader.h on MSVC builds 2016-01-19 23:30:29 -05:00
hash Copyedit comments and documentation. 2016-04-01 21:53:10 -04:00
init Use quicksort, not replacement selection, for external sorting. 2016-04-08 02:36:26 -04:00
mb Fix more things to be parallel-safe. 2016-05-03 14:36:38 -04:00
misc Note that max_worker_processes requires restart. 2016-05-03 10:39:21 -04:00
mmgr Report memory context stats upon out-of-memory in repalloc[_huge]. 2016-03-13 00:21:07 -05:00
resowner Improve ResourceOwners' behavior for large numbers of owned objects. 2016-01-26 15:20:30 -05:00
sort Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
time Add a few entries to the tail of time mapping, to see old values. 2016-04-29 16:46:08 -05:00
.gitignore
errcodes.txt Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
Gen_dummy_probes.pl Remove dependency on psed for MSVC builds. 2016-03-19 18:36:35 -04:00
Gen_dummy_probes.sed Update copyright for 2016 2016-01-02 13:33:40 -05:00
Gen_fmgrtab.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
generate-errcodes.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile
probes.d Update copyright for 2016 2016-01-02 13:33:40 -05:00