postgresql/src/backend
Heikki Linnakangas 6c2744f1d3 Use memmove() instead of memcpy() for copying overlapping regions.
In commit d2495f272c, I fixed this bug in
to_tsquery(), but missed the fact that plainto_tsquery() has the same bug.
2014-02-10 09:57:59 +02:00
..
access Initialize the entryRes array between each call to triConsistent. 2014-02-07 18:53:31 +02:00
bootstrap Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
catalog Introduce replication slots. 2014-01-31 22:45:36 -05:00
commands Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
executor Fix *-qualification of named parameters in SQL-language functions. 2014-02-03 14:47:17 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Disallow use of SSL v3 protocol in the server as well as in libpq. 2014-01-31 17:51:18 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
optimizer Fix bogus handling of "postponed" lateral quals. 2014-01-30 14:51:16 -05:00
parser Fix lexing of U& sequences just before EOF. 2014-02-03 19:47:57 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
postmaster Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Make pg_basebackup skip temporary statistics files. 2014-02-03 23:19:49 +09:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
tcop Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
tsearch Use memmove() instead of memcpy() for copying overlapping regions. 2014-02-10 09:57:59 +02:00
utils Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00